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
