Question : Define Alias  for URL

Hi All,

I need to know - how to create a alias for a long URL name in Weblogic

e.g my URL name is http://mymachine.mydomain.com/myServlet/myapp/myjsp.jsp

and I need it to be accessible via

http://myApplication.com

OR

http://mymachine.mydomain.com/myApplication

Thanks a lot

- PG

Answer : Define Alias  for URL

You could use a servlet for that.

Create a servlet, map it in your web.xml to the name you want and then just implement a redirection to your page from within that servlet, using RequestDispatcher, for example.

Don't know how to do that using only JSP pages.
Random Solutions  
 
programming4us programming4us