FW: Apache Tomcat 4.0 vs 4.1

2004-03-01 Thread John Eaton
Has no-one any ideas about my issue below? -Original Message- From: John Eaton Sent: 24 February 2004 09:17 To: [EMAIL PROTECTED] Subject: RE: Apache Tomcat 4.0 vs 4.1 The jsp page in the work directory is as follows package org.apache.jsp; import javax.servlet.*; import

RE: Apache Tomcat 4.0 vs 4.1

2004-02-24 Thread John Eaton
. if (pageContext != null) pageContext.handlePageException(t); John -Original Message- From: John Eaton Sent: 20 February 2004 09:25 To: 'Tomcat Users List' Subject: RE: Apache Tomcat 4.0 vs 4.1 Yes I can see the jsp page in the work directory. The reason I chose this title is that it works

RE: Apache Tomcat 4.0 vs 4.1

2004-02-20 Thread John Eaton
: RE: Apache Tomcat 4.0 vs 4.1 Howdy, - Root Cause - javax.servlet.ServletException at org.apache.jasper.runtime.PageContextImpl.handlePageException(PageConte xtIm pl.java:536) at org.apache.jsp.CreateIndividual_jsp._jspService(CreateIndividual_jsp.ja va:8 60) Can you see

Apache Tomcat 4.0 vs 4.1

2004-02-19 Thread John Eaton
I have a web application which sends a SOAP message to a web service. I have installed both of these on Tomcat Version 4.0.3 and the web application communicates with the web service fine. When I install both the application and the web service on Tomcat Version 4.1.24 I get the following error

RE: Apache Tomcat 4.0 vs 4.1

2004-02-19 Thread Shapira, Yoav
Howdy, - Root Cause - javax.servlet.ServletException at org.apache.jasper.runtime.PageContextImpl.handlePageException(PageConte xtIm pl.java:536) at org.apache.jsp.CreateIndividual_jsp._jspService(CreateIndividual_jsp.ja va:8 60) Can you see the .java page for your JSP in