I see:

:RESTART
"%JAVA%" %JAVA_OPTS% "-Djava.endorsed.dirs=%JBOSS_ENDORSED_DIRS%" - classpath "%JBOSS_CLASSPATH%" org.jboss.Main %*
IF ERRORLEVEL 10 GOTO RESTART

:END
if "%NOPAUSE%" == "" pause

:END_NO_PAUSE
set JAVA_OPTS=%JAVA_OPTS% -XX:MaxPermSize=128m

in your run.bat.

You should put 'set JAVA_OPTS=...' before the 'echo ================...' part.

Ans check the JAVA_OPTS are correct when running run.bat (it should echo the JAVA_OPTS value on the console).

  S.


On May 2, 2007, at 5:39 PM, Marcos wrote:

<run.zip>

--
Stefane Fermigier, CEO, Nuxeo SAS
Open Source Enterprise Content Management (ECM)
Nuxeo 5 EP is out! - Now Java EE based, standards compliant
Web: http://www.nuxeo.com/ - Tel: +33 1 40 33 79 87


_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm

Reply via email to