Henry, It is also possible to run Tomcat on port 80, rather than port 8080.
To run Tomcat on port 80 in Linux, you'd have to do the following: (1) Change its port from 8080 to 80 in [tomcat]/conf/server.xml (2) Compile the 'jsvc' tool that comes with Tomcat, and start Tomcat using 'jsvc'. You need to start Tomcat using 'jsvc' because on Linux port 80 is a privileged port (only root can open it). Here's a good reference on running Tomcat on port 80: http://www.klawitter.de/tomcat80.html (it says it's for Tomcat 5.x, but it should also work for Tomcat 6.x) Also, look at the Tomcat Setup Docs for more information on compiling and using the 'jsvc' tool, which allows you to use port 80 on Linux: http://tomcat.apache.org/tomcat-6.0-doc/setup.html#Unix%20daemon It's also possible to setup an Apache web server on port 80, and have it forward to your Tomcat on port 8080 (using mod_jk or similar). There are more notes on that setup on the following DSpace wiki pages: http://wiki.dspace.org/index.php/DspaceOnStandardPorts http://wiki.dspace.org/index.php/ModJk Good luck! Tim On 3/31/2010 4:56 AM, Henry Atsu Agbodza wrote: > Hi folks, > > I am from Ghana and i have a problem of which i need some help. I´ve > installed DSpace on Fedora on a test machine. Everything works fine. I can > access port 80 of the DSPACE computer on other clients on the LAN but i > can´t access port 8080 let alone the Dspace application. PLease i need > help. > > I am a bit new to LInux so please help. THanks a lot. > > > > > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > DSpace-tech mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/dspace-tech ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

