Hi,

  Can you start two web applications using the same tomcat plugin. My
tomcat-maven-plugin works for starting ONE web application.  But when I
specify two apps, it ignores the application which is not being built in the
current directory but whose path I have given as follows in the 

 <plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>tomcat-maven-plugin</artifactId>
        <version>1.0-SNAPSHOT</version>
        <configuration>
                <warFile>c:/apache-tomcat-6.0.10/webapps/cas.war</warFile>
                 <warFile>./target/SAWebapp.war</warFile>
                  <server>tomcat</server>
                  <update>true</update>
        </configuration>

Thanks for your help!
N
-- 
View this message in context: 
http://www.nabble.com/tomcat-maven-plugin-tf4203051s177.html#a11954897
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to