How to use Tomcat 8 in Eclipse?

后端 未结 11 896
广开言路
广开言路 2020-11-29 01:02

EDIT 2014-02-07: Eclipse Luna is here, and support for Tomcat 8 is included in the bundled WTP : ) Happy days!

Tomcat 8 is still in development, but

11条回答
  •  情深已故
    2020-11-29 01:32

    If you have untarred your own version of tomcat v8 with a root user into a custom directory (linux) then the default permissions on the TOMCATROOT/lib directory do not allow normal user access.

    Eclipse will not be able to see the catalina.jar to check the version. So no amount of fiddling aorund with the server.properties will help!

    just add chmod u+x lib/ to allow normal user access to the libs.

提交回复
热议问题