cancel
Showing results for 
Search instead for 
Did you mean: 

API to Start / Stop Applications or to perform NWA like operations

Former Member
0 Kudos

Hello,

is there an API available that enables me to start and stop deployed ears programmatically?

Or more generally asked, is there a way to perform the same actions that are possible with the NWA, e.g. modify web service ports, deploy applications and so on.

Thanks in advance.

ciao,

Elmar

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Yes there is. I am trying to use it right now.

It is the DeplyService interface (com.sap.engine.services.deploy.DeployService) which is contained in the deploy.sda.

You can use it to start/stop applications, remove applications, deploy applications, etc.