0

I want to deploy existing project with different name that is my project running on

http://localhost:8080/App/application.htm

now I would like to change URL

http://localhost:8080/myproject/application.htm

For this I changed name in .project file and change the folder name, but when I try to deploy on tomcat, It takes old name

please guide me that where should I make changes

aurelius
  • 3,946
  • 7
  • 40
  • 73

1 Answers1

0

you clean and republish your project to "activate" the new URI. This is done by right-clicking your server (in the Servers view) and choosing Clean. Then you start (or restart it). Refer this for more information

Community
  • 1
  • 1
atish shimpi
  • 4,873
  • 2
  • 32
  • 50