• 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

Equivalent of Control Break in websphere 3.5

 
Ranch Hand
Posts: 165
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm using the command line startup parameter of -xrunhprof for use with HAT(Heap Analysis Tool from Sun). In order for the Heap Dump to get printed to the file, I need to be able to do the equivalent of a Control Break within Websphere. When I use XMLConfig shutdown- it doesn't seem to work- same thing with doing a "hard" shutdown of the websphere instance(via the control panel shutdown of the W2K service).
How would I issue the command for the system to come down that is equivalent to control break from within a simple java program?
Thanks in advance.
 
reply
    Bookmark Topic Watch Topic
  • New Topic