Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problem start JVM from catalina.bat on Win95

Status
Not open for further replies.

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 ?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top