两次掉进了同一条沟里。这次记下来了
I want to run tomcat server by directly using the tomcat5.exe i.e without using the startup.bat and catalina.bat.
I have set the following environment variables appropriately,
CATALINA_BASE
CATALINA_HOME
CATALINA_TMPDIR
JAVA_HOME.
Now when I try to execute the exe, by using command promt, it displays the following error:
"[2004-07-20 10] [349 prunsrv.c] [error]
The system cannot find the file specified.
[2004-07-20 10] [1037 prunsrv.c] [error]
Load configuration failed
The cause we need to setup the tomcat5 service manually.
It can down by using of the service.bat under the tomcat/bin
#service.bat install tomcat5
Installing the service 'tomcat5' ...
Using CATALINA_HOME: C:/APPDIR/
Using JAVA_HOME: C:/Program Files/Java/jdk1.5.0_09
The service 'tomcat5' has been installed.