Results 1 to 4 of 4
Hi,
I've installed apache application server v7.I get a problem when I type the command localhost:8080
Unable to connect
Firefox can't establish a connection to the server at localhost.
# ...
- 11-03-2010 #1Just Joined!
- Join Date
- Oct 2010
- Posts
- 17
Localhost not working
Hi,
I've installed apache application server v7.I get a problem when I type the command localhost:8080
Unable to connect
Firefox can't establish a connection to the server at localhost.
# ps ax |grep tomcat
9463 pts/2 S+ 0:00 grep tomcat
Any help would be appreciated.
Thanks
- 11-03-2010 #2Just Joined!
- Join Date
- Oct 2010
- Posts
- 17
catlina.out
and the catalina.out is something like
/usr/apache-tomcat-7.0.2/bin/catalina.sh: line 364: org.apache.catalina.startup.Bootstrap: command not found
- 11-03-2010 #3Just Joined!
- Join Date
- Nov 2010
- Posts
- 4
Hi,
I'm no guru on the subject, but the following suggests it's not running;
9463 is the PID of your ps command. There should be another showing the PID of tomcat itself.
Also, does it default to port 8080? Thats "generally" an https, not http port.
Have you tried good ol' port 80?
Cheers,
Ian
- 11-03-2010 #4Just Joined!
- Join Date
- Oct 2010
- Posts
- 17
I've figured out,manually restarting the server with "service httpd restart" made that working....
Andrew


Reply With Quote
