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
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
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
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
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/
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