Re: Absolutely clueless newbie and installation of Resin-3.0.19
Mattias J <[email protected]> Sat, 08 Jul 2006 08:25:23 +0200
| Newsgroups | gmane.text.xml.resin.user |
|---|---|
| Message-ID | <[email protected]> |
Matej Cepl skrev: > Hi, > > a friend asked me to help him with his work problem (I am not > computer professional, just happy Linux luser, who is getting > afraid, that he bitten on something he cannot chew ;-)). The > issue is that they've got from somebody else backups of Resin > database, which they try to make working on their server (a > client switching from one web-content provider to the other one; > the server is "Red Hat Enterprise Linux AS release 3 (Taroon)" > with kernel 2.4.21-4.EL, java 1.4.2_11 HotSpot, gcc 3.2.3-20, > Apache 2.0.46, CPU Intel XEON 2.0GHz, 248MB RAM). > > However, even though it seems to me that everything is as it > should be (according to the Coucho website), even when I try the > most simple > > links http://localhost:6802 > > I got "Error reading from socket" error message. > This configuration <cluster> <srun id="" host="127.0.0.1" port="6802" index="1"/> </cluster> is used for load balancing. You are not supposed to access this port in your browser - it is used between Resin instances in a cluster. To set the "external" port, use for example: <http server-id="" host="*" port="80"/> (Not sure whether the default port when the tag is missing is 80 or 8080. Have you tried them in your browser?)