Now that I am able to telnet to localhost 8080, when I try GET / HTTP/1.0 it
returns...

HTTP/1.1 400 No Host matches server name localhost
Server: Apache-Coyote/1.1
Date: Tue, 16 Oct 2007 16:03:01 GMT
Connection: close
Connection closed by foreign host.

Could this help explain why I am now seeing a blank page when I try to
access http://<ipaddress>:8080 from a browser? Anything I can try?



-----Original Message-----
From: Stuart Lewis [sdl] [mailto:[EMAIL PROTECTED]
Sent: Tuesday, October 16, 2007 12:55 AM
To: Peter Urban
Cc: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] Completed install but page cannot be displayed

Hi Peter,

Something to try to see if tomcat really is running:

What happens when you type:

telnet localhost 8080

If you get a message something like 'connection refused' then it sounds like
tomcat either isn't running, or is not listening on port 8080. Have you
looked at 'ps' to see if it is listed as a running process?

If the telnet command does work (you'll not see any output, just a blank
prompt) try typing:

GET / HTTP/1.0

And hit enter twice.

Hopefully this will return some HTML (the tomcat homepage). This would show
that tomcat is working.

If tomcat is working, it might be that your server is firewalled from your
computer running the browser. I don't know what a default Ubuntu firewall
config looks like, but assuming they give you one, it is possible (likely)
that a non-standard port such as 8080 is blocked by default, and you'll need
to unblock it.

Good luck!


Stuart
_________________________________________________________________

Gwasanaethau Gwybodaeth                      Information Services
Prifysgol Aberystwyth                      Aberystwyth University

            E-bost / E-mail: [EMAIL PROTECTED]
                 Ffon / Tel: (01970) 622860
_________________________________________________________________


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to