Re: problem with context-param in web.xml

2002-03-14 Thread Martin Heusel
Aline wrote: servlet servlet-nameadd/servlet-name servlet-classAddServlet/servlet-class /servlet a SAXException whitch explain me that the web.xml file is not correct. there's a missing closing bracket /servlet-class .. regards martin -- To unsubscribe: mailto:[EMAIL

Re: problem with context-param in web.xml

2002-03-14 Thread jmt
You've got to follow the order of ELEMENTS as specified in the Java Web Application Descriptor DTD : servlet .../servlet is supposed to be after context-param .../context-param jmt On Thursday 14 March 2002 14:04, Aline wrote: Hello, I work with Tomcat 4.0 and I'd like to set a

RE: problem with context-param in web.xml

2002-03-14 Thread Yuval Levav
Hi, I'm trying to integrate Cocoon with tomcat 4.0.1. I get the folowing exception during start-up: java.io.FileNotFoundException at org.apache.naming.resources.DirContextURLConnection.getInputStream(DirContex tURLConnection.java:344) at