Good suggestion. If the JSP is precompiled shouldn't I be able to go to the work directory and see index_jsp.class somewhere under a ROOT directory (like there is for other webapps)? I guess one of my basic questions is that why don't I see a ROOT directory in the work directory?
Mike --- QM <[EMAIL PROTECTED]> wrote: > On Tue, Jun 22, 2004 at 09:37:19AM -0700, Mike Duffy wrote: > : When using Tomcat 5.0.25 it seems that any change I make to ROOT/index.jsp does > not show up in > the > : browser (in Tomcat 4.xx this was easy to do). I am sure this is some sort of > caching problem > so > : I've been looking for the compiled JSP in the work directory to delete it. Very > strange, but > it > : doesn't seem like this JSP is compiled anywhere. > > Check the webapp's WEB-INF/web.xml -- is said JSP precompiled? > > If so, changing the file will (understandably) have no effect: the > container checks its servlet mappings first, files (say, JSPs) second. > > -QM > > -- > > software -- http://www.brandxdev.net > tech news -- http://www.RoarNetworX.com > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > __________________________________ Do you Yahoo!? Yahoo! Mail - Helps protect you from nasty viruses. http://promotions.yahoo.com/new_mail --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
