I am writing jsp pages and serving them with tomcat, I trying to apply the fusebox methodology (I'm used to using it with coldfusion, and I'm trying to adapt it to jsp), so I've got a switch statement in my index.jsp page which looks at a url variable and decides which content page to load. The problem is that if I make changes to a content page I am working on I have found that I must also make a change to the index.jsp page and save that in order to get tomcat to recompile the jsp page that I am really working on. Is there anyway to get tomcat to recompile pages every time you reload a page in the browser? It would make my development cycle so much easier.
TIA,
Donna
TIA,
Donna