2

I installed Tomcat 8 on a CentOS 6.6 server and did SSH tunneling to view the "successfully installed" page but all I get when I go to localhost:8080 is an empty page and when I checked my terminal I get the following error:

channel 3: open failed: connect failed: Connection refused

But I tested it out with httpd start command and the localhost showed the Apache server page. I was wondering if anybody has a possible solution for this. I have googled around it came out to no help. I followed Installing Maven Ant and Tomcat

Tunaki
  • 132,869
  • 46
  • 340
  • 423
KPath001
  • 870
  • 5
  • 18
  • 8080 is Tomcat's http-Port, httpd is the Apache Webserver. Which one do you want to use? Is Tomcat running at all? – f_puras Jun 15 '15 at 19:00
  • Tomcat is the preference...And I turned off the Apache Webserver. I only used the Apache Webserver to test if I successfully ssh tunneled to the server. But my main goal is try getting Tomcat to work so I can port my Java app onto it. – KPath001 Jun 15 '15 at 19:15
  • Ok, so are you sure that Tomcat is actually running? Check for an active Java process. What's in tomcat/logs directory? – f_puras Jun 15 '15 at 19:55

1 Answers1

0

Figured out the issue was with the network and I can officially close this question. Sorry about the trouble.

KPath001
  • 870
  • 5
  • 18