Re: META-INF/context.xml and deploy issue (web.xml removed?)

2014-12-08 Thread David kerber
On 12/8/2014 6:31 AM, martin@sfr.fr wrote: Hi Mark, and thank you for your answer, Mark wrote: undeloy - means stop the app and remove any references to it from CATALINA_BASE/conf// and CATALINA_BASE/webapps OK deploy - means tell Tomcat about the app and start it. This may reesult in

Re: META-INF/context.xml and deploy issue (web.xml removed?)

2014-12-08 Thread martin....@sfr.fr
Hi Mark, and thank you for your answer, Mark wrote: > > undeloy - means stop the app and remove any references to it from > CATALINA_BASE/conf// and CATALINA_BASE/webapps OK > > deploy - means tell Tomcat about the app and start it. This may reesult > in files being copied to CATALINA_BASE/con

Re: META-INF/context.xml and deploy issue (web.xml removed?)

2014-12-04 Thread Mark Thomas
On 04/12/2014 08:48, m...@ow2.org wrote: > Hi, > > Is anyone can help me to find out what I am missing ? There are lots of nasty edge cases in the deployment process. This has been cleaned up in 7.0.x and 8.0.x but not in 6.0.x. See http://tomcat.apache.org/tomcat-8.0-doc/config/automatic-deploy

Re: META-INF/context.xml and deploy issue (web.xml removed?)

2014-12-04 Thread Jose María Zaragoza
2014-12-04 9:48 GMT+01:00 m...@ow2.org : > Hi, > > Is anyone can help me to find out what I am missing ? > Thanks Hi: I asked a similar question time ago http://grokbase.com/t/tomcat/users/13chhkj0qx/modify-content-in-meta-inf-context-xml I hope it helps you Regards > > Le 02/12/2014 10:36

Re: META-INF/context.xml and deploy issue (web.xml removed?)

2014-12-04 Thread m...@ow2.org
Hi, Is anyone can help me to find out what I am missing ? Thanks Le 02/12/2014 10:36, m...@ow2.org a écrit : > Hello, > > I'm facing an issue with tomcat 6. In order to setup a JDNI, we > added a context.xml file to our application (XWiki) in the > already-deployed folder webapps/xwiki/META-INF/

META-INF/context.xml and deploy issue

2014-12-02 Thread m...@ow2.org
Hello, I'm facing an issue with tomcat 6. In order to setup a JDNI, we added a context.xml file to our application (XWiki) in the already-deployed folder webapps/xwiki/META-INF/ and configured the existing webapps/xwiki/WEB-INF/web.xml accordingly. update of web.xml triggered the app reload which