I am using Eclipse for J2EE project... one device send request to my side and url like
http://myIP:myPort/corporationweb/Controller
/corporationweb/Controller is fixed we can't change it because it made on device
my project name in eclipse is "VirtualTest" but here tomcat include project name if i mapping any servlet, /corporationweb/Controller URL like
http://localhost:8080/VirtualTest/corporationweb/Controller
I need page open without change project name
- any i can mapping servlet directly so URL like
http://localhost:8080/corporationweb/Controller - any URL rewriting technique..
- make as default application for my project
