RE: simple context question for tomcat

2002-03-15 Thread Jeff Prideaux
Prideaux [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 14, 2002 2:58 PM To: tomcat user Subject: simple context question for tomcat In my development environment, for my myapp web-app, I'm doing the following jsp:include page=/commmon/header.jsp flush=true/ and it finds the file just fine

simple context question for tomcat

2002-03-14 Thread Jeff Prideaux
In my development environment, for my myapp web-app, I'm doing the following jsp:include page=/commmon/header.jsp flush=true/ and it finds the file just fine. header.jsp is in the common directory under the myapp webapp. Although, if I use an anchor a href=/common/header.jsptest/a it

RE: simple context question for tomcat

2002-03-14 Thread Chris Novak
:[EMAIL PROTECTED]] Sent: Thursday, March 14, 2002 2:58 PM To: tomcat user Subject: simple context question for tomcat In my development environment, for my myapp web-app, I'm doing the following jsp:include page=/commmon/header.jsp flush=true/ and it finds the file just fine. header.jsp