Re: Plm with web.xml - Tomcat 4.1.27

2004-03-10 Thread S.Latha Kamatchi
Good Morning Doug, Let me try this and let u know... Thanks for the reply Latha Parsons Technical Services <[EMAIL PROTECTED]> wrote: Latha, For TC4 you need the web.xml to be this: PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd";>

RE: Plm with web.xml - Tomcat 4.1.27

2004-03-10 Thread Shapira, Yoav
Hi, >Caused by: java.lang.IllegalArgumentException: Servlet mapping specifies an >unkn >own servlet name testServlet It doesn't get much clearer than this message. I don't believe this web.xml works in tomcat 5 or any other servlet container for that matter. Yoav Shapira This e-mail, inclu

Re: Plm with web.xml - Tomcat 4.1.27

2004-03-10 Thread Parsons Technical Services
Latha, For TC4 you need the web.xml to be this: http://java.sun.com/dtd/web-app_2_3.dtd";> testServlet Testing yourPackageName.testServlet testServlet /testServlet In TC4 you have to have both (if I understand correctly) and when you map you do

Plm with web.xml - Tomcat 4.1.27

2004-03-10 Thread S.Latha Kamatchi
Hi Tomcat users, I placed the web.xml in WEB-INF folder . Its working well with Tomcat 5.0.19. But tried with Tomcat 4.1.27, it shows the following error. Mar 10, 2004 4:18:55 PM org.apache.commons.modeler.Registry loadRegistry INFO: Loading registry information Mar 10, 2004 4:18:56 PM or