"Krzysztof Janiszewski" <[EMAIL PROTECTED]> on 01/17/2002 06:46:17 AM
Please respond to "Tomcat Users List" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
cc:
Subject: reloadable
Hi!
I have little problem with re-compiling JSP pages by Tomcat after modyfing
them.
I have the following situation:
file a.jsp which includes b.jsp
I'm viewing a.jsp in browser, then I modify b.jsp and reload page in
browser, but I can't see changes - b.jsp doesn't recompile :-(
I think you are using <%@ include file="another_file.jsp" %> to include
files. Use <jsp:include..../> instead. The former includes files during
compile time whereas <jsp:include.../> includes files during runtime.
I have reloadable=true in my context. What to do?
Best regards
Krzysztof Janiszewski
IT Partner
http://www.it-partner.com.pl/ - oprogramowanie dla kawiarni internetowych
http://www.fr.pl - webhosting
Hope this helps.
Thanks.
RS
--
Okresl Swoje potrzeby - my znajdziemy oferte za Ciebie!
[ http://oferty.onet.pl ]
--
To unsubscribe: <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>
--
To unsubscribe: <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>