• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Two WebLogic server instances on same Port

 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
We have two WebLogic server instances listening on the same port on the same machine. The two server instances belong to two different domains. One is an admin server and the other is a managed server in a different domain. The managed server is part of a cluster. Both the servers start without any errors and the application doesn't seem to have a problem. However we are seeing some connection refused errors to the managed server from the Apache plugin. Could this be related? I know it is not recommended to have two instances listening on the same port, but I don't understand how the two instances are able to start,listen and service user requests. Could anyone throw some light on what is happening here?
Thank you so much..
Wappie
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic