Deploy app by JMX
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ā
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