i am using
tomcat on ubuntu linux but i can't get it started.
at some point in time i did:
$ sudo apt-get install sun-java5-jdk
then
$ sudo apt-get install tomcat5.5
then because tomcat told me to when i tried to start it, i updated /etc/default/tomcat5.5 with JAVA_HOME=/usr/bin
($ which
java gives me /usr/bin/java by the way)
finally I go:
$ sudo /etc/init.d/tomcat5.5 start
Starting Tomcat 5
servlet engine using Java from /usr/bin: tomcat5.5.
BUT i dont get any webpage when i navigate to
http://localhost:8080 i turned off any firewall settings just in case. i dont even know where to start troubleshooting now. any suggestions?
[ March 26, 2007: Message edited by: Ben Souther ]