您的位置:首页 > 运维架构 > Tomcat

启动tomcat的时候报错信息如下:. Could not find the main class: org.apache.catalina.startup.Bootstrap. Program wi

2015-05-25 15:59 736 查看
此错误的解决方案如下:

In Eclipse, Open the “Server” tab.

Double click on the “Tomcat6” entry to see the configuration.

Then click on the “Open launch configuration” link in the “General

information” block.

In the dialog, select the “Classpath” tab.

Click the “Add external jar” button.

Select the file “/usr/share/tomcat6/bin/tomcat-juli.jar”

Close the dialog.

Start tomcat 6 from Eclipse.

(参考于http://stackoverflow.com/questions/1392383/server-tomcat-v6-0-server-at-localhost-failed-to-start
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