JBoss Web Server Properties

The following properties can be modified when deploying JBossClosed An open-source, cross-platform Java application server developed by JBoss, a division of Red Hat Inc. JBoss AS is an open-source implementation of Java 2 Enterprise Edition (J2EE) that is used for implementing Java applications and other web-based applications and software. JBoss is an open source alternative to commercial offerings from IBM WebSphere and SAP NetWeaver. Web Server:

Property

Default Value

Description

jws_http_port

8080

The HTTP(S) port to which the JBoss Web Server is bound

jws_https_port 7443 The HTTPS port to which the JBoss Web Server is bound

jws_use_ssl

true

Flag, indicating if the HTTPS protocol should be used by the JBoss Web Server

ssl_certificates

N/A

This property is a dictionary of three elements: "private_key", "certificate" and "ca". Each element is the path to the corresponding PEM file. If specified and jws_use_ssl is true, the deployment play will use the specified files to enable the HTTPS listener. If the property is omitted while jws_use_ssl is set to true, the self-signed certificate will be generated for the hostname to which JWS being deployed.

wso2is_login_lb_url N/A The URL of the LoadBalancer in the format <protocol>://<lb_hostname>(:<lb_port>) that serves WSO2 IS Login application. It must be defined for the HA installation; i.e. when there is more than one JWS server is defined. The port is optional and must be specified only when the non-standard port is used.
jws_allocated_heap_size 4 GB The size of the JBoss Web Server heap memory. Please ensure there is enough memory on the host to accommodate allocated heap sizes.

Related Topics Link IconRelated Topics