Servlet and pathinfo with jsp in Tomcat 3.2

2000-12-11 Thread Lipner, Tomas
The below code runs servlet "myservlet" with pathinfo "pages/welcome.jsp". frame NAME="main" SRC="%= context %/servlet/myservlet/pages/welcome.jsp" NORESIZE It functions correctly with Tomcat 3.1, but Tomcat 3.2 returns error message "The page cannot be found". Tomcat 3.2 doesn't interpret it

Re: Servlet and pathinfo with jsp in Tomcat 3.2

2000-12-11 Thread Craig R. McClanahan
"Lipner, Tomas" wrote: The below code runs servlet "myservlet" with pathinfo "pages/welcome.jsp". frame NAME="main" SRC="%= context %/servlet/myservlet/pages/welcome.jsp" NORESIZE It functions correctly with Tomcat 3.1, but Tomcat 3.2 returns error message "The page cannot be found".

Servlet and pathinfo with jsp in Tomcat 3.2

2000-12-08 Thread Lipner, Tomas
The below code runs servlet "myservlet" with pathinfo "pages/welcome.jsp". frame NAME="main" SRC="%= context %/servlet/myservlet/pages/welcome.jsp" NORESIZE It functions correctly with Tomcat 3.1, but Tomcat 3.2 returns error message "The page cannot be found". Tomcat 3.2 doesn't interpret it