本文共 284 字,大约阅读时间需要 1 分钟。
问题:
今天安装tomcat6.0的时候,启动tomcat出现失败,查询log文件发现出现这样的错误。Could not find the main class: org.apache.catalina.startup.Bootstrap. Program will exit.
解决方法:
下载tomcat6.0源码时,在tomcat官网上选择Core目录下的tar.gz下载,解压安装,tomcat正常启动。