Back to Jbi_cluster Http_p, or Jbi_cluster Http_p Info
| At line 1 changed 1 line. |
| %%(color:red;)__Beta Document for v2.1__%%\\ |
| !!Configuring GlassFish ESB for Clustering |
| \\ |
| At line 3 changed 2 lines. |
| __Table of Contents__ |
| * [GlassFish ESB Clustering|jbi_clustering-about_c] |
| __Contents__ |
| * [Configuring GlassFish ESB for Clustering|GlassFishESBClustering] |
| * [About GlassFish ESB Clustering|jbi_clustering-about_c] |
| At line 8 changed 12 lines. |
| * [Implementing Business Processes in a Cluster|jbi_cluster-bpel_p] |
| * [Implementing the IEP Service Engine in a Cluster|jbi_cluster-iep_t] |
| * [Implementing the XSLT Service Engine in a Cluster|jbi_cluster-xslt_p] |
| * [Implementing the Java EE Service Engine in a Cluster|jbi_cluster-javaee_p] |
| * [Implementing the Data Mashup Service Engine in a Cluster|jbi_cluster-dm_p] |
| * [Implementing the Database Binding Component in a Cluster|jbi_cluster-db_p] |
| * [Implementing the File Binding Component in a Cluster|jbi_cluster-file_p] |
| * [Implementing the FTP Binding Component in a Cluster|jbi_cluster-ftp_p] |
| * %%(color:#3333ff;)__[Implementing the HTTP Binding Component in a Cluster|jbi_cluster-http_p]__%% |
| * [Implementing the JMS Binding Component in a Cluster|jbi_cluster-jms_p] |
| * [Implementing the LDAP Binding Component in a Cluster|jbi_cluster-ldap_p] |
| * [Implementing the Scheduler Binding Component in a Cluster|jbi_cluster-schedbc_p] |
| * [Configuring the BPEL Service Engine for Clustering|jbi_cluster-bpel_p] |
| * [Configuring the IEP Service Engine for Clustering|jbi_cluster-iep_t] |
| * [Configuring the XSLT Service Engine for Clustering|jbi_cluster-xslt_p] |
| * [Configuring the Java EE Service Engine for Clustering|jbi_cluster-javaee_p] |
| * [Configuring the Data Mashup Service Engine for Clustering|jbi_cluster-dm_p] |
| * [Configuring the Database Binding Component for Clustering|jbi_cluster-db_p] |
| * [Configuring the File Binding Component for Clustering|jbi_cluster-file_p] |
| * [Configuring the FTP Binding Component for Clustering|jbi_cluster-ftp_p] |
| * %%(color:#3333ff;)__[Configuring the HTTP Binding Component for Clustering|jbi_cluster-http_p]__%% |
| * [Configuring the JMS Binding Component for Clustering|jbi_cluster-jms_p] |
| * [Configuring the LDAP Binding Component for Clustering|jbi_cluster-ldap_p] |
| * [Configuring the Scheduler Binding Component for Clustering|jbi_cluster-schedbc_p] |
| At line 21 changed 1 line. |
| * [Implementing Components for Standalone High Availability and Failover|jbi_cluster-standalone_p]\\ |
| * [Configuring Components for Standalone High Availability and Failover|jbi_cluster-standalone_p]\\ |
| At line 25 changed 1 line. |
| !!!Implementing the HTTP Binding Component in a Cluster |
| !!!Configuring the HTTP Binding Component for Clustering |
| At line 31 changed 1 line. |
| !To Add the HTTP Binding Component to the Cluster |
| !!Enabling the HTTP Binding Component on the Cluster |
| At line 33 changed 3 lines. |
| The HTTP BC is not dependent on any shared libraries, so you only need to add the binding component to the cluster. |
| # Add the HTTP BC to the cluster as described in [To Add a GlassFish ESB Component to a Cluster|jbi_cluster-add_t]. \\The name of the HTTP BC node is sun-http-binding. |
| # Modify any runtime properties as you normally would for the HTTP BC. \\For more information, see [HTTP Binding Component Runtime Properties|http://wiki.open-esb.java.net/Wiki.jsp?page=HTTPBindingComponentRuntimeProperties]. |
| The HTTP BC is not dependent on any shared libraries, and is already added to the cluster. You only need to start the binding component to enable it. |
| At line 37 changed 1 line. |
| !To Configure the HTTP BC Port Numbers for Clustering |
| !To Enable the HTTP Binding Component on the Cluster |
| At line 40 added 7 lines. |
| # In the left navigation panel of the GlassFish Admin Console, expand JBI, expand Components, and then select sun-http-binding. |
| # Click the Targets tab. |
| # Select the check box next to the cluster, and then click Start. |
| # To modify any HTTP BC properties on the cluster, perform any of the steps under [Modifying Server Properties for GlassFish ESB Components in a Cluster|Jbi_clusterModify_p]. \\For more information, see [HTTP Binding Component Runtime Properties|http://wiki.open-esb.java.net/Wiki.jsp?page=HTTPBindingComponentRuntimeProperties]. |
| !!Configuring the HTTP BC Port Numbers for Clustering |
| At line 52 added 2 lines. |
| !To Configure the HTTP BC Port Numbers for Clustering |
| At line 45 changed 2 lines. |
| ** {{${HttpDefaultPort}}} for the HTTP port\\ |
| ** {{${HttpsDefaultPOrt}}} for the HTTPS port \\For example, instead of using this URL: \\<{{soap:address location="http://localhost:18181/Synchronous"/>}} \\Use the following URL: \\<{{soap:address location="http://localhost:${HttpDefaultPort}/Synchronous"/>}}\\ |
| ** ${HttpDefaultPort} for the HTTP port\\ |
| ** ${HttpsDefaultPort} for the HTTPS port \\For example, instead of using this URL: \\<{{soap:address location="http://localhost:18181/Synchronous"/>}} \\Use the following URL: \\<{{soap:address location="http://localhost:${HttpDefaultPort}/Synchronous"/>}}\\ |