I have Tomcat5 installed on my system,but not very comfortable with environment variable settings.I am trying to start tomcat server i.e c:\tomcat5\jakarta-tomcat-5.5.9\bin>startup but I get following error:
The system cannot find the file -Djava.util.logging.manager=org.apache.juli.ClassloaderManager
Any suggestions!
Thanks.
ravi kanth
Ranch Hand
Joined: Jun 04, 2008
Posts: 36
posted
0
hi Mishaal i am also getting same problem,but i able to start server from services.msc.
shyam prasad prasad
Greenhorn
Joined: Sep 18, 2008
Posts: 5
posted
0
i think path is not having in your bin .please set the path jdk and tomcat directory in your bin directory or environment variables
Your JAVA_HOME is not set correctly, Set it to the location where your java is installed.
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12268
1
posted
0
Your JAVA_HOME is not set correctly, Set it to the location where your java is installed.
I doubt that is the problem since Tomcat is at least starting.
I am runing 5.5.9 but ClassloaderManager is not used anywhere.
I do have the following in catalina.bat -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
What has been modified from the original install of Tomcat5.5.9? Did somebody fiddle with catalina.bat?
ClassLoaderLogManager lives in the tomcat-juli.jar found in ..\bin of your tomcat home directory. If it is not being found then I suspect you need to set the environment variable CATALINA_HOME.
Bill [ September 28, 2008: Message edited by: William Brogden ]