P
Prashant Thumma
Guest
Hi Archana, The easiest way to set the CORTICON_HOME and CORTICON_WORK_DIR is to pass them as a JVM environment argument. You can do that by setting the CATALINA_OPTS environment variable: Unix: export CATALINA_OPTS="$CATALINA_OPTS -DCORTICON_HOME= -DCORTICON_WORK_DIR= ” Windows: set CATALINA_OPTS="%CATALINA_OPTS% -DCORTICON_HOME= -DCORTICON_WORK_DIR= ” -Prashant
Continue reading...
Continue reading...