Re: Understanding context.xml

2009-11-02 Thread Markus Schönhaber
Carsten Pohl: > If I change the testprojekt.xml in > conf/Catalina/localhost/testprojekt.xml my webapplication will be > redeployed (assuming the bug is fixed), and it would get the new > values. If I change the conf/context.xml all my webapps will be > RELOADED, but new values and changes to valu

Re: Understanding context.xml

2009-11-02 Thread Carsten Pohl
9 13:53:15 GMT +01:00 Amsterdam / Berlin / Bern / Rome / Stockholm / Vienna Subject: Re: Understanding context.xml Carsten Pohl: > When I deploy the project to a local tomcat (Apache Tomcat/6.0.20) Everything > works as expected. Meaning, the context.xml is copied to > /conf/Catalina/lo

Re: Understanding context.xml

2009-11-02 Thread Markus Schönhaber
Carsten Pohl: > When I deploy the project to a local tomcat (Apache Tomcat/6.0.20) Everything > works as expected. Meaning, the context.xml is copied to > /conf/Catalina/localhost and renamed to testprojekt.xml. > > When I edit the testprojekt.xml to: > > > >override="false"/> > > > I

Understanding context.xml

2009-11-02 Thread Carsten Pohl
Hi! I created a mainly empty dynamic web project in eclipse. It has - no servlets - no jsp files The web.xml is http://www.w3.org/2001/XMLSchema-instance"; xmlns="http://java.sun.com/xml/ns/javaee"; xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"; xsi:schemaLocation="http://