Page 1 of 1

Unable to stop tomcat with ant target

Posted: Thu Feb 14, 2013 7:40 am
by gk12
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?

Re: Unable to stop tomcat with ant target

Posted: Wed Mar 20, 2013 4:51 pm
by pam
Hi gk12,

I am facing the same issue. Do you have any suggestions on fixing this issue.

Look forward for your response.

~ Thanks