Guys,
My tomcat server starts with the following error, is it serious? How can I fix it?
Code:
/etc/init.d/tomcat5 start
Starting tomcat5: /usr/bin/rebuild-jar-repository: error: Could not find jdbc-stdext Java extension for this JVM
/usr/bin/rebuild-jar-repository: error: Could not find jndi Java extension for this JVM
/usr/bin/rebuild-jar-repository: error: Some detected jars were not found for this jvm
/usr/bin/rebuild-jar-repository: error: Could not find jaas Java extension for this JVM
/usr/bin/rebuild-jar-repository: error: Some detected jars were not found for this jvm
find: warning: you have specified the -mindepth option after a non-option argument -type, but options are not positional (-mindepth affects tests specified before it as well as those specified after it). Please specify options before other arguments.
find: warning: you have specified the -maxdepth option after a non-option argument -type, but options are not positional (-maxdepth affects tests specified before it as well as those specified after it). Please specify options before other arguments.
Using CATALINA_BASE: /usr/share/tomcat5
Using CATALINA_HOME: /usr/share/tomcat5
Using CATALINA_TMPDIR: /usr/share/tomcat5/temp
Using JRE_HOME: opt/jdk1.5.0_09/jre
[ OK ]
When i try to open
http://localhost:8080/admin
I put the root username and password but it wont let me in. This is my first time install tomcat (through yum), I dont know much about this, i just want to set up a servlet container to practice servlet programming. How can I config tomcat in a fastest way? (/etc/tomcat5/tomcat5.conf does not have much to edit)
Hope to get some help soon. TIA
THAI