Stop/Start Metastorm Components from Commandline on Win, possible?

Hi,

 

is there a way to stop/start/restart a single component on an enterprise server installed on Windows 2003 from the commandline?

Not via the process monitor...

We have problems with the Script Servlet Engine and at the moment the stop/start must be done manually via the process monitor, but we like to have a scheduler in place to automate that till we found the root cause of the problem with this component.

 

any help is welcome!

 

BR

/Rainer

 

P.S. Version MIM 8.5.1 Fix4

Tagged:

Comments

  • In the Launcher.xml for this Enterprise Server make sure your autoStart and restart tags are set to true for the ScriptServletEngine.

    You will need to restart the Enterprise Server for this to take affect.

    Once this is done you can stop the component on the command line by entering> ftfend -component 13

    This will then stop and the component will automatically restart.