# # ident "$Id$ SMI" # # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # # ============================================================================= # Configuration settings for the Sun Ray Administration GUI # # Configuration settings should be adapted via the utconfig -w command that # automatically takes care of the necessary adaptations in this file. Any manual # changes in this file will require a restart of the Admin GUI using the # /opt/SUNWut/lib/utwebadmin restart command. The restart ensures that the # Tomcat configuration files (server.xml and web.xml) are updated accordingly. # # ============================================================================= # ============================================================================= # General environment settings # ============================================================================= # The location of the Java Runtime Environment (should be JRE 1.5 and above) jre.home=/etc/opt/SUNWut/jre # Any Java options that should be applied jre.options=-server # The location of the Apache Tomcat binaries (should be Tomcat 5.5) catalina.home=/usr/share/tomcat6 # Any additional options that should be applied to Tomcat catalina.options=-Xms128m -Xmx128m -XX:MaxPermSize=128m # The location of the log file for utwebadmin log.file=/var/opt/SUNWut/log/utwebadmin.log # The logging level (e.g. FINEST, FINER, FINE, CONFIG, INFO, WARNING, SEVERE) log.level=SEVERE # The automatic start of the tomcat daemon during system startup # (default is true) auto.start=true # ============================================================================= # Tomcat Web server settings # ============================================================================= # The Unix user account which will be used by Tomcat process.username=utwww # The Unix group name which will be used by Tomcat process.groupname=utadmin # The session timeout (specified in minutes) session.timeout=30 # Secure HTTP port number (default is 1661) https.port=1661 # Unsecure HTTP port number (default is 1660) http.port=1660 # Remote administration (default is 127.0.0.1 - localhost only), # use ".*" to enable remote access from any host. remote.access=.* # Shutdown port (default is 50505), this setting will automatically be # adapted, if the port is already occupied by another application shutdown.port=50505