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?
This forum is in readonly mode and serves as an archive of old information. All posting, registration and commenting abilities have been turned off. To get help, the Broadleaf team reguarly monitors the broadleaf-commerce tag on Stack Overflow so please ask your questions there.