简体   繁体   中英

How to configure hot deploy in eclipse maven project

I have a maven project on eclipse, but when i restart the tomcat server inside eclipse, changes are not reflected on my app. I´d try to do two tests:

First - make some changes on a single javascript file and restart tomcat, and works great.

Second - make some changes on a java class and restart tomcat, and nothing has change on my browser.

Anyone could help me?

you need to configure your tomcat to hot deploy your application. http://www.mkyong.com/eclipse/how-to-configure-hot-deploy-in-eclipse/

Follow this tut.

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