can't you force something like that in the welcome page attribute of the 
web.xml file in the conf folder?

i.e.

    <welcome-file-list>
        <welcome-file>index.html</welcome-file>
        <welcome-file>index.htm</welcome-file>
        <welcome-file>index.jsp</welcome-file>
        <welcome-file>change_ctrl.htm</welcome-file>
    </welcome-file-list>

how are they getting to the URL in the first place?

-----Original Message-----
From: Bhandari [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 21, 2007 11:26 PM
To: users@tomcat.apache.org
Subject: Pls help : How to make case insensitive URL(JSP) on Tomcat 5.5



Hi,

I have an intranet based JSP application on Tomcat 5.5. i have rolled it
out. but the problem my JSP application users are facing is ' URL of
application' is case sensetive.

CAN ANYBODY  TELL me a way to make my URL CASE INSENSITIVE?
I need a step by step guide.

Pls help.
Thanks and Regards,
Bhandari
-- 
View this message in context: 
http://www.nabble.com/Pls-help-%3A-How-to-make-case-insensitive-URL%28JSP%29-on-Tomcat-5.5-tf3271075.html#a9094670
Sent from the Tomcat - User mailing list archive at Nabble.com.


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


---------------------------------------------------------------------
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