WebSphere Application Server & Liberty

WebSphere Application Server & Liberty

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  Multiple WebSphere App Servers bound to different IPs

    Posted Wed August 11, 2010 10:38 AM
    Multiple WebSphere App Servers bound to different IPs

    --------------------------------

    Hi,

    Is it possible to have multiple WebSphere application servers running on the same machine listening to the same port number bound to different IP addresses? If so how do we set it up?

    Any help is greatly appreciated
    Thanks!

    --------------------------------

    Posted By: ssman at Sep 1 2009 6:37PM


  • 2.  Multiple WebSphere App Servers bound to different IPs

    Posted Wed August 11, 2010 10:46 AM
    To be more specific, I wanted to know if it is really possible for there to be two running instances of websphere app server both listening to port xyz on a single OS that could be configured to bind to different IP addresses.

    Thanks!

    --------------------------------

    Posted By: ssman at Sep 1 2009 7:56PM


  • 3.  Multiple WebSphere App Servers bound to different IPs

    Posted Wed August 11, 2010 10:57 AM
    multiple app servers running on the same machine should have different port numbers. If you assign same port to all the servers port conflict will occur. You could assign the same ports to all your servers but only one server instance should be running at a time.

    --------------------------------

    Posted By: axe021 at Sep 4 2009 1:40PM


  • 4.  Multiple WebSphere App Servers bound to different IPs

    Posted Wed August 11, 2010 10:57 AM
    what matters is socket ..so if you configure different IP addresses to listen on same port ..that should also be sufficient .I am assuming , you are also taking care of firewall rules and accessibility.

    Test 253
    www.wascertify.getbegin.com

    --------------------------------

    Posted By: ashandish at Sep 4 2009 2:17PM


  • 5.  Multiple WebSphere App Servers bound to different IPs

    Posted Wed August 11, 2010 11:02 AM
    how do you bind the port to a specific IP ?

    i think most likely there may be port conflict as the JVMs are on the same OS even if you can bind it to be different IP..

    it may be possible if you have different zones (for solaris) or different LPARs (AIX)

    --------------------------------

    Posted By: wasadmin11 at Sep 16 2009 2:33AM


  • 6.  Multiple WebSphere App Servers bound to different IPs

    Posted Wed August 11, 2010 11:04 AM
    i guess u could do it by creating seperate virtual hosts

    --------------------------------

    Posted By: wasadmin11 at Sep 21 2009 6:24AM


  • 7.  Multiple WebSphere App Servers bound to different IPs

    Posted Fri May 27, 2011 04:27 AM

    Hi All,


    Did any one get a proper solution to this issue.


    I got some online material for this but it is not working.Please suggest a solution. Thanks


    publib.boulder.ibm.com/infocenter/wasinf...


     



  • 8.  Multiple WebSphere App Servers bound to different IPs

    Posted Thu June 02, 2011 09:20 AM

    From my experience, each application server requires unique ports.  If you define multiple application servers to the same ports in the WebSphere Admin Console, you will run into a conflict upon starting the second JVM that prevents it from starting.


    Is the question geared more towards inbound web connections coming over port 80/ 443/ etc?  If so, you still require a unique port for the WC_defaulthost and WC_defaulthost_secure for each JVM when running multiple JVMs on a single OS install. But, the plugin file you generate for your web servers (based on the application mappings in the console) takes care of the redirection to the corresponding JVM based on the appropriate web server handling the inbound connection.



  • 9.  Multiple WebSphere App Servers bound to different IPs

    Posted Mon June 27, 2011 05:29 AM

    Thanks for the info. I installed WAS using unique port numbers instead of using the same ones.