[jboss-cvs] JBossAS SVN: r96556 - branches/JBPAPP_4_2_0_GA_CP/server/src/bin.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Nov 19 06:36:29 EST 2009


Author: mmalina at redhat.com
Date: 2009-11-19 06:36:29 -0500 (Thu, 19 Nov 2009)
New Revision: 96556

Modified:
   branches/JBPAPP_4_2_0_GA_CP/server/src/bin/jboss_init_hpux.sh
Log:
JBPAPP-2306 Added documentation for the new parameter JBOSS_BIND_ADDR to jboss_init_hpux.sh

Modified: branches/JBPAPP_4_2_0_GA_CP/server/src/bin/jboss_init_hpux.sh
===================================================================
--- branches/JBPAPP_4_2_0_GA_CP/server/src/bin/jboss_init_hpux.sh	2009-11-19 10:00:29 UTC (rev 96555)
+++ branches/JBPAPP_4_2_0_GA_CP/server/src/bin/jboss_init_hpux.sh	2009-11-19 11:36:29 UTC (rev 96556)
@@ -30,6 +30,8 @@
 #    JBOSS_START[0]=1
 ##   default console logging (you can also just omit the next line)
 #    JBOSS_CONSOLE[0]=""
+##   IP address or hostname to bind to (you can also omit this entry)
+#    JBOSS_BIND_ADDR[0]=localhost
 #############
 #    JBOSS_HOME[1]=/opt/jboss2
 #    JBOSS_USER[1]=jboss2
@@ -37,6 +39,8 @@
 #    JBOSS_START[1]=1
 ##   No Console logging
 #    JBOSS_CONSOLE[1]=/dev/null
+##   IP address or hostname to bind to (you can also omit this entry)
+#    JBOSS_BIND_ADDR[1]=serverhostname
 #
 
 ##################################################################
@@ -71,6 +75,9 @@
 #   Use "/dev/null" if console logging is not desired.
 #   default is /var/opt/jboss/jboss_<user>_<instance>.log
 #
+# JBOSS_BIND_ADDR[i] - IP address or hostname to bind the AS services to
+#   If you don't set anything, localhost is the default.
+#
 # JAVA_HOME should also be defined in the target users environment, such
 #   as is the case when it is exported from ~/.profile.
 #




More information about the jboss-cvs-commits mailing list