Top "Context.xml" questions

The context.

Tomcat 8 - context.xml use Environment Variable in Datasource

I have a Tomcat 8 project that uses a datasource (see below) <Resource auth="Container" name="jdbc/JtmDS" driverClassName="org.…

java tomcat environment-variables context.xml
Tomcat context.xml files, is there a hierarchy?

I am trying to use symbolic links in one of the applications I have running on Tomcat5. Thanks to some …

java tomcat configuration symlink context.xml
Error : The markup in the document following the root element must be well-formed

The following is my context.xml file in the META-INF directory of my project : <?xml version="1.0" encoding="UTF-8"?> &…

java jakarta-ee tomcat context.xml meta-inf
Migration to Tomcat 8: InstanceAlreadyExistsException datasource

I have a question about context config in Tomcat 8. I migrating project from Tomcat 7 to 8 and have unusual problem: if …

java tomcat configuration context.xml
Enable autoDeploy on context Tomcat 7

I've been reading that enabling the autoDeploy option will cause to hot deploy an app when putting a new war …

java tomcat context.xml
Tomcat6 ignores META-INF/context.xml

Tomcat6 keeps ignoring my META-INF/context.xml. I keep getting "Name tt is not bound in this Context" when I …

tomcat jndi context.xml
context.xml vs web.xml in web application

I am developing a small web application application. The objective is to create one welcome index.html page with Ajax + …

java web-applications web.xml context.xml
Passing-through environment variables to Tomcat 7.0 web app context

Apache Tomcat 7.0, CentOS 5.8 i386 A web application needs a specific environment variable XY to be present in its context. This …

variables tomcat environment sudo context.xml
Which Tomcat 5 context file takes precedence?

Tomcat documentation says: The locations for Context Descriptors are; $CATALINA_HOME/conf/[enginename]/[hostname]/context.xml $CATALINA_HOME/webapps/[webappname]/…

java tomcat configuration settings context.xml
What is the correct META-INF directory location for context.xml in Tomcat?

Should a "context.xml" file for deploying application-specific configuration to Tomcat be placed in: src/main/resources/META-INF/context.xml ...…

java tomcat jakarta-ee context.xml meta-inf