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/MAven-tomcat-plugin-tf4203048.html#a11954885
Sent from the Tomcat - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]