Hi,
I want to disable the https port on AppD Controller. I want to do this because I am using ssl termination on load balancer und the communication between load balancer and AppD Controller is just http.
So I do not need the https port anymore and for several reasons I have to disable each unused port.
So is there a documentation how to disable https port? In domain.xml configuration is the http-listener-2 using this port. Should I disable this listener?
Regards,
Thomas
Hi Thomas,
You are right, You can either do from glassfish Admin UI (http://localhost:4848/login.jsf by udating under http/network listeners section) Or can refer doc link for update/delete http/network listener from asadmin console, Hope that answers your query.
http://docs.oracle.com/cd/E18930_01/html/821-2416/ggnfu.html
http://docs.oracle.com/cd/E19798-01/821-1751/giwls/index.html
We have not located any AD docs for above steps, as AD runs on Glassfish so above docs specific to Glassfish could be referred.
But try editing the target HTTP listener under screen referred below and uncheck "enabled" checkbox and save the changes in section referred in below steps and see how it goes post restart of appserver:
1. Log into the Controller admin console user interface using the URL given below:
http:// <Controller_Host_Name>:<Port>/login.jsf
The default port for the admin console is 4848.
2. Go to Configuration -> HTTP Service -> HTTP Listeners
Regards,
Arun
Hi Thomas,
You are right, You can either do from glassfish Admin UI (http://localhost:4848/login.jsf by udating under http/network listeners section) Or can refer doc link for update/delete http/network listener from asadmin console, Hope that answers your query.
http://docs.oracle.com/cd/E18930_01/html/821-2416/ggnfu.html
http://docs.oracle.com/cd/E19798-01/821-1751/giwls/index.html
We have not located any AD docs for above steps, as AD runs on Glassfish so above docs specific to Glassfish could be referred.
But try editing the target HTTP listener under screen referred below and uncheck "enabled" checkbox and save the changes in section referred in below steps and see how it goes post restart of appserver:
1. Log into the Controller admin console user interface using the URL given below:
http:// <Controller_Host_Name>:<Port>/login.jsf
The default port for the admin console is 4848.
2. Go to Configuration -> HTTP Service -> HTTP Listeners
Regards,
Arun