• 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

Multiple Application Servers

 
Ranch Hand
Posts: 118
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
How can I start and stop Application Servers in WebSphere Base 5.1? Do I need to install WebSphere ND or WebSphere Base is sufficient? I can create Application Servers, but there seems to be no way to start and stop them, using the Admin Console.
 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi.
You can go to <WebSphere_Home>/bin
and use command line to stop and start server.

start command is : startServer.sh <server_name>

stop command is : stopServer.sh <server_name>
 
Charlee Chitsuk
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sorry,My first reply have some mistake.

You go to WebSphere_Home/bin
and use command line to stop and start server.

start command is : startServer.sh server_name

stop command is : stopServer.sh server_name
 
Nitish Bahadur
Ranch Hand
Posts: 118
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am using WebSphere Base 5.1.1(not Network Deployment) and have managed to create two application servers, and start them. The two application servers are PIW and SERVER1(the default one). However, I cannot seem to start my application on PIW application server. The "Start" from the Administration Console gives me the following error "The application can not be started on server PIW. Make sure the server is started." The serverStatus -all indicates that both servers(PIW and SERVER1) is "STARTED".

How do I solve this? Should I install adminconsole.ear on the other application server, or there is a script that starts and application on a particular application server. (Note: I am using WebSphere Base)

Any one....
 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
See the following thread which answers your question

BR
Mayur
 
Mayur Dhanji
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
https://coderanch.com/t/74154/Websphere/Start-or-stop-server-WAS
 
I found a beautiful pie. And a tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic