I have a REST web application that is running in Tomcat. I can access this RESTful service with http://localhost:8080/MyApplication/Myresource
.
How can I configure Tomcat so that this webapp runs on a different port while other webapps continue to run on port 8080 or on another port? Specifically, I want to access
http://localhost:XXXX/MyApplication/Myresource
and
http://localhost:YYYY/OtherApplication/Resource