In Tomcat 4.1.x, the ./conf/web.xml has the following lines commented to prevent some 
security breach,

    <servlet-mapping>
        <servlet-name>invoker</servlet-name>
        <url-pattern>/servlet/*</url-pattern>
    </servlet-mapping>

Thus, your application will not start in Tomcat 4.1.x.  To resolve this, we need to 
add above lines into your own web.xml file in ./webapps/udpm/WEB-INF/web.xml


-----Original Message-----
From: Rob Cartier [mailto:[EMAIL PROTECTED]]
Sent: Thursday, December 12, 2002 12:28 PM
To: [EMAIL PROTECTED]
Subject: Help: Upgrading to 4.1.12 frrom 4.0.1


I am having a heck of a time getting my
servlets to be available from tomcat 4.1.12

I copied the directory from under webapps to the
new installion and updated the server.xml
with the same settings from the previous
version. But everytime my jsp tries
to call the servlet . I get 

Servlet is unavailable.


I am at a loss and would like to convert but
until I get this simple process fixed. 
I guess I am stuck at 4.0.1

Rob



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to