Do you have Native POSIX Thread Library installed?
Identification of this subsystem features as well as which package you should download are available at
http://linux-sxs.org/internet_serving/c140.html

also be aware of the environmental parameters that tomcat uses
an example is located at

# you could also override JAVA_HOME as illustrated here
# Where your java installation lives
JAVA_HOME="/usr/lib/jvm/java"
JRE_HOME="/usr/lib/jvm/java"

# Where your tomcat installation lives
# That change from previous RPM where TOMCAT_HOME
# used to be /var/tomcat.
# Now /var/tomcat will be the base for webapps only
CATALINA_HOME="/usr/share/tomcat5"
JASPER_HOME="/usr/share/tomcat5"
CATALINA_TMPDIR="/usr/share/tomcat5/temp"

/* Be aware that TC may only execute under elevated privs under sudo as in this example */
sudo - tomcat -c $CATALINA_HOME/bin/startup.sh

HTH
Martin
----- Original Message ----- From: "Raghavan_sat" <[EMAIL PROTECTED]>
To: <users@tomcat.apache.org>
Sent: Monday, June 09, 2008 9:23 AM
Subject: Problem in starting tomcat



Hi,
  I downloaded apache-tomcat-5.5.23.tar.gz and extracted it. Am using jdk
1.6.0_05.
When i start tomcat it starts fine and no error is been shown in the
catalina.out. But when i open the browser and load http://localhost:8080/
its showing a blank page. The OS is Fedora 8. What should i do to make it
work
--
View this message in context: http://www.nabble.com/Problem-in-starting-tomcat-tp17732711p17732711.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to