On Thu, Oct 25, 2012 at 11:19 PM, Francis Kayiwa
<[email protected]> wrote:
> No matter which of the following I go to oai, sword, jspui, xmlui I
> get a 404 resource not found.

Now we're getting somewhere!

What's connectors do you have enabled in server.xml? Do you actually
have a connector on port 8080?

    <Connector port="8080" protocol="HTTP/1.1"
...


I assume you do, otherwise this wouldn't work:

> Tomcat starts. When I install tomcat6-webapps and rename ROOT.xml in
> the contexts to _notROOT.xml it displays the "It Works" Tomcat page.

So the problem would be that Tomcat is running, but for some reason
doesn't give access to the DSpace webapps.

Did you know that there are actually 2 ways to specify context? One is
in server.xml and the other one is using so colled context fragments,
xml files in Catalina/localhost/  Which approach are you using?
Because you forst mentioned

> We tried to enter the
...
> directly on server.xml

and then you mentioned ROOT.xml, which is one of the context
fragments. The problem might be that you're trying to combine both.

Also, there are 2 logs, one is the tomcat log (last log is always in
catalina.out) and the other one is [dspace]/log/dspace.log. To debug
why a webapp doesn't load you need to look at the Tomcat log. Try
looking there again. If you can't make heads or tails of it, send the
relevant part (after restart) as an attachment.

Regards,
~~helix84

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to