Unable to stop tomcat with ant target
Posted: Thu Feb 14, 2013 7:40 am
I have configured tomcat as per http://docs.broadleafcommerce.org/current/Tomcat.html
But I am unable to stop the tomcat with the following ant target.
<target name="stop">
<artifact:mvn mavenHome="${maven.home}" fork="true">
<jvmarg value="-XX:MaxPermSize=256M" />
<jvmarg value="-Xmx512M" />
<arg value="tomcat6:shutdown"/>
</artifact:mvn>
</target>
Any help?
But I am unable to stop the tomcat with the following ant target.
<target name="stop">
<artifact:mvn mavenHome="${maven.home}" fork="true">
<jvmarg value="-XX:MaxPermSize=256M" />
<jvmarg value="-Xmx512M" />
<arg value="tomcat6:shutdown"/>
</artifact:mvn>
</target>
Any help?