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 an error of type 404. But when adding as an alias the ip address to the Host object if it works Is there any way to make it work without specifying alias? I'm using Apache Tomcat 8.5.11 Pd: In the version of Apache Tomcat 7.0.57 it worked Thanks. Alexander.