RE: mod_jk2 ./configure problem/query

2004-07-07 Thread Tim Wills
Sorry to say but I have gone through the whole process 3 times now
(including re-installing Redhat itself) and I still get error 503 Service
Temporarily Unavailable. I reckon it must be a permissions problem but
where?

I have tried the following:
chmod 666 jk2.socket

I tried changing the path to the file workers2.properties in httpd.conf.
Doing this changes the error message to 404, page not found so the file
workers2.properties is being read.

I have done as instructed on permissions but i wonder if Apache still
doesn't have any rights to call the Tomcat engine. I have Tomcat running
fine as a standalone.

Any further ideas?

Cheers

Tim


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: mod_jk2 ./configure problem/query

2004-07-07 Thread Chong Yu Meng
Tim Wills wrote:
Sorry to say but I have gone through the whole process 3 times now
(including re-installing Redhat itself) and I still get error 503 Service
Temporarily Unavailable. I reckon it must be a permissions problem but
where?
I have tried the following:
chmod 666 jk2.socket
I tried changing the path to the file workers2.properties in httpd.conf.
Doing this changes the error message to 404, page not found so the file
workers2.properties is being read.
I have done as instructed on permissions but i wonder if Apache still
doesn't have any rights to call the Tomcat engine. I have Tomcat running
fine as a standalone.
Any further ideas?
 

What user did you build Apache as? What group? Also, what user and group 
is Apache running under?

Regards,
pascal chong

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: mod_jk2 ./configure problem/query

2004-07-05 Thread Ryan McConigley
At 06:41 AM 5/07/2004 +0100, you wrote:
I read your article before posting that question but I didn't realise it
applied to my situation. Were you getting that error message when you ran
./configure ??
I did for a while.  Then I found out the one in my path was the 
wrong version of apr-config.  I had one in /usr/bin for memory and the 
other in /usr/local/apache/bin (the directory where I had installed 
Apache).  I think at the time I went in and modified the config file and 
told it don't bother looking for it, which worked, but then later I blew 
that directory away and restarted everything from scratch.  Interestingly 
the second time around it seemed to work fine...  Which probably doesn't 
help you any.

