I am not using Apache but what I have done is, add something like the
following to your webapps 'web.xml' file...

        <servlet-mapping>
        <servlet-name>
            IntraMail
        </servlet-name>
        <url-pattern>
            /intramail/IntraMail
        </url-pattern>
        </servlet-mapping>

-----Original Message-----
From: Markus Diesing [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 29, 2001 10:48 AM
To: [EMAIL PROTECTED]
Subject: configuration?


Hello,

  my problem is the following:

     I've to call http://localhost/intramail/servlet/IntraMail.
     What do I have to do for calling my servlet with
     http://localhost/intramail/IntraMail ?

     Which configuration-file do I have to modify? I'm running
     Tomcat 3.2.1 with Apache 1.3.14 and mod_jk.dll.


-- 
Best regards,
 Markus Diesing                         mailto:[EMAIL PROTECTED]



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

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

Reply via email to