Displaying 2 results from an estimated 2 matches for "java_endorsed_dirs".
2010 Mar 15
2
Tomcat 5.23 help - http://hostname:8080 is an empty page.
...ps: From centos installation, this directory
is empty. Please help us to bring up the apache-tomcat installation page.
tomcat5.conf has the following settings
CATALINA_HOME="/usr/share/tomcat5"
JASPER_HOME="/usr/share/tomcat5"
CATALINA_TMPDIR="/usr/share/tomcat5/temp"
JAVA_ENDORSED_DIRS="/usr/share/tomcat5/common/endorsed"
I see the following in /usr/share/tomcat5 after installtion. Why is webapps
folder empty?
drwxr-xr-x 2 tomcat root 4096 Mar 10 09:27 bin
lrwxrwxrwx 1 tomcat root 23 Mar 10 09:27 common -> /var/lib/tomcat5/common
lrwxrwxrwx 1 tomcat root 12 Mar...
2009 Mar 30
0
Problem with Tomcat
...of working.
I am using tomcat5-5.5.23-0jpp.7.el5_2.1 on Centos 5.2
/etc/tomcat5/tomcat5.conf looks like as follows:
JAVA_HOME="/usr/lib/jvm/java"
CATALINA_HOME="/usr/share/tomcat5"
JASPER_HOME="/usr/share/tomcat5"
CATALINA_TMPDIR="/usr/share/tomcat5/temp"
JAVA_ENDORSED_DIRS="/usr/share/tomcat5/common/endorsed"
JAVA_OPTS="$JAVA_OPTS
-Dcatalina.ext.dirs=$CATALINA_HOME/shared/lib:$CATALINA_HOME/common/lib"
TOMCAT_USER="tomcat"
SHUTDOWN_WAIT=30
CATALINA_PID=/var/run/tomcat5.pid
And var/log/tomcat5/catalina.out has:
SEVERE: Begin event thr...