context.xml
META-INF/context.xml file for Tomcat and Glassfish
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.[详细]
2023-04-12 08:11 分类:问答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 try to look up \"tt\" (please see \'details\').[详细]
2023-04-05 04:49 分类:问答How to set the context path of a web application in Tomcat 7.0
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[详细]
2023-04-02 01:51 分类:问答External Web Module in Eclipse EE Helios
When I try to add an external web module into Tomcat, I observe the server.x开发者_如何学Pythonml under[详细]
2023-03-28 03:12 分类:问答Parametrized value of Apache Tomcat Context Attributes or Context variables?
I have java开发者_Go百科 webapp under Tomcat with such sample context: <Context path=\"reports\" docBase=\"E:\\generatedReports\"></Context>[详细]
2023-03-19 02:37 分类:问答How to use in Tomcat a datasource without having to edit context.xml?
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[详细]
2023-03-11 16:20 分类:问答Custom Tomcat Valve contained in web app WAR 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[详细]
2023-03-08 08:13 分类:问答Moving contents of META-INF/context.xml to tomcat/conf
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[详细]
2023-02-24 06:19 分类:问答Placing MySQL connector JAR in WEB-INF/lib of my WAR instead of in tomcat lib making j_security_check fail
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[详细]
2023-02-19 22:38 分类:问答How to add META-INF/context.xml in Warbler
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[详细]
2023-02-17 04:25 分类:问答