Hi Ataur,

Is it a "blank page" as in, a valid / OK http response but no content
displayed? Or is there an error response, or perhaps a connection timeout?
Each of those scenarios could point to different issues.

If you're able to view your base URL locally from the server (eg. using
lynx or curl to get http://localhost:8080 on the server itself) but you get
a connection refused or timeout when trying the public IP, you might need
to check your server firewall rules to make sure port 8080 is allowed.

Since you mention a router, I'm wondering if you're running a server at
home behind your NAT'd internet connection? If so, you will need to make
sure the router firewall allows port 8080, and that portforwarding is set
up to forward that port to your internal server address.
(also note, if your PC and your server are both behind NAT, things can get
a bit loopy using the public IP, so it might be better to try your internal
(private) IP for the server to begin with - that way you avoid having to
configure your router immediately as well)

If the network configuration seems OK or you see errors on the server using
"lynx http://localhost:8080";, you could check your tomcat logs (most likely
in /var/log/tomcat7) and also your dspace logs in /data/dspace/log to see
if there are any errors reported. If there are, paste them in here and
we'll see what might be going wrong.

Cheers

Kim

M: k...@shepherd.nz
T: @kimshepherd
P: +6421883635

0CCB D957 0C35 F5C1 497E CDCF FC4B ABA3 2A1A FAEC
https://keybase.io/kshepherd

On 1 June 2015 at 04:44, Md. Ataur Rahman <ataurb...@gmail.com> wrote:

> Hello Dear:
>
>
>
> I have successfully installed Dspace 5.2 on my debian based server. There
> are two IP address used on my server. One is local IP that is used on my
> server directly and another is real ip which is configured on router for
> outgoing connection. But when I’m trying to point out the real ip with
> default port 8080 it doesen’t come anything on the browser. The settings of
> my dspace.cfg file are as follows-
>
>
>
> # DSpace installation directory
>
> # dspace.dir = /dspace
>
> dspace.dir = /data/dspace
>
> # DSpace host name - should match base URL.  Do not include port number.
>
> # dspace.hostname = localhost
>
> dspace.hostname = localhost
>
> # DSpace base host URL.  Include port number etc.
>
> # dspace.baseUrl = http://localhost:8080
>
> dspace.baseUrl = http://localhost:8080
>
>
>
> I have used tomcat7. I have configured the webapps as follows-
>
>
> cd /var/lib/tomcat7/webapps
>
> ln -sv /data/dspace/webapps/oai
>
> ln -sv /data/dspace/webapps/solr
>
> ln -sv /data/dspace/webapps/sword
>
> ln -sv /data/dspace/webapps/xmlui ROOT
>
>
> ataur
>
>
> ------------------------------------------------------------------------------
>
> _______________________________________________
> DSpace-tech mailing list
> DSpace-tech@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-tech
> List Etiquette:
> https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
>
------------------------------------------------------------------------------
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Reply via email to