In my IntelliJ web application, I set the application context for myapp, as shown below.

When I set the application context, it has no effect. I was expecting the application to be deployed to myapp or at least the generated context.xml file to set my application context to myapp. Any thoughts on why this is not working (this is due to the fact that this is an exploded war)?
intellij-idea tomcat deployment
Jeff storey
source share