Find the answer to your Linux question:
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. # ...
  1. #1
    Just 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

  2. #2
    Just 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

  3. #3
    Just Joined!
    Join Date
    Nov 2010
    Posts
    4
    Hi,

    I'm no guru on the subject, but the following suggests it's not running;

    Quote Originally Posted by andrewdps View Post
    # ps ax |grep tomcat
    9463 pts/2 S+ 0:00 grep tomcat
    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

  4. #4
    Just Joined!
    Join Date
    Oct 2010
    Posts
    17
    I've figured out,manually restarting the server with "service httpd restart" made that working....

    Andrew

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...