Tomcat 6 server creation using eclipse IDE on ubuntu

后端 未结 17 1731
礼貌的吻别
礼貌的吻别 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条回答
  •  -上瘾入骨i
    2020-12-22 18:17

    I have been having the same problem (on fedora 9). You have to change the permissions of the files inside the tomcat conf directory to rw (chmod a+rw tomcat6/conf/*). Solved it for me!

提交回复
热议问题