Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » Apache Tomcat »

MAven-tomcat-plugin

nmall

2007-08-01



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
--
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To start a new topic, e-mail: users@(protected)
To unsubscribe, e-mail: users-unsubscribe@(protected)
For additional commands, e-mail: users-help@(protected)

©2008 junlu.com - Jax Systems, LLC, U.S.A.