Is it possible to use tomcat 7.0.20 within eclipse indigo?

后端 未结 6 960
心在旅途
心在旅途 2021-01-03 04:48

While installing the new eclipse indigo IDE I\'ve tried to setup the tomcat server previously downloaded from Apache web site (tomcat 7.0.20) with no success. When I fill th

6条回答
  •  春和景丽
    2021-01-03 05:20

    Eclipse can't use an installed copy, and that's what it sounds like you've got. Installed copies usually have their libraries and configuration files scattered in unpredictable ways that make it difficult/impossible for Eclipse to properly launch the server itself. You may not need 7.0.12, but you will need to use the zip/tar.gz download.

提交回复
热议问题