As you know we can manage our JNDI lookup resources with a file named context.xml in our meta-inf when we are deploy the war module on Tomcat.
Tomcat6 keeps ignoring my META-INF/context.xml.I keep getting \"Name tt is not bound in this Context\" when I try to look up \"tt\" (please see \'details\').
I know that I can rename my webapp (or it\'s WAR file) to ROOT but this is a terrible way to do it, IMHO. Now I checked out the tomcat doc & it says
When I try to add an external web module into Tomcat, I observe the server.x开发者_如何学Pythonml under
I have java开发者_Go百科 webapp under Tomcat with such sample context: <Context path=\"reports\" docBase=\"E:\\generatedReports\"></Context>
I have to deploy my web app to a shared server where I can\'t edit the context.xml file to set a new resource factory. Is there a way I could place ALL my hibernate datasource configurations in a file
I\'m looking to implement a custom Valve and configuring it using META-INF/context.xml. At the moment though, when context.xml is parsed during deployment, Tomcat (6.0.32) dies with a ClassNotFoundEx
We are trying to take the environment specific configuration settings out of our war files, so we can deploy the same war file to dev/test/prod tomcat servers and not have to change the contents of th
I want my webapp to use the MySQL connector JAR present in web-inf/lib . But j-security_check dosen\'t work when i do it. When I place the jar in tomcat lib开发者_开发问答 folder it works fine. But I
How can I add META-INF/context.xml into the war? I didn\'t find any config entry in config开发者_开发知识库/warble.rb.Unfortunately Nick\'s method doesn\'t work. The file is actually copied to WEB-INF