Top "Context.xml" questions

The context.

Relative path in Context.xml

Is there a way to set a relative path to the docBase attribute in the context.xml of a web …

java tomcat context.xml
Tomcat 8.5 context path not working correctly

I have an application with the name cat_tiger.war that gets deployed as localhost:8080/cat_tiger but I want …

path web.xml context.xml tomcat8.5
Customized context.xml per environment using maven

I have two context.xml files in my Java web project: context.xml.development context.xml.production and I use …

java maven pom.xml context.xml
How to set context path in context.xml

I have to deploy my app.war file in tomcat 7. The .war file name is followed by its version no. …

java tomcat7 context.xml contextpath