Tomcat 6 server creation using eclipse IDE on ubuntu

后端 未结 17 1734
礼貌的吻别
礼貌的吻别 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:13

    I was suffering the same problem

    I've got the lattest eclipse 3.4.1 GanyMede. Changed the Ubuntu Tomcat 6 install to the plain one from tomcat.apache.org

    chmod 666 /usr/share/tomcat6/conf*

    and the problem was solved

提交回复
热议问题