Hi

>> http://domain.com/folder/

Let us say I have

http://domain.com/folder1/abcd.jsp  ==> http://domain.com/folder1/
http://domain.com/folder2/xyz.jsp   ==> http://domain.com/folder2/
http://domain.com/folder3/abxy.jsp  ==> http://domain.com/folder3/
http://domain.com/folder4/xyab.jsp  ==> http://domain.com/folder4/
http://domain.com/folder5/axbyd.jsp ==> http://domain.com/folder5/


How To *list of default pages in web.xml*



With regards
Karthik


-----Original Message-----
From: Andrew Bruno [mailto:andrew.br...@gmail.com]
Sent: Wednesday, March 31, 2010 3:19 PM
To: Tomcat Users List
Subject: Re: Hide JSP name using web.xml

do you want the other names to be default?

e.g. http://domain.com/folder/soepage.jsp ==> http://domain.com/folder/

if so, you can add soepage.jsp to the list of default pages in web.xml

On Wed, Mar 31, 2010 at 8:16 PM, Karthik Nanjangude <
karthik.nanjang...@xius-bcgi.com> wrote:

> Hi
>
> SPEC :
> O/s  UNIX / WIN2000 / Linux
> JDK1.5
> TOMCAT 5.0.20.0
>
>
> Question:  How to hide the name  ( other then "index.jsp" ) of JSP in URL
>  for a web application  ?
> For a valid reason  I have 5 jsp folders.
> All 5 jsp folders Do NOT have index.jsp as primary folder but other names.
>
> Any ideas plz ...  .:(
>
>
>
> With regards
> Karthik
>
>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to