Tomcat 6 server creation using eclipse IDE on ubuntu

后端 未结 17 1768
礼貌的吻别
礼貌的吻别 2020-12-22 17:37

I\'m having a problem running tomcat 6 with eclipse 3 in ubuntu.

I installed tomcat 6 on my machine and when I tested it using http://localhost:8080, it

17条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2020-12-22 18:15

    I had the same problem, i use ubuntu 9.04 and tomcat 6.

    I installed the tomcat 6 for apt-get, installed also jre, jdk. (SUN)

    In order to resolve the problem do:

    • Close the Eclipse;
    • Delete your workspace (save your files);
    • stop the tomcat6 (/etc/init.d/tomcat6 stop)
    • make a link to conf (ln -s /var/lib/tomcat6/conf /usr/share/tomcat6);
    • ln -s /var/lib/tomcat6/catalina.policy /etc/tomcat6/
    • init the eclipse
    • In server tomcat configuration (/usr/share/tomcat6)

提交回复
热议问题