分页: 1 / 1

删除tomcat5.5后安装tomcat6出现的怪问题

发表于 : 2008-08-15 15:58
ygl123
我系统用的是ubuntu8.04,用apt-get tomcat5.5 tomcat5.5-admin tomcat5.5-webapps安装的tomcat后,在使用eclipse和lomboz时发现无穷无尽的问题,遂决移除tomcat5.5再安装tomcat6.但下载6.0.18解压至/opt。运行其bin下的startup.sh后居然出现了如下提示。
“Cannot find /usr/share/tomcat5.5/bin/setclasspath.sh
This file is needed to run this program“

百思不解,请各位明示。

发表于 : 2008-08-15 16:11
wen3062
应该是权限的问题吧。

发表于 : 2008-08-22 13:50
ygl123
谢谢楼上兄弟的回复,问题已解决。是因为在/etc/profile中有一句export CATALINA_HOME="/usr/share/tomcat5.5"改后就好了