日期:2014-05-17  浏览次数:20915 次

为什么Tomcat6.win.zip版启动Tomcat6.exe一闪而过。
如题:为什么Tomcat6.win.zip版启动Tomcat6.exe一闪而过?

------解决方案--------------------
我也遇到了这个问题 在cmd下启动 有如下提示
[2010-03-27 16:46:29] [408 prunsrv.c] [error]
系统找不到指定的文件。
[2010-03-27 16:46:29] [1374 prunsrv.c] [error]
Load configuration failed
希望能解答
------解决方案--------------------
我虽然没找到答案但是找到了解决方法 下个5.5的安装程序吧 下面是老外遇到问题后的答案

Just last night, I was running into this error after a clean install of Tomcat:

[2007-12-12 22:50:22] [420 prunsrv.c] [error]
The system cannot find the file specified.
[2007-12-12 22:50:22] [1327 prunsrv.c] [error]
Load configuration failed

After searching the 'Net for some clues, it seems that the problem was solved for most people by copying the msvcr71.dll file from the Java\bin folder into the tomcat\bin folder. Either that, or adding the Java\bin folder to your system path (which seems like a better option to me).

For some reason, neither of these suggestions were fixing the problem for me. I tried to uninstall/reinstall the JDK, rebooted my machine a few time, and follow these steps again, but no luck.

Finally, I got the issue resolved by deleting my tomcat install, and using the Windows Service Installer available from the Tomcat web site. Usually I prefer to unzip rather than run an installer, but this seemed to do the trick.

意思就是“通常我喜欢解压缩,而不是运行一个安装程序,但是这似乎可以解决问题。”