Maven Tomcat Plugin - Context File

2010-08-06 Thread Neil Chaudhuri
I have a configuration file, call it myapp.xml, that would be found in conf\Catalina\localhost in a conventional deployment to indicate that the context for my application is to be found at /myapp. I don't want to include this file in my war. My question is simply where should I put myapp.xml

Re: Maven Tomcat Plugin - Context File

2010-08-06 Thread Olivier Lamy
Hi, Try configuration contextFilesrc/test/tomcat/context.xml/contextFile /configuration 2010/8/7 Neil Chaudhuri nchaudh...@potomacfusion.com: I have a configuration file, call it myapp.xml, that would be found in conf\Catalina\localhost in a conventional

RE: Maven Tomcat Plugin - Context File

2010-08-06 Thread Neil Chaudhuri
not sure why. Thanks. -Original Message- From: Olivier Lamy [mailto:ol...@apache.org] Sent: Friday, August 06, 2010 6:10 PM To: Maven Users List Subject: Re: Maven Tomcat Plugin - Context File Hi, Try configuration contextFilesrc/test/tomcat/context.xml