Deploy app by JMX

2017-02-21 Thread Roque Alexander Lozano Lozano
Hello I am trying to create application deployment using JMX through MBeanFactory. The methods used were: 1. createStandardServiceEngine 2. createStandardHost 3 In the service I invoke addConnector to listen via http port. When entering through the url http://191.168.0.1:8091/myapp it generates

Destroy type=Serviceā€

2016-03-09 Thread Roque Alexander Lozano Lozano
Hello, my question is, if possible destroy an object type = Service ?. In my current deployment I have two domains: Catalina and app_domain. I want to delete all app_domain. Thanks