Thing about these questions is always depends on what you really after...
One way would be browser redirection.... ie stick this in the header of the index file under organigramme
<meta http-equiv="refresh" content="N; URL=other-web-address">

and the way I like but I always get.... too much hassel moans and groans...

Is create a servlet and just map the urls that u want to recieve to it... then with a little code... dispatch the call to the required page... or just use the a tomcat redirect.... like this

Check incoming URL.... and....
response.sendRedirect(newUrl);

Or stick apache in front .... and use its Aliases or Virtual Hosting....



----- Original Message ----- From: "BENTOUHAMI MB Malek (DCL)" <[EMAIL PROTECTED]>
To: <users@tomcat.apache.org>
Sent: Wednesday, April 18, 2007 1:57 PM
Subject: How to create a kind of alias in tomcat


Hello,

I'd like to connect to my application at
http://10.124.40.29:9090/ORGEWI/PLATFORM/FRENCH/EWICHART/JAVA/L1.html
but users need to connect via http://10.124.40.29:9090/organigramme
how to proceed ?

fyi : Calendra / tomcat v4
many applications with context file ORGEWI.xml

Tks,
Malek


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to