Jim Sellers wrote:
Hello.

Using the was6 maven plugin I'm trying to have our CI server deploy to our clustered dev env. It's mostly working, except the web modules aren't being associated with our web servers.

eg. using the admin console on the "Manage Modules" step, I'd link the web module to a cluster and 2 apache servers (Servers -> Web Servers). Normally the servers that are associated with the web module look like this:
WebSphere:cell=DevCell,cluster=MY_CLUSTER_NAME
WebSphere:cell=DevCell,node=NodeDev02,server=WebDev02
WebSphere:cell=DevCell,node=NodeDev01,server=WebDev01

Looking at some python scripts for deploys, there is an option "-MapModulesToServers" for this functionality, but I can't find the same in the ws_ant.sh file or using the bindings option.

1) does anyone know if it's possible with the was6 plugin?
2) is there some config that I'm doing wrong in maven or if something can be changed in websphere to make this work?

Thanks for your time,
Jim
You can map it to virual hosts like in the example in the bottom of the page: http://mojo.codehaus.org/was6-maven-plugin/examples/generating-default-bindings.html If this is not suitable you will have to write a script and feed it to: http://mojo.codehaus.org/was6-maven-plugin/wsAdmin-mojo.html

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email


Reply via email to