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 rede开发者_如何转开发ploy 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.
精彩评论