Cheers,
Ryan.
--
  Ryan McConigley - Systems Administrator  _.-,
 Computer Science   University of Western Australia.--'  '-._
   Tel: (+61 8) 6488 7082 - Fax: (+61 8) 6488 1089   _/`-  _  '.
[EMAIL PROTECTED] - http://www.csse.uwa.edu.au/~ryan  ''._`.. \
 ` \;
 You're just jealous because the voices are talking to me;_\

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: mod_jk2 ./configure problem/query

2004-07-05 Thread Tim Wills
Reading your article more thoroughly, I am a bit confused on a number of
matters.

1. Why am I seemingly editing Apache's Makefile (I assume from the directory
you have given) and not mod_jk2? Does the apxs command read that file?

2. I checked Apache's make file and it has no reference to JK_LDFLAGS.

3. How do you actually know which apu-config? I have found 2 under /usr path
being:
/usr/local/apache2/bin
/usr/local/httpd-2.0.49/srclib/apr-util/
I assume the top one ??

Cheers

Tim





-Original Message-
From: Ryan McConigley [mailto:[EMAIL PROTECTED]
Sent: 05 July 2004 08:22
To: Tomcat Users List
Subject: RE: mod_jk2 ./configure problem/query


At 06:41 AM 5/07/2004 +0100, you wrote:
I read your article before posting that question but I didn't realise it
applied to my situation. Were you getting that error message when you ran
./configure ??

 I did for a while.  Then I found out the one in my path was the
wrong version of apr-config.  I had one in /usr/bin for memory and the
other in /usr/local/apache/bin (the directory where I had installed
Apache).  I think at the time I went in and modified the config file and
told it don't bother looking for it, which worked, but then later I blew
that directory away and restarted everything from scratch.  Interestingly
the second time around it seemed to work fine...  Which probably doesn't
help you any.

 Cheers,
 Ryan.

--
   Ryan McConigley - Systems Administrator  _.-,
  Computer Science   University of Western Australia.--'  '-._
Tel: (+61 8) 6488 7082 - Fax: (+61 8) 6488 1089   _/`-  _
'.
[EMAIL PROTECTED] - http://www.csse.uwa.edu.au/~ryan  ''._`.. \
  `
\;
  You're just jealous because the voices are talking to me
;_\




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: mod_jk2 ./configure problem/query

2004-07-05 Thread Chong Yu Meng
Tim Wills wrote:
Reading your article more thoroughly, I am a bit confused on a number of
matters.
1. Why am I seemingly editing Apache's Makefile (I assume from the directory
you have given) and not mod_jk2? Does the apxs command read that file?
2. I checked Apache's make file and it has no reference to JK_LDFLAGS.
3. How do you actually know which apu-config? I have found 2 under /usr path
being:
/usr/local/apache2/bin
/usr/local/httpd-2.0.49/srclib/apr-util/
I assume the top one ??
 

That's odd. Why would you have two different Apache directories under 
/usr/local ? Can you check if you have another Apache installed ? Try 
rpm -qa | grep httpd

Regards,
pascal chong
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


mod_jk2 ./configure problem/query

2004-07-04 Thread Tim Wills
I am having problems installing mod_jk2 and although I have not isolated
what it is, one thing is worrying me. I have installed Apache 2.0.49 and
Tomcat 5.0.25 (on Redhat 9) from source and they both run fine.

When I run the command:

./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-apr-lib=/usr/lib
 --with-tomcat-41=/usr/local/tomcat --with-java-home=/usr/local/java --with-
jni

I get the following error:

./configure: line 1: apr-config: command not found

I run the Linux find command and apr-config is indeed in /usr/lib (and two
other places aswell) so why is it throwing that error message. I have
discussed this problem with a couple of list members who have overcome
installation issues themselves but they are using Fedora 2 or rpm
installations of Apache.

Do I actually need --with-apr-lib=/usr/lib ? (He asks in a novice type of
way)

Cheers

Phil


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: mod_jk2 ./configure problem/query

2004-07-04 Thread Ryan McConigley
At 03:35 AM 5/07/2004 +0100, you wrote:
I am having problems installing mod_jk2 and although I have not isolated
what it is, one thing is worrying me. I have installed Apache 2.0.49 and
Tomcat 5.0.25 (on Redhat 9) from source and they both run fine.
When I run the command:
./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-apr-lib=/usr/lib
 --with-tomcat-41=/usr/local/tomcat --with-java-home=/usr/local/java --with-
jni
I get the following error:
./configure: line 1: apr-config: command not found
I run the Linux find command and apr-config is indeed in /usr/lib (and two
other places aswell) so why is it throwing that error message. I have
discussed this problem with a couple of list members who have overcome
installation issues themselves but they are using Fedora 2 or rpm
installations of Apache.
Do I actually need --with-apr-lib=/usr/lib ? (He asks in a novice type of
way)
Woohoo.  A question I can answer.  I had this problem about two 
weeks ago.  Here is the weblink (thanks to [EMAIL PROTECTED]) I used 
to solve my problem -- http://cymulacrum.net/writings/tomcat5/a1375.html 
(needed to be modified slightly)  And my own walk-through notes are here 
-- http://www.csse.uwa.edu.au/~ryan/tech/mod_jk2.html

Essentially you need to add in one/some additional libraries into 
one of the make files.  Just make sure you get the right library paths, but 
see the web pages for the details as I'm guessing its a system dependant thing.

Cheers,
Ryan.
--
  Ryan McConigley - Systems Administrator  _.-,
 Computer Science   University of Western Australia.--'  '-._
   Tel: (+61 8) 6488 7082 - Fax: (+61 8) 6488 1089   _/`-  _  '.
[EMAIL PROTECTED] - http://www.csse.uwa.edu.au/~ryan  ''._`.. \
 ` \;
 You're just jealous because the voices are talking to me;_\

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: mod_jk2 ./configure problem/query

2004-07-04 Thread Tim Wills
I read your article before posting that question but I didn't realise it
applied to my situation. Were you getting that error message when you ran
./configure ??

Cheers

Tim




At 03:35 AM 5/07/2004 +0100, you wrote:
I am having problems installing mod_jk2 and although I have not isolated
what it is, one thing is worrying me. I have installed Apache 2.0.49 and
Tomcat 5.0.25 (on Redhat 9) from source and they both run fine.

When I run the command:

./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-apr-lib=/usr/li
b
  --with-tomcat-41=/usr/local/tomcat --with-java-home=/usr/local/java --wit
h-
jni

I get the following error:

./configure: line 1: apr-config: command not found

I run the Linux find command and apr-config is indeed in /usr/lib (and
two
other places aswell) so why is it throwing that error message. I have
discussed this problem with a couple of list members who have overcome
installation issues themselves but they are using Fedora 2 or rpm
installations of Apache.

Do I actually need --with-apr-lib=/usr/lib ? (He asks in a novice type of
way)

 Woohoo.  A question I can answer.  I had this problem about two
weeks ago.  Here is the weblink (thanks to [EMAIL PROTECTED]) I used
to solve my problem -- http://cymulacrum.net/writings/tomcat5/a1375.html
(needed to be modified slightly)  And my own walk-through notes are here
-- http://www.csse.uwa.edu.au/~ryan/tech/mod_jk2.html

 Essentially you need to add in one/some additional libraries into
one of the make files.  Just make sure you get the right library paths, but
see the web pages for the details as I'm guessing its a system dependant
thing.

I have read you


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]