简体   繁体   中英

How/where do I configure jboss as 7 so that I do not have to redeploy my .war file everytime I modify a JSP?

How/where do I configure jboss as 7 so that I do not have to redeploy my.war file everytime I modify a JSP? It is much more time consuming to have to undeploy and redeploy my.war file every time. how do i fix this?

Try exploded deployment instead of deploying as a war file. That way you can change your jsp files and they will be reloaded when modified.

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