Jboss-config-file SLES10

From MPDLMediaWiki
Revision as of 17:40, 22 April 2009 by Bartosch (talk | contribs) (page creation)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
# File is located in /etc/sysconfig

## Path:	Network/WWW/J2EE/Tomcat
## Type:	string
## Default:	"/usr/share/tomcat"
# 
#  This varible defines the CATALINA_HOME to start the service tomcat.
#  See /usr/share/doc/packages/tomcat/README.SuSE for more information.
#
#CATALINA_HOME="/usr/share/tomcat"

## Path:	Network/WWW/J2EE/Tomcat
## Type:	string
## Default:	""
# 
#  This varible defines the CATALINA_BASE to start the service tomcat.
#  If the value is empty, it is set to $CATALINA_HOME
#  See /usr/share/doc/packages/tomcat/README.SuSE for more information.
#
#CATALINA_BASE=""

## Path:	Network/WWW/J2EE/JBoss
## Type:	string
## Default:	"/usr/share/jboss"
# 
# This varible defines the JBOSS_HOME to start the service jboss.
# See /usr/share/doc/packages/jboss/README.SuSE for more information.
#
JBOSS_HOME="/usr/share/jboss"

## Path:	   Network/WWW/J2EE/JBoss
## Descrition:     Configuration for the JBoss application server
## Type:           string
## Default:	   "default"
#
# 
JBOSS_CONFIG="default"

# Set escidoc specific properties
JAVA_OPTS="-Dfile.encoding=utf8"