Rich, you are correct.  This is an invoker servlet.  It is initialized in
the web.xml file in %CATALINA_HOME%/conf directory.  It is a servlet that
runs within Tomcat and will execute when the following URL pattern is
supplied: 

 <!-- The mapping for the invoker servlet -->
  <servlet-mapping>
    <servlet-name>invoker</servlet-name>
    <url-pattern>/servlet/*</url-pattern>
  </servlet-mapping>

Jeremy

-----Original Message-----
From: Rich Fox [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 12, 2003 4:37 PM
To: Tomcat User List
Subject: Simple Config-Making me Crazy!


Hi,

This is so simple, but I can not find it anywhere...

The Tomcat Installation has the examples directory in the webapps folder.

All of the urls pointing to the examples for the servlets point to:

http://whatever/examples/servlet/favoriteServletExample

But there is no ~webapps/examples/servlet/ directory.
Obviously this is some sort of virtual directory, but I can't find where
in the config files this url is specified.

Any hints?

Thanks.

 | Rich Fox
 | [EMAIL PROTECTED]
 | 86 Nobska Road
 | Woods Hole, MA 02543
 | MA 508 548 4358
 | VA 703 201 6050


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

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

Reply via email to