• 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:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Weblogic newbie

 
Ranch Hand
Posts: 597
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

I have three queries.

1) What is difference between cluster and mangaged server and
2) If we have two managed servers, do we have to deploy same ear,war,jars to both servers?
3) Do managed servers run on different ports ?

Suppose I deployed test1.jsp on managed server1 and test2.jsp on managed server2. Will the url to access these two jsp files will differ?

Thanks in advance.

Rajesh
 
Ranch Hand
Posts: 222
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

2) If we have two managed servers, do we have to deploy same ear,war,jars to both servers?


I believe yes. If you want a ear/war/jar to be deployed on more than one servers, you need to deploy it on all of those servers. However, while deploying the application, you can select multiple target servers. By doing this the app will be deployed on all the selected target servers in one go.


3) Do managed servers run on different ports ?


Yes, different managed servers has to run on different ports.
 
Sandeep Awasthi
Ranch Hand
Posts: 597
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Ankit
 
Ranch Hand
Posts: 257
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator


1) What is difference between cluster and mangaged server



Cluster can have more than one managed servers.


2) If we have two managed servers, do we have to deploy same ear,war,jars to both servers?


Not necessarily. You can deploy different application (ear,war) in different managed servers.


3) Do managed servers run on different ports ?



Yes. You specify the port when you create the managed server in weblogic
[ June 26, 2007: Message edited by: Amit M Tank ]
 
It's a beautiful day in this neighborhood - Fred Rogers. Tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic