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

WSCP commands

 
Greenhorn
Posts: 25
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,
I have a Enterprise application (Z) that is deployed on a Server group of two application server A and B on two seperate boxes.Since my application is 24/7 I need the service to be up all the time.My question is using wscp is it possible that I stop the ENterpriseApp on one appserver .Please note that both the appserver belong to the same server group.I tried to run the the command "EnterpriseApp start /EnterpriseApp:Z/" but this starts the Enterprise App in the server group.Is there a wscp command by which I can start/stop the app in one application server of the Server group.Any help will be greatly appreciated.
Thanks
Manoj.
 
Ranch Hand
Posts: 179
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You can stop the JVM on the appserver in which the app is running. However that stops all other apps in that JVM which may not matter if you are running in a cloned environment.
ApplicationServer stop $server
 
Can you smell this for me? I think this tiny ad smells like blueberry pie!
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic