• 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

Can more than one server be created in WAS 7.0 ?

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

I am new to WebSphere and want to know if we don't have RAD in place but only WAS version 7.0, will we be able to create more than one server (by default only one server is available on Admin console by the name 'server1')? I am developing a new J2EE web application but I don't want to add it to the existing server named 'server1' that is available by default. This is because, the server 'server1' has existing web applications that point to a different database than the database that my newly developed application uses.

Please help me and correct me if I am wrong in any of my assumptions.

Regards,
Pankaj
 
Marshal
Posts: 28193
95
Eclipse IDE Firefox Browser MySQL Database
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sure, you can create more than one Websphere server. The administrator's guide tells you how.

(You wanted assumptions corrected? Okay. You seem to be assuming that RAD has something to do with managing Websphere. It doesn't. It's just a tool for developing applications.)
 
Greenhorn
Posts: 20
Eclipse IDE Ubuntu
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Pankaj.

Yes, you can create more than one server in one WAS installation. You just need to create a new profile and in order to do that run this command in your command line and follow the wizard

<WAS_INSTALLATION_DIR>/bin/ProfileManagement/pmt.bat (.sh if linux)


Hope this helps
 
I'm so happy! And I wish to make this tiny ad happy too:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic