Hi all, I have recently installed a binary version of JBoss with Tomcat, JBoss-2.2.1 + Tomcat-3.2.1, into my Windows 98 (Pentium II 233). Whenever I execute JBoss's run.bat at DOS promt there are two "syntax error" messages leading the remaining of the execution message of JBoss. And the rest seems running fine. Can some one please tell me where and how can I fix the syntax message. The following is an attachment of my run.bat file. Thank you Sheng ____________________ run.bat __________________________ @echo off @if not "%ECHO%" == "" echo %ECHO% @if "%OS%" == "Windows_NT" setlocal set JBOSS_CLASSPATH=%JBOSS_CLASSPATH%;run.jar REM Add all login modules for JAAS-based security REM and all libraries that are used by them here set JBOSS_CLASSPATH=%JBOSS_CLASSPATH% REM Add the XML parser jars and set the JAXP factory names REM Crimson parser JAXP setup(default) set JBOSS_CLASSPATH=%JBOSS_CLASSPATH%;../lib/crimson.jar set JAXP=-Djavax.xml.parsers.DocumentBuilderFactory=org.apache.crimson.jaxp.Docu mentBuilderFactoryImpl set JAXP=%JAXP% -Djavax.xml.parsers.SAXParserFactory=org.apache.crimson.jaxp.SAX ParserFactoryImpl echo JBOSS_CLASSPATH=%JBOSS_CLASSPATH% java %JAXP% -classpath "%JBOSS_CLASSPATH%" org.jboss.Main %1 %2 %3 %4 %5 %6 %7 %8 %9 pause ____________________ end ________________________________ _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user