Arnaud HERITIER
2007-03-13 22:23:04 UTC
Hi guys,
A user reported me that to start a local tomcat server and to deploy in it
a war We ahve to define in the m2 plugin:
<configuration>
<configuration>
<type>existing</type>
<!--
To Deploye War file , for mvn cargo:deploy
-->
<home>C:/HOMEWARE/crsdev/apps/apache-tomcat-5.5.20</home>
</configuration>
<container>
<containerId>tomcat5x</containerId>
<!--
To Start Tomcat , for mvn cargo:start
-->
<home>C:/HOMEWARE/crsdev/apps/apache-tomcat-5.5.20</home>
</container>
</configuration>
Is it normal that we have to define 2 times the home parameter ?
Arnaud
A user reported me that to start a local tomcat server and to deploy in it
a war We ahve to define in the m2 plugin:
<configuration>
<configuration>
<type>existing</type>
<!--
To Deploye War file , for mvn cargo:deploy
-->
<home>C:/HOMEWARE/crsdev/apps/apache-tomcat-5.5.20</home>
</configuration>
<container>
<containerId>tomcat5x</containerId>
<!--
To Start Tomcat , for mvn cargo:start
-->
<home>C:/HOMEWARE/crsdev/apps/apache-tomcat-5.5.20</home>
</container>
</configuration>
Is it normal that we have to define 2 times the home parameter ?
Arnaud