Re: Odd include file behavior on test

2001-11-02 Thread smashingwebs
Thanks to all for all your help! That worked! - Original Message - From: "Smith, Lawrence T (Lance)" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Friday, November 02, 2001 5:36 AM Subject: RE: Odd include file behavior on

RE: Odd include file behavior on test

2001-11-02 Thread Smith, Lawrence T (Lance)
Lance -Original Message- From: smashingwebs [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 01, 2001 5:29 PM To: [EMAIL PROTECTED] Subject: Odd include file behavior on test Hi I am developing a jsp web application and one of my jsp pages has the <%@ include file="whatever.js

Re: Odd include file behavior on test

2001-11-01 Thread Noble Long
try deleting all the cached pages under TOMCAT_HOME/work Noble - Original Message - From: "smashingwebs" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 01, 2001 5:29 PM Subject: Odd include file behavior on test Hi I am developing a jsp w

Odd include file behavior on test

2001-11-01 Thread smashingwebs
Hi I am developing a jsp web application and one of my jsp pages has the <%@ include file="whatever.jsp" %> tag. As you can see I am including another .jsp page. If I make a change on the whatever.jsp page and visit it with my browser, I can see the changes. But the odd thing is, if I visit the ot