简体   繁体   中英

Migrating Standalone Tomcat Instance to Eclipse

Currently I'm just kicking off Tomcat as a daemon from a standalone shell startup script. With that, I have many customized files in my app. For example, the start-up script needs user input, is using modified web.xml and server.xml, etc.

However, it'd be nice to debug the overall application through eclipse. I've loaded up my Eclipse with the capability to build my application, along with the appropriate jre, and the relative tomcat instance on the machine.

How do I configure the tomcat I linked into Eclipse to utilize my custom startup script/ old server.xml/web.xml? There must be configuration for this but it's ill

Thanks

PR

Have you considered the Java remote debugging option? This way you could use your current Tomcat setup.

http://www.eclipsezone.com/eclipse/forums/t53459.html

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