...
Code Block | ||||
---|---|---|---|---|
| ||||
<cargo containerId="tomcat6x" home="/srv/tomcat/catalina-home" action="start"> <sharedClasspath> <fileset dir="/opt/grails"> <include name="*.jar"/> </fileset> </sharedClasspath> <configuration home="target/tomcat6x"> <deployable type="war" file="target/war/grails-example-without-libs.war"/> </configuration> </cargo> |
Example using the Maven Plugin (cargo 1.1.0+)
Configuring a Tomcat6 container with a com.foo bar-api-1.0.jar dependency provided using the shared classpath:
...