<deployable>
<groupId>com.xxx.security</groupId>
<artifactId>stub-services</artifactId>
<type>war</type>
<properties>
<context>/security</context>
</properties>
</deployable> <app-deployment>
<name>cntest</name>
<target>server</target>
<source-path>C:\projects\cntest\cntest-services\target\cntest.war</source-path>
<security-dd-model>DDOnly</security-dd-model>
</app-deployment>
<app-deployment>
<name>security</name>
<target>server</target>
<source-path>C:\m2repository\com\xxx\security\stub-services\1.0.3\stub-services-1.0.3.war</source-path>
<security-dd-model>DDOnly</security-dd-model>
</app-deployment>
<app-deployment>
<name>cargocpc</name>
<target>server</target>
<module-type>war</module-type>
<source-path>autodeploy\cargocpc.war</source-path>
<security-dd-model>DDOnly</security-dd-model>
<staging-mode>stage</staging-mode>
<plan-staging-mode xsi:nil="true"></plan-staging-mode>
<cache-in-app-directory>false</cache-in-app-directory>
</app-deployment>context-root element in weblogic.xml file.Hi Karel
Thanks for the details :)
@Claus, you can follow https://codehaus-cargo.atlassian.net/browse/CARGO-1402 if you wish to get the latest & greatest updates.
Regards
S. Ali Tokmen http://ali.tokmen.com/ http://contact.ali.tokmen.com/
--
You received this message because you are subscribed to the Google Groups "Codehaus Cargo" group.
To unsubscribe from this group and stop receiving emails from it, send an email to codehaus-carg...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/codehaus-cargo/52dc5c17-d37f-4fd3-86bc-6e1761c6399c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi Claus
The implementation is now ready, and you can try the 1.5.1-SNAPSHOT version either by building yourself or by following the instructions on https://codehaus-cargo.github.io/cargo/Maven2+Plugin+Installation.html#Maven2PluginInstallation-snapshots
Can you give a try as well?
Thank you