在 Oracle 应用服务器下的 Eclipse 中调试 Web 应用程序
我正在使用 Eclipse,并且熟悉 Apache Tomcat。
我可以在 Tomcat 下运行/调试我的 Web 应用程序。 但我无法为 Oracle 应用服务器做到这一点。
当我尝试从 Eclipse 启动服务器时,它开始启动,但 240 秒后它说已达到超时。
请建议在 Eclipse 中的 Oracle 应用服务器下进行调试的任何方法。
I am using Eclipse and I am familiar with Apache Tomcat.
I can run/debug my web applications under Tomcat.
But I can not do it for Oracle Application Server.
When I try to start the server from eclipse it is beginning to start, but after 240 seconds it says that timeout is reached.
Please suggest any method to debug under Oracle Application Server in Eclipse.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
@user179437:你可以尝试以下操作:-
如果您想了解上述任何步骤的详细说明,请告诉我。
@user179437: you can try following things:-
Please let me know if you want to know detailed explanation on any of the steps above.
双击服务器,然后在“超时”部分中更改“启动超时”。
Double-click on the server, and change the Start timeout in the Timeouts section.
检查日志:
- 在 Eclipse 工作区中的 .metadata/.plugins/org.eclipse.wst.server.core 下
或者
- 在部署目录中
一定有错误或其他有用的消息。
Check the logs:
- in Eclipse workspace under .metadata/.plugins/org.eclipse.wst.server.core
or
- in the deployment directory
There must be an error or something other useful message.