RE: Newbie question: Error 503 Service Temp. Unavailable

2004-07-09 Thread Birt, Jeffrey
573.341.6058 -Original Message- From: Tim Wills [mailto:[EMAIL PROTECTED] Sent: Thursday, July 08, 2004 11:18 PM To: Birt, Jeffrey Cc: Tomcat Users List Subject: RE: Newbie question: Error 503 Service Temp. Unavailable I had the same Error 503 on Linux (not Windows) and found

RE: Newbie question: Error 503 Service Temp. Unavailable

2004-07-09 Thread Birt, Jeffrey
Wills Cc: Tomcat Users List Subject: RE: Newbie question: Error 503 Service Temp. Unavailable I too am running Linux (Fedora 1). Another chap posted after me having similar problems with Windows (IIS). I've confirmed that apache is running as user apache which belongs to the group apache. User

RE: Newbie question: Error 503 Service Temp. Unavailable

2004-07-08 Thread Dale, Matt
I think you might have to create the file yourself. touch /opt/tomcat/work/jk2.socket Ta Matt -Original Message- From: Birt, Jeffrey [mailto:[EMAIL PROTECTED] Sent: 08 July 2004 16:11 To: [EMAIL PROTECTED] Subject: Newbie question: Error 503 Service Temp. Unavailable Hello all, I've

RE: Newbie question: Error 503 Service Temp. Unavailable

2004-07-08 Thread Tonte Pouncil
Subject: RE: Newbie question: Error 503 Service Temp. Unavailable I think you might have to create the file yourself. touch /opt/tomcat/work/jk2.socket Ta Matt -Original Message- From: Birt, Jeffrey [mailto:[EMAIL PROTECTED] Sent: 08 July 2004 16:11 To: [EMAIL PROTECTED] Subject: Newbie

RE: Newbie question: Error 503 Service Temp. Unavailable

2004-07-08 Thread Dale, Matt
Users List Subject: RE: Newbie question: Error 503 Service Temp. Unavailable I am trying to do the same thing as you guys. I have a windows 2000 box. How did you configure the two so far? And what goes in the jk2.socket file? Tonté -Original Message- From: Dale, Matt [mailto:[EMAIL

RE: Newbie question: Error 503 Service Temp. Unavailable

2004-07-08 Thread Tonte Pouncil
Do you know how to do this on a windows box? -Original Message- From: Dale, Matt [mailto:[EMAIL PROTECTED] Sent: Thursday, July 08, 2004 10:28 AM To: Tomcat Users List Subject: RE: Newbie question: Error 503 Service Temp. Unavailable The file must exist and be readable and writable

RE: Newbie question: Error 503 Service Temp. Unavailable

2004-07-08 Thread Dale, Matt
workers2.properties in your apache/conf directory that points to this port. Ta Matt -Original Message- From: Tonte Pouncil [mailto:[EMAIL PROTECTED] Sent: 08 July 2004 16:30 To: Tomcat Users List Subject: RE: Newbie question: Error 503 Service Temp. Unavailable Do you know how to do

RE: Newbie question: Error 503 Service Temp. Unavailable

2004-07-08 Thread Tonte Pouncil
Okay, will do. -Original Message- From: Dale, Matt [mailto:[EMAIL PROTECTED] Sent: Thursday, July 08, 2004 10:35 AM To: Tomcat Users List Subject: RE: Newbie question: Error 503 Service Temp. Unavailable Have a read through this, http://jakarta.apache.org/tomcat/connectors-doc/jk2

RE: Newbie question: Error 503 Service Temp. Unavailable

2004-07-08 Thread Birt, Jeffrey
PROTECTED] Sent: Thu 7/8/2004 10:34 AM To: Tomcat Users List Cc: Subject:RE: Newbie question: Error 503 Service Temp. Unavailable Have a read through this, http://jakarta.apache.org/tomcat/connectors-doc/jk2/index.html and then let me know if you have any more specific questions

RE: Newbie question: Error 503 Service Temp. Unavailable

2004-07-08 Thread Tim Wills
I had the same Error 503 on Linux (not Windows) and found that was caused by Apache running as Nobody. Apache couldn't write to the socket because the owner was tomcat and Nobody was not a member of the group tomcat. Check your apache error_log and see what it says. I have never run a Windows