Hi,
I have a dynamic web project and had been successfully deployed to Jboss. But when I updated my jsp pages and try to deploy to JBoss, the jsp didn’t get updated at all.
I checked in JBoss folder /server/default/work/jboss.web/localhost … in myApp/org/apache/jsp/myjsp_jsp.java didn’t change at all.
I only need to update a minor thing in my jsp, for example change number 1 to number 10.
Here’s my JBoss details:
Jboss 4.2.2 GA
MyEclipse Version: 6.0.0 GA
I tried to clear the application folder in the /work/jboss.web/localhost/ but then it said “Deployment failed”
Does anyone know how to recompile the jsp in dynamic web project?
Thanks