WTP(eclipse3.7)在Windows7下无法以调试模式启动tomcat6
WTP(eclipse3.7)在Windows7下无法以调试模式启动tomcat6,错误日志如下:
!ENTRY org.eclipse.wst.server.core 4 0 2011-11-23 22:26:33.001
!MESSAGE Server Tomcat v6.0 Server at localhost failed to start.
WTP(eclipse3.7) can not start tomcat6 in a debug mode under Windows7,Here is the error log:
!ENTRY org.eclipse.wst.server.core 4 0 2011-11-23 22:26:33.001
!MESSAGE Server Tomcat v6.0 Server at localhost failed to start.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
由于没有足够的信息来查找根本原因,您可以尝试以下一些操作:
- Tomcat 是从外部启动的,即不是从 Eclipse 启动,而是通过启动 Tomcat 的 stratup.bat 文件启动?确保您的 tomcat 正常工作。
- 您在配置 WTP 时是否配置了资源(您的项目)。
- 正如您非常明确地说它不能在调试模式下工作,它是否可以在正常模式下工作?如果是,则必须将启动配置复制到调试配置。
如果您有更多这方面的信息,请分享。
As there is not enough information to find the root cause, here are some things which you can try:
- Is Tomcat starting from outside i.e. not from eclipse but by launching stratup.bat file of Tomcat? Make sure your tomcat is working properly.
- did you configure resource(your project) while configuring the WTP.
- As you have very specifically said that it's not working in debug mode, is it working on normal mode? If yes, then you have to copy the start configuration to debug configuration.
Do share if you have some more information on this.