Tagged Questions
0
votes
0answers
109 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 ...