Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
bdecoste committed May 31, 2013
1 parent 17e52c3 commit 92eb513
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/control
Expand Up @@ -55,7 +55,7 @@ function replace_envs() {
sed -i -e "s/\${env.OPENSHIFT_INFINISPAN_IP}/${OPENSHIFT_INFINISPAN_IP}/g" \
-e "s/\${env.OPENSHIFT_INFINISPAN_CLUSTER}/${OPENSHIFT_INFINISPAN_CLUSTER}/g" \
-e "s/\${env.OPENSHIFT_GEAR_DNS}/${OPENSHIFT_GEAR_DNS}/g" \
-e "s/\${env.OPENSHIFT_JBOSSAS_CLUSTER_PROXY_PORT}/${OPENSHIFT_JBOSSAS_CLUSTER_PROXY_PORT}/g" \
-e "s/\${env.OPENSHIFT_INFINISPAN_CLUSTER_PROXY_PORT}/${OPENSHIFT_INFINISPAN_CLUSTER_PROXY_PORT}/g" \
$f
done
}
Expand Down
2 changes: 1 addition & 1 deletion versions/5.3/infinispan/etc/jgroups-tcp.xml
Expand Up @@ -21,7 +21,7 @@
thread_naming_pattern="cl"

external_addr="${env.OPENSHIFT_GEAR_DNS}"
external_port="${env.OPENSHIFT_JBOSSAS_CLUSTER_PROXY_PORT}"
external_port="${env.OPENSHIFT_INFINISPAN_CLUSTER_PROXY_PORT}"

timer_type="new"
timer.min_threads="4"
Expand Down

0 comments on commit 92eb513

Please sign in to comment.