I have a web application project which is deployed in tomcat 6. I can access my application using the url:
http://localhost:8082/MyApplication
I also wan't to be able to access this application by another url like: http://localhost:8082/myapp
Is this possible ? if yes what alternatives do i have ?
Off course, I don't want to change the original name of the application('MyApplication').
Thanks, Abhishek.