I configured the Vantage Web Client (Vantage Storage Point) for HTTPS, but the connection can be established using HTTP only.
Related messages:
SEVERE: Failed to initialize connector [Connector[HTTP/1.1-xxxx]]
org.apache.catalina.LifecycleException: Failed to initialize component [Connector[HTTP/1.1-xxxx]]
. . . .
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:492)
Caused by: org.apache.catalina.LifecycleException: Protocol handler initialization failed
at org.apache.catalina.connector.Connector.initInternal(Connector.java:995)
at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:107)
... 12 more
Caused by: java.net.BindException: EDC8115I Address already in use.
Vantage
The same port was used in server.xml for the HTTP and HTTPS connector.
Be sure different ports are specified.
The 'server.xml' file can be found in the path, such as: /u/users/vantagewebui/WebUI/runtime/apache-tomcat-x.y.zz/conf --> server.xml