How to reload JSP files without restart in EAP 7 (JSP Hot deployment)
Issue
- Jsp hot deployment is not working
- How to hot swap, if I make a small modification in the JSP?
- It is possible to redeploy the application (JSP hot deployment) without any restart of the JBoss server?
- Along with our web apps, we have dozens of live custom registrations sites. In JBoss EAP 5 we could do a safe deploy that would pick up new content, but not touch the web.xml. This would prevent active users from getting logged off the site. With JBoss EAP 6, is there an equivalent safe deploy. If we build a site(test.war) and push the test.war.dodeploy along, all current active users on the site will get kicked off.
Environment
- JBoss Enterprise Application Platform (EAP) 7.x
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.