one thing to think about:

if you are running a web server, like Apache for instance, in front of
your app servers, you can configure rewrite rules to map 'pretty urls'
to actual urls on your app server or servlet container. If you want to
do this with Apache look at the mod_rewrite stuff on the apache web
site. There are reasons, however, why it is noce to have the servlet 
environments aware of this mapping as well.

-will



Venkatesh Mahipati writes:
 > Hello,
 > I am developing an application using struts, for which I would like to have
 > the below requirement.
 > 
 > My requirement is,
 > Instead of using this URL http://venkatesh:8080/cart/home.jsp, 
 > 
 > I want to use http://venkatesh:8080/cart/welcome. 
 > 
 > That is to say,
 > I want to refer home.jsp file by using the logical name - say, welcome. 
 > 
 > I tried to customize struts-Config.xml and web.xml nothing has turned up.
 > Could you explore on the same and give some relevant tag usage where I have
 > to put it.
 > 
 > Cheers, 
 > 
 > Venky
 > 
 > 
 > 
 > *******************Confidential Notice********************
 > 
 > This e-mail communication may contain information that is
 > confidential and privileged. The information is intended
 > to be for the use of the addressee only. If you are not the
 > named addressee you should not disseminate, distribute or
 > copy this e-mail: to do so could be a breach of confidence.
 > 
 > Kshema Technologies Ltd.,
 > # 33/1, Lalbagh Road, Bangalore 560027, INDIA. 
 > Tel: (91) 80- 2995114/5/6
 > Fax: (91) 80 2272933 
 > 
 > **********************************************************

Reply via email to