Imported an example project to my workspace which URL, lets say, looked like this:
http://localhost:8080/Example/login
Then I copied example project, renamed/refactored until it worked. My question is, where I can change the URL string that follows localhost ? At the moment, the URL is still same, but I want mine to be like:
http://localhost:8080/MyProject/login
I must mention, that on "Run on server" when it is loaded, the automatic URL is: http://localhost:8080/Example/ ... the login part must be added manually and after that controller recognizes it.
It seems like, the name after localhost is taken from ProjectName, but I renamed it after copy. Is there in some document where the change is needed to make manually ?