9b2e33bfa8
contains server components. In the process, I also flatened its directory structure.
15 lines
724 B
Plaintext
15 lines
724 B
Plaintext
############################################################
|
|
# #
|
|
# Environment variable file for casa_atsd. #
|
|
# #
|
|
# Note: This file is sourced by the casa_atsd rc script #
|
|
# when starting the service. #
|
|
# #
|
|
############################################################
|
|
CATALINA_BASE="/srv/www/casaats"
|
|
CATALINA_HOME="/usr/share/tomcat5"
|
|
JAVA_HOME="/usr/lib/jvm/java-1.5.0-ibm"
|
|
JAVA_OPTS="-Dcom.novell.casa.authtoksvc.config=/etc/CASA/authtoken/svc"
|
|
export CATALINA_BASE CATALINA_HOME JAVA_HOME JAVA_OPTS
|
|
|