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

关于MyEclipse中配置Tomcat出错问题云云

2011-12-08 15:24 435 查看
问题:在配置好Tomcat后运行Tomcat6.x一直出现Could not find the main class org.apache.catalina.startup.Bootstrap.Program will exit.字样。

条件:环境变量正确,直接启动startup.bat时一切正常,说明问题出在MyEclipse配置中;网上有人说是JDK1.7.0的版本问题,于是换成1.6.0,但是问题依旧,说明出错原因并非版本不兼容。

解决方法:

1. In Eclipse, Open the “Server” tab.  
2. Double click on the “Tomcat6″ entry to see the configuration.  
3. Then click on the “Open launch configuration” link in the “General information” block.  
4. In the dialog, select the “Classpath” tab.  
5. Click the “Add external jar” button.  
6. Select the file “/usr/share/tomcat6/bin/tomcat-juli.jar”  
7. Close the dialog.  
8. Start tomcat 6 from Eclipse. 
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息