How do I reload dynamically my jsp from an EAR ?
Deploy your JSP as part of an application deployed in exploded format. (That is create a folder named yourapplication.ear’ and inside it create a folder yourwebapplication.war). This is the suggested deployment’ strategy when you’re developing your applications because changes to the JSP pages take effect immediately. Therefore, you don’t need to redeploy the application nor … Read more