There are 2 kinds of includes, one is compile time, one is runtime.  If you're using a 
compile time include, i.e.  <%@ include file="include.jsp"%>  then you need to update 
the file that is calling the include.  For example, 'touch 
file_that_includes_something.jsp'.  This is not a bug.

-----Original Message-----
From: Ashish Kulkarni [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 25, 2002 10:31 AM
To: Tomcat Users List
Subject: Tomcato4.0.4 and included jsp compilation problem


Hi,
I m using tomcat4.0.4 , i found out today that when i
modify the included jsp , tomcat does not recompile
it.
i.e.
I have suppose a jsp called test.jsp and i include a
jsp called test1.jsp.
If for some reason i modify test1.jsp and dont modify
test.jsp.
tomcat does not recompile test.jsp so it is as if i am
using old test1.jsp,
but if i modify test.jsp (just add some space to make
it look new) it works,
so is this the correct way of working??
how does other app server behave, or is this a bug, or
need to do some settings???

Ashish


__________________________________________________
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to