Difference between revisions of "Jboss-config-file SLES10"

From MPDLMediaWiki
Jump to navigation Jump to search
(page creation)
 
(page creation)
 
Line 1: Line 1:
<pre>
# File is located in /etc/sysconfig
# File is located in /etc/sysconfig


Line 39: Line 40:
# Set escidoc specific properties
# Set escidoc specific properties
JAVA_OPTS="-Dfile.encoding=utf8"
JAVA_OPTS="-Dfile.encoding=utf8"
</pre>
[[Category:PubMan_Development|Environment Setup]]
[[Category:How To]]
[[Category:Installation instruction]]

Latest revision as of 17:40, 22 April 2009

# 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"