简体   繁体   中英

Use running instance of Tomcat in Eclipse

On my pc I have a running instance of tomcat, that I use with axis to export web-services. I'd like to use the same instance of tomcat with eclipse to run my servlets. How can I configure this?

create a basic web project in eclipse and try to deploy it, then it should ask for the server. if your eclipse is already configured with tomcat (even on axis), it should display for you to select as the application server.

try this tutorial which shows how to make it work. it shows from the scratch (download tomcat and configure with Eclipse) but you can get an idea on the latter configuration.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM