Hello,
if i use Tomcat 7 as a server, and my Project's name is "Old_Name" so when i want to run my server for this Project the path will be some thing like this:
I want to change it to something like thatHTML Code:http://localhost:8080/Old_Name/.....
Is there any possibility to change the the URL of the Project (project name) from some configuration in Web.xml ???HTML Code:http://localhost:8080/New_Name/.....
and how to do it?