Jaguar
15-02-2010, 08:58
Hi All,
I'm using tomcat 6 on Windows server.
I have an apllication, let's named it "app1".
One of the pages in the application is "loggin.jsp".
The full URL path for this page is:
"www.server.com/app1/package/app1/loggin.jsp"
I like that the following URL:
"www.server.com/package/app1/loggin.jsp"
to work also to first URL (I want that both will work, but I want a single instance of the application, just that if I access with the application name or without it will be to same page in the same application instance).
Is it possible?
Thanks in advance.
Shay
I'm using tomcat 6 on Windows server.
I have an apllication, let's named it "app1".
One of the pages in the application is "loggin.jsp".
The full URL path for this page is:
"www.server.com/app1/package/app1/loggin.jsp"
I like that the following URL:
"www.server.com/package/app1/loggin.jsp"
to work also to first URL (I want that both will work, but I want a single instance of the application, just that if I access with the application name or without it will be to same page in the same application instance).
Is it possible?
Thanks in advance.
Shay