两次掉进了同一条沟里。这次记下来了
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.
手动启动Tomcat
本文介绍了一种不使用startup.bat和catalina.bat直接通过tomcat5.exe启动Tomcat服务器的方法。作者尝试设置环境变量但遇到错误提示。最终通过创建Tomcat服务解决了问题。

被折叠的 条评论
为什么被折叠?



