Configuring in a cluster
can be installed and deployed in a cluster.
1.
2.
RunTime installer from a server that has the following elements:
*
*
*
The /home/streamsadmin directory is shared across the servers that are a part of the cluster.
*
3.
streamstool mkinstance -i instance_name hosts FQDN/IP list
4.
a.
b.
Go to /home/streamsadmin/OpDetection/InteractConnector_copytag>/wlp/usr/servers/InteractConnector/ and change the server.xml file to reflect the following values:
<server description="new server">
<!-- Enable features -->
<featureManager>
<feature>jsp-2.2</feature>
<feature>localConnector-1.0</feature>
<feature>servlet-3.0</feature>
<feature>serverStatus-1.0</feature>
</featureManager>
<httpEndpoint id="defaultHttpEndpoint" host="<hostname>"
httpPort="<portnum>" httpsPort="9443"/>
<application context-root="servlets" id="StreamServlet"
name="StreamServlet" type="war"
location="/home/streamsadmin/OpDetection/InteractConnector/wlp/usr
/servers/InteractConnector/dropins/InteractConnector"/>
<logging logDirectory="/home/streamsadmin/OpDetection/InteractConnector
/wlp/usr/servers/InteractConnector/logs" consoleLogLevel="ERROR"
messageFileName="messages.log"/>
<webContainer deferServletLoad="false"/>
</server>
5.
Go to /home/streamsadmin/OpDetection/InteractConnector_copytag>/wlp/usr/servers/InteractConnector/dropins/InteractConnector/WEB-INF/ and change the web.xml file to reflect the following values:
<init-param>
<param-name>ProxyOutboundHostNames</param-name>
<param-value>localhost</param-value>
</init-param>
6.
Installing IBM HTTP Server and configuring load balancer plugin