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 ?xml version=1.0 encoding=UTF-8? web-app xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xmlns=http://java.sun.com/xml/ns/javaee;

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: ?xml version=1.0 encoding=UTF-8? Context

Re: Understanding context.xml

2009-11-02 Thread Carsten Pohl
: Monday, 2 November, 2009 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

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 values