tomcat - How to deploy a java web app to have a specific path? -


i have tomcat server , wrote simple java web app. when deploy on server, can access localhost:8080/myapp path. can change path localhost:8080/apps/myapp?

in server.xml change

<context path="/myapp" .../> 

Comments

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -