Re: InvocationTargetException upon server start (new issueclassNotFound: org.apache.jasper.runtime.HttpJspBase)

2002-10-23 Thread Becky Phaneuf
Thanks Jeanfrancois, That was exactly the problem. I was surprised to find that there is no web.xml validation in the ant or Tomcat deployment process. Maybe I'll pass that through a validator from now on. :) New issue. Upon server start everything is OK. When I pull up my application

InvocationTargetException upon server start

2002-10-22 Thread Becky Phaneuf
Hello, After installing Tomcat 4.1.12 I copied a relatively simple web application called ISOdownload (1 jsp invoking 1 servlet that prints http headers) from my post-ant build directory to /webapps/ISOdownload/. Upon restarting Tomcat I received the exception below: - Oct

Re: InvocationTargetException upon server start

2002-10-22 Thread Jean-Francois Arcand
Seems to be related to a parsing error. Are you sure your web.xml file is a proper XML instance? Try to validate your XML file againts the DTD included in the DOCTYPE element of the file. -- Jeanfrancois Becky Phaneuf wrote: Hello, After installing Tomcat 4.1.12 I copied a relatively simple