Try using maven.was5.installApp.options
The was5 plugin is mostly a thin wrapper around the ant tasks IBM supplies with WebSphere - installApp is such an example. maven.was5.installApp.options corresponds to the options attribute for that task. You can see the javadocs for installApp (and the other ant tasks) in:
$WAS_HOME/web/apidocs/com/ibm/websphere/ant/tasks/package-summary.html
Though the javadocs really don't help much - you'll more likely need to look into how the $AdminApp installApp command works in wsadmin.
Hope that helps,
Richard
Karan-Sahni (Contractor) wrote:
When I install an app using was5:installapp, it installs the ejb jars in the default server (server1) and the war is hosted on the default virtual host (default_host). How can I install the app on a specific server and virtual host?
Karan Sahni Telephone: 561.438.5009
Email: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
