allow ability when deploying to map to HTTP server and application server for 
module
-------------------------------------------------------------------------------------

                 Key: MWAS-56
                 URL: http://jira.codehaus.org/browse/MWAS-56
             Project: Maven 2.x WebSphere 6 Plugin
          Issue Type: Improvement
    Affects Versions: 1.2
         Environment: when using IBM HTTP Server
            Reporter: Josh Joy
            Assignee: David J. M. Karlsen
         Attachments: wasv6-maven-plugin.txt

when using IBM HTTP Server, there is a Websphere option in the Admin console 
"Map modules to servers". If IBM HTTP Server is setup and configured, there is 
an option to bind to both HTTP Server and the application server. The Websphere 
option is "-MapModulesToServers". This patch provides another configuration 
parameter to the plugin "mapModulesToServers".

For example, to use it

<configuration>
....
   <was6.mapModulesToServers>{{SOMEWEB SOMEWEB.war,WEB-INF/web.xml 
WebSphere:cell=SOMEHOST-SOMECELL,node=SOMEHTTPSERVER,server=webserver1+WebSphere:cell=SOMECELL,node=SOMENODE,server=server1}}</was6.mapModulesToServers>
...
</configuration>

These parameters can be found from the Websphere configuration and vary server 
to server. The exact mapping typically can be extraced from the Admin Console.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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

    http://xircles.codehaus.org/manage_email


Reply via email to