Hi -- Thanks for your responses! I tried changing ownership of the /usr/share/tomcat5/webapps/ war files that were copied as part of the installation to user Tomcat. I also killed the Apache service and restarted the Tomcat service. Now http://localhost:8080 displays the default Tomcat page, http://localhost:8080/dspace (and http://localhost:8080/dspace/) still displays a 404 error (albeit a Tomcat 404 message). Any other ideas? Thanks again, Billy
On Nov 15, 2007 11:06 AM, Kyle Brentnell <[EMAIL PROTECTED]> wrote: > Hi Billy, > > You do not need to use Apache with a "default" Dspace installation. In step > 3 you say you receive an Apache Test page at http://localhost:8080. > > Typically you should receive a Tomcat page at that URL. > > Either setup Tomcat to run on port 8080, or if Tomcat is running on another > port (for example port 8181) then go to http://localhost:8181/dspace > > Note: If you want Tomcat to run on port 8080, you will need to get Apache > to stop using it first. Tomcat and Apache will not share the same port. > > > Kyle > > > > > -----Original Message----- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On Behalf > > Of Drrty Byl > > Sent: November 15, 2007 11:48 AM > > To: [email protected] > > Subject: [Dspace-tech] DSpace Installation Saga: Please Help! > > > > Hello, I have been trying to install DSpace on my Fedora Core > > 5 server to use in a school project for the past several > > days. I am able to successfully build and install the > > package, but still cannot access the web interface. Here are > > the specifications for my project along with the steps I have > > tried to get it working: > > > > Fedora Core 5 (kernel 2.6.15-1.2054_FC5, i386) DSpace version > > 1.4.2 dspace.dir = /dspace dspace.url = > > http://localhost:8080/dspace dspace.hostname = localhost Java > > version "1.6.0_03" Java(TM) SE Runtime Environment (build > > 1.6.0_03-b05) Tomcat 5 (installed from Redhat Package > > Manager/yum interface) Apache 2.2 (installed from Redhat > > Package Manager/yum interface) PostgreSQL 8.1.9 > > > > 1 - Regular sequence of Postgres database creation is > > successful, "ant fresh_install" build is successful, software > > installed at "/dspace". > > 2 - Tomcat and Apache are restarted > > 3 - visiting http://localhost:8080 with Firefox displays > > Apache Test Page > > 4 - visiting http://localhost:8080/dspace results in a 404 > > error: Not Found > > 5 - visiting http://localhost:8080/dspace/ results in a 503 error: > > Service Temporarily Unavailable > > > > I am positive that both Tomcat and Apache are running; port > > 8080 is NOT firewalled. The next step I tried was installing > > the mod_jk connector using the directions at: > > http://wiki.dspace.org/index.php/ModJk . This did not > > resolve the problem. Should "ProxyRequests On" and > > "NameVirtualHost *:80" be uncommented in Apache httpd.conf? > > Also, do I need to define a < location > in this file? Does > > anyone have a working Apache configuration file with changes > > made in respect to DSpace installation? I get the impression > > this might somehow be related to the problem. It looks as > > though Tomcat, although running, is not serving DSpace. Any > > help to get this functioning is greatly appreciated! Billy > > > > -------------------------------------------------------------- > > > ----------- > > 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 > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/dspace-tech > > > > ------------------------------------------------------------------------- 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 [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

