[EMAIL PROTECTED] presuntamente escribi�: >the problem is that I am making changes to included files, >and tomcat is not detecting changes to the including jsp's. >So, my changes are not getting propegated unless I 'touch' the >.jsp files. > >Is there a better way to do this? Is there a command to clear >tomcat's (4.0) cache of compiled .jsp's somehow?
To "clear Tomcat's cache" you can delete files (both .class and .java) in the appropiate subdirectory under %CATALINA_HOME%/work. Francisco J. Novella [EMAIL PROTECTED]
