Tagged Questions
4
votes
6answers
6k views
How can you force recompilation of jsps in JBoss 4.2?
I hit on this nasty behavior on JBoss 4.2 in QA, and I want to nip it in the bud before we go into production and find some other corner case.
A jsp calles a method that had the following signature:
...
0
votes
0answers
97 views
Reload/Compile Jsp pages after updating XML file on webserver
I am running a jsp page (with some jar files) on a Tomcat webserver. On the page I am updating a XML file on the server based on the users input. The XML file is successfully updated (as I can see the ...