Hi all,

After upgrade tomcat5.5 stop working!
Since i'm using java 1.5 from sun, and this upgrade is for tomcat5.5 start working with java-gcj-compat, i think it stop working with others jre. But also since i'm a newbie in tomcat, i can't report this as a bug.
I only upgrade from 5.5.20-1 to 5.5.20-2 and change nothing.

My defs:

ii tomcat5.5 5.5.20-2 Java Servlet 2.4 engine with JSP 2.0 support ii tomcat5.5-admi 5.5.20-2 Java Servlet engine -- admin & manager web i ii tomcat5.5-weba 5.5.20-2 Java Servlet engine -- documentation and exa

ii  sun-java5-bin  1.5.0-08-1.1   Sun Java(TM) Runtime Environment (JRE) 5.0
ii sun-java5-demo 1.5.0-08-1.1 Sun Java(TM) Development Kit (JDK) 5.0 demos ii sun-java5-doc 1.5.0-08-1.1 Sun JDK(TM) Documention -- integration insta
ii  sun-java5-font 1.5.0-08-1.1   Lucida TrueType fonts (from the Sun JRE)
ii  sun-java5-jdk  1.5.0-08-1.1   Sun Java(TM) Development Kit (JDK) 5.0
ii  sun-java5-jre  1.5.0-08-1.1   Sun Java(TM) Runtime Environment (JRE) 5.0
ii  sun-java5-plug 1.5.0-08-1.1   The Java(TM) Plug-in, Java SE 5.0
ii sun-java5-sour 1.5.0-08-1.1 Sun Java(TM) Development Kit (JDK) 5.0 sourc

# Run Tomcat as this user ID (default: tomcat55). Set this to an empty string
# to prevent Tomcat from starting.
TOMCAT5_USER=tomcat55

# The home directory of the Java development kit (JDK). You need at least
# JDK version 1.4. If JAVA_HOME is not set, some common directories for
# the Sun JDK, various J2SE 1.4 versions, and the free runtimes
# java-gcj-compat-dev and kaffe are tried.
JAVA_HOME=/usr/lib/jvm/java-1.5.0-sun

# Directory for per-instance configuration files and webapps. It contain the
# directories conf, logs, webapps, work and temp. See RUNNING.txt for details.
# Default: /var/lib/tomcat5.5
CATALINA_BASE=/var/lib/tomcat5.5

# Arguments to pass to the Java virtual machine (JVM)
# "-Djava.awt.headless=true -Xmx128M" is automatically set if CATALINA_OPTS
# is left empty here
CATALINA_OPTS="-Djava.awt.headless=true -Xmx128M -server"

# Java compiler to use for translating JavaServer Pages (JSPs). You can use all
# compilers that are accepted by Ant's build.compiler property.
#JSP_COMPILER=jikes

# Use the Java security manager? (yes/no, default: yes)
# WARNING: Do not disable the security manager unless you understand
# the consequences!
# NOTE: java-gcj-compat-dev currently doesn't support a security
# manager.
TOMCAT5_SECURITY=yes

# Timeout in seconds for the shutdown procedure (default: 30). The Java
# processes will be killed if tomcat5.5 has not stopped until then.
TOMCAT5_SHUTDOWN=30

thanks in advance


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to