Forum Moderators: phranque
Apache HTTP Server 2
Apache Tomcat 5.5
Java JDK
MySQL
so far so good, I installed all without a prob.
However,
I can connect to localhost on port 80, and get the apache homepage. But when i add :8080 to the end of it its says that the connection was refused. I disabled my firewall so that's not it.
Any suggestions?
You're trying to connect to port 8080. This is the port that Tomcat listens to in standalone mode. Is Tomcat running? Assuming you have some kind of Linux platform, you can do a ps -xa to check for java processes.