You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by C Cayetano <ap...@ccayetano.com> on 2002/02/13 17:29:23 UTC

how-to: rename .../servlet/....

All,

How would I go about renaming the alias /servlet so that I can use: 

eg. 
http://myhost/exe/menu.main or
http://myhost/sBin/login.form or etc...

Thanks



--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>


RE: how-to: rename .../servlet/.... - using TC 3.2.3

Posted by Chris Cayetano <cr...@yahoo.com>.
Using Tomcat 3.2.3, but i'll see if it works. Thanks.



> -----Original Message-----
> From: David Smith [mailto:dns4@cornell.edu]
> Sent: Wednesday, February 13, 2002 8:43 AM
> To: Tomcat Users List
> Subject: Re: how-to: rename .../servlet/....
> 
> 
> The default /servlet mapping is in $CATALINA_BASE/conf/web.xml.  
> To override, 
> just make a servlet mapping for your servlets in your apps local web.xml 
> file.  (Assuming TC 4 of couse)
> 
> --David
> 
> On Wednesday 13 February 2002 11:29 am, you wrote:
> > All,
> >
> > How would I go about renaming the alias /servlet so that I can use:
> >
> > eg.
> > http://myhost/exe/menu.main or
> > http://myhost/sBin/login.form or etc...
> >
> > Thanks
> 
> --
> To unsubscribe:   <ma...@jakarta.apache.org>
> For additional commands: <ma...@jakarta.apache.org>
> Troubles with the list: <ma...@jakarta.apache.org>

--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>


Re: how-to: rename .../servlet/....

Posted by David Smith <dn...@cornell.edu>.
The default /servlet mapping is in $CATALINA_BASE/conf/web.xml.  To override, 
just make a servlet mapping for your servlets in your apps local web.xml 
file.  (Assuming TC 4 of couse)

--David

On Wednesday 13 February 2002 11:29 am, you wrote:
> All,
>
> How would I go about renaming the alias /servlet so that I can use:
>
> eg.
> http://myhost/exe/menu.main or
> http://myhost/sBin/login.form or etc...
>
> Thanks

--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>