You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Zytech <de...@zytechtruss.com> on 2003/03/25 19:54:21 UTC

Error running Tomcat

I am trying to use a program called connectDaily which uses the Tomcat container.  I'm not going to pretend I understand what it does but after I installed it I ran into an error.  When I start Tomcat it calls the catalina batch files but at the end of the run it gives me the error  "Access denied".  When I tried to debug the batch files I found a command line that reads:

start "c:\program files\java\j2re1.4.1_02\bin\java" -djava.endorsed.dirs="c:\program files\mh software\connect daily\jakarta-tomcat-4.0.6\common\lib" -classpath "c:\program files\java\j2re1.4.1_02\lib\tools.jar;c:\program files\mh software\connect daily\jakarta-tomcat-4.0.6\bin\bootstrap.jar" -dcatalina.base="c:\program files\mh software\connect daily\tcbase" -dcatalina.home="c:\program files\mh software\connect daily\jakarta-tomcat-4.0.6" -djava.io.tmpdir="c:\program files\mh software\connect daily\tcbase\temp" org.apache.catalina.startup.bootstrap start

This is created using environment variables specific to my system I expect but the file refered to in "c:\program files\java\j2re1.4.1_02\lib\tools.jar does not exist.  I did not have java on my system before today.  Is there a different .jar file I can substitute?  Any response would be appreciated.  Thanks.

Jason