To get rid of the invoker, this could be your entire web.xml file:

***************************************************
<?xml version="1.0" encoding="ISO-8859-1"?>

<!DOCTYPE web-app
    PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
    "http://java.sun.com/dtd/web-app_2_3.dtd";>

<web-app>

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

</web-app>
***************************************************


-----Original Message-----
From: Rasputin [mailto:[EMAIL PROTECTED]]On Behalf Of Rasputin
Sent: Thursday, November 28, 2002 5:24 PM
To: Tomcat Users List
Subject: Re: How to add a servlet to a new Webapp


* Curley, Thomas <[EMAIL PROTECTED]> [1114 14:14]:

> If anyone can explain the web.xml file in plain lang / what filters do and
how to get rid of the invoker then please do

See the link to chapter 5 at http://www..moreservlets.com

--
Rasputin :: Jack of All Trades - Master of Nuns

--
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