I modified the sim directly scritp however remains the same behavior My sourcecode:
set "CATALINA_HOME=%cd%" set JAVA_OPTS="-Dorg.apache.el.parser.COERCE_TO_ZERO=false -server -Xms3072M -Xmx6144M -XX:PermSize=1024M -XX:MaxPermSize=2048M -Djava.awt.headless=true" cd "%CURRENT_DIR%" :gotHome if exist "%CATALINA_HOME%\bin\catalina.bat" goto okHome echo The CATALINA_HOME environment variable is not defined correctly echo This environment variable is needed to run this program goto end :okHome -- View this message in context: http://tomee-openejb.979440.n4.nabble.com/TOMEE-1-6-Service-installed-in-Windows-7-don-t-respect-variable-setenv-bat-tp4670367p4670374.html Sent from the TomEE Users mailing list archive at Nabble.com.
