Jeff:

I don't know if this is helpful, but I had a similar problem when I moved
our Test instance to a new Development server when I was planning on
upgrading from DSpace 5.5 to DSpace 6.0.  The Development server was
running a different version of Tomcat, and I discovered that I needed to
change how I defined my site in the tomcat conf/server.xml file.

On my test and production machines, I defined my tomcat root as:
<Context path="" docBase="(path to tomcat)/webapps/xmlui" />

but on my development server that it did not work and created a blank
page.  I discovered that I had to change the context path by adding a "/"
on my development server:

<Context path="/" docBase="(path to tomcat)/webapps/xmlui" />

This may not be your problem, but you may want to check out how DSpace is
defined in your tomcat's server.xml file.

George Kozak
Cornell University

On Mon, Feb 20, 2017 at 2:55 PM, Jeff Mitchell <j...@jeffmitchell.info>
wrote:

> If I am looking at the output correctly Java is listening on 8080 but
> tomcat should be.  Is that right, or do I need to switch something?
>
> If I need to switch something, how would that get changed?
>
> Jeff
>
>
>
> On Monday, February 20, 2017 at 1:47:46 PM UTC-6, Jeff Mitchell wrote:
>>
>> Sorry - Running Debian 7
>>
>> Jeff
>>
>>
>>
>> On Monday, February 20, 2017 at 1:46:02 PM UTC-6, Jeff Mitchell wrote:
>>>
>>> Output:
>>>
>>> tcp6       0      0 127.0.0.1:8005          :::*
>>> LISTEN      2478/java
>>>
>>> tcp6       0      0 :::8009                 :::*
>>> LISTEN      2478/java
>>>
>>> tcp6       0      0 :::80                   :::*
>>> LISTEN      2573/apache2
>>>
>>> tcp6       0      0 :::8080                 :::*
>>> LISTEN      2478/java
>>>
>>>
>>> So you are running Apache HTTP as a proxy? What OS are you running?
>>>> Again, disable the OS firewall to discard it.
>>>>
>>>> Check if there is something running on port 80.
>>>>
>>>> You can do
>>>> sudo netstat -plnt | grep ':80'
>>>>
>>>> You should see httpd.
>>>>
>>>> https://support.rackspace.com/how-to/checking-listening-port
>>>> s-with-netstat/
>>>>
>>>>
>>>> El lunes, 20 de febrero de 2017, 14:35:33 (UTC-5), Jeff Mitchell
>>>> escribió:
>>>>>
>>>>> It is basically a 404 error but both tomcat and apache are running.
>>>>>
>>>>> http://essays.wls.wels.net
>>>>>
>>>>> Looking at the logs now.
>>>>>
>>>>>
>>>>>
>>>>> On Monday, February 20, 2017 at 1:31:22 PM UTC-6, Javier Távara wrote:
>>>>>>
>>>>>> What errors are you getting?
>>>>>>
>>>>>> Check your Tomcat and DSpace logs.
>>>>>>
>>>>>> El lunes, 20 de febrero de 2017, 14:28:06 (UTC-5), Jeff Mitchell
>>>>>> escribió:
>>>>>>>
>>>>>>> Restoring from backup didn't change anything.  Not sure what the
>>>>>>> issue is as it was working on Thursday for sure.
>>>>>>>
>>>>>> --
>>>>
>>>>
>>> --
> You received this message because you are subscribed to the Google Groups
> "DSpace Technical Support" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to dspace-tech+unsubscr...@googlegroups.com.
> To post to this group, send email to dspace-tech@googlegroups.com.
> Visit this group at https://groups.google.com/group/dspace-tech.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
***************************
George Kozak
Digital Library Specialist
Cornell University Library - IT
218 Olin Library
Cornell University
Ithaca, NY 14853
607-255-8924
g...@cornell.edu

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.

Reply via email to