RE: problem: cannot autorecompile jsp

2002-08-27 Thread Pooleery, Manoj
I had similar problems with JSP and tomcat. The reason why changes in JSP is not getting reflected in the browser may be a browser issue also. For me, IE used to cache everything. So, even if I change my JSP, it was to no effect. I had to force IE to refresh. To do this, I added refresh

RE: problem: cannot autorecompile jsp

2002-08-27 Thread Julius Davies
Manoj's advice is good. I just thought I'd elaborate on this: Also, tomcat looks for the entry 'reloadable' in its context entries. If set to true, it will automatically reload any classes that are changed. Often I don't bother defining context entries - it's convenient enough for me to