Guest_imported
New member
- Jan 1, 1970
- 0
When catalina.bat send the %_RUNJAVA% to a shell DOS, a new shell raises up with :
usage : java org.apache.catalina.startup.Catalina [ -config {pathname}] [-debug] [-nonaming] {start | stop}
On NT, the command works (tomcat is launched correctly), but not on Windows95. All the environment variables are well defined.
here is the %_RUNJAVA% :
start "D:\JDK1.3.1_01\bin\java" -Djava.endorsed.dirs="D:\tomcat40\bin;D:\tomcat40\common\endorsed" -classpath "D:\JDK1.3.1_01\lib\tools.jar;D:\tomcat40\common\lib\servlet.jar;D:\tomcat40\bin\bootstrap.jar" -Dcatalina.base="D:\tomcat40" -Dcatalina.home="D:\tomcat40" -Djava.io.tmpdir="D:\tomcat40\temp" org.apache.catalina.startup.Bootstrap start
Does anyone have an idea ?
usage : java org.apache.catalina.startup.Catalina [ -config {pathname}] [-debug] [-nonaming] {start | stop}
On NT, the command works (tomcat is launched correctly), but not on Windows95. All the environment variables are well defined.
here is the %_RUNJAVA% :
start "D:\JDK1.3.1_01\bin\java" -Djava.endorsed.dirs="D:\tomcat40\bin;D:\tomcat40\common\endorsed" -classpath "D:\JDK1.3.1_01\lib\tools.jar;D:\tomcat40\common\lib\servlet.jar;D:\tomcat40\bin\bootstrap.jar" -Dcatalina.base="D:\tomcat40" -Dcatalina.home="D:\tomcat40" -Djava.io.tmpdir="D:\tomcat40\temp" org.apache.catalina.startup.Bootstrap start
Does anyone have an idea ?