Link to home
Start Free TrialLog in
Avatar of mxgong
mxgongFlag for Australia

asked on

SSL settings for JBOSS 6.4 in domain mode

HI All

I am looking for the settings for the JBOSS 6.4 SSL settings for management console and servers.

I have
* 1 dc x 2 slave nodes
* three server groups, one server for each server group
* full profile

SSL settings for:
* Admin management console
* application on servers, at the moment the apllication is accessiable from HTTP only (8080)

Thanks
Avatar of krishna kishore mellacheruvu venkata
krishna kishore mellacheruvu venkata
Flag of India image

Avatar of mxgong

ASKER

Hi Krishna

I managed to get SSL working on the Admin console, now is trying to work on configuring the web server listen on the https port.

I had a look the URL, it is saying to create <https-lisener> in domain.xml, however, I cannot find the section mentioned in the article

Refer to the following:
===========================================
For server cluster, .......

On the master node of the Server Cluster, in the [appserver root]\domain\configuration\domain_<dbname>.xml, locate the <server> section present after the following code:.....

Add the following to the <server> section present after above code:
<https-listener name="default-secure" socket-binding="https" security-realm="SSLRealm"/>
=========================================

* there is no section "<http-lisener>" in the domain.xml
* there is no section "<server>" in the domain.xml

where should I add this https-lisener settings?

Thanks
Avatar of mxgong

ASKER

I have done the SSL on web server, it is working now.
ASKER CERTIFIED SOLUTION
Avatar of krishna kishore mellacheruvu venkata
krishna kishore mellacheruvu venkata
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of mxgong

ASKER

Thanks