2014-09-10 21:52 GMT+04:00 <sbre...@hotmail.com>: > > (...) > > What puzzles me is the Context / Parameter feature of Tomcat. (context-param > from Java is clear.) There are at least 3 locations to define Tomcat level > parameters: > > - server.xml / Host (1) > - webapps / ... / context.xml (2) > - conf/.../myapp.xml (3) > > None of these I managed to configure.
(1) - wrong. You should not define a Context there. In Tomcat 6 that you are using, the META-INF/context.xml file (2) is automatically copied into conf directory of Tomcat (3) when the web application is being deployed. Once that copying happens modifying the webapp's file (2) becomes useless. You have to modify the copy. This copyXml feature was turned off starting with Tomcat 7. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org