Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Trying to browse to 8080

Status
Not open for further replies.

ksb1454

Programmer
May 24, 2003
2
US
Whenever i try to browse to localhost:8080 i get "an error occured while loading im using madrake and jakarta 4.1.25, please help ive been stuck on this for days

-J
 
What OS are you on?

Things to check on *nix:
netstat -l .... to see if port 8080 is LISTENing ( I thought that 8180 was default? but I could be wrong )
ps -ef ... to see if tomcat is running
Check that $TOMCATHOME/conf/server.xml has the correct settings for that port and that it is not commented out

Things to check on M$:
netstat -a .... and look for port 8080
Task Manager -> Processes ..... look for tomcat process
Again check server.xml for settings..

Good Luck,
Laurie.
 
VJ,
it seems localhost is not resolved.
Check your C:\Windows\System32\drivers\etc\hosts file.
It should content at least:

127.0.0.1 localhost

TJ
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top