RE: mod_jk problem

2004-02-03 Thread Guy Rouillier
Lukas Larsson wrote: I already put the Include statement in httpd.conf, and then put JkMount in mod_jk.conf. But it still doesn't work. Is there anything I have to do in server.xml to make it work. I've added two lines Server port=8005 shutdown=SHUTDOWN debug=0 #this line is above Listener

RE: mod_jk problem

2004-01-28 Thread garaz_user
- From: Jeff Tulley [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, January 26, 2004 11:25 PM Subject: Re: mod_jk problem Lukas, I haven't been following this thread too closelyso maybe I've missed some of your earlier explanation... If you are going through

RE: mod_jk problem

2004-01-28 Thread Guy Rouillier
, 2004 11:25 PM Subject: Re: mod_jk problem Lukas, I haven't been following this thread too closelyso maybe I've missed some of your earlier explanation... If you are going through port 8080, there is no mod_jk or mod_jk2 involved, and the problem is probably elsewhere - for instance

Re: mod_jk problem

2004-01-28 Thread Lukas Larsson
PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, January 28, 2004 7:13 PM Subject: RE: mod_jk problem garaz_user wrote: Hello, I put the test.jsp in ROOT folder, and I put JKMount in the mod_jk.conf file, which I probably shound't do but all is working now (except apache

Re: mod_jk problem

2004-01-27 Thread Lukas Larsson
] To: [EMAIL PROTECTED] Sent: Monday, January 26, 2004 11:25 PM Subject: Re: mod_jk problem Lukas, I haven't been following this thread too closelyso maybe I've missed some of your earlier explanation... If you are going through port 8080, there is no mod_jk or mod_jk2 involved

RE: mod_jk problem

2004-01-27 Thread Guy Rouillier
into Apache's httpd.conf? ./Lukas - Original Message - From: Jeff Tulley [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, January 26, 2004 11:25 PM Subject: Re: mod_jk problem Lukas, I haven't been following this thread too closelyso maybe I've missed some

Re: mod_jk problem

2004-01-27 Thread Mark Eggers
Lukas, There are a lot of ways to start out exploring jsp programming. 1. Create a directory under %CATALINA_HOME%/webapps and modify Tomcat's server.xml a) For example, create a beg-jsp directory b) Add the following context in server.xml !-- Beginning JSP context for experimenting with raw

RE: mod_jk problem

2004-01-26 Thread Guy Rouillier
Users List [EMAIL PROTECTED] Sent: Sunday, January 25, 2004 10:03 PM Subject: Re: mod_jk problem Please see the following: http://nagoya.apache.org/wiki/apachewiki.cgi?TomcatWeb or http://nagoya.apache.org/wiki/apachewiki.cgi?Tomcat/Links Lots of information, including several step

Re: mod_jk problem

2004-01-26 Thread Lukas Larsson
Message - From: Guy Rouillier [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, January 26, 2004 9:39 PM Subject: RE: mod_jk problem Lukas Larsson wrote: Thx for the reply. I folloes your second link and found this site (http://johnturner.com/howto/apache2-tomcat4127-jk-rh9

RE: mod_jk problem

2004-01-26 Thread Guy Rouillier
. ./Lukas - Original Message - From: Guy Rouillier [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, January 26, 2004 9:39 PM Subject: RE: mod_jk problem Lukas Larsson wrote: Thx for the reply. I folloes your second link and found this site (http

Re: mod_jk problem

2004-01-26 Thread Jeff Tulley
JkUriSet is only availabel in jk2 or??? ./Lukas - Original Message - From: Guy Rouillier [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, January 26, 2004 9:39 PM Subject: RE: mod_jk problem Lukas Larsson wrote: Thx for the reply. I folloes your second link

RE: mod_jk problem

2004-01-25 Thread Brandon Goodin
That is the most informative link i know of. http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/index.html -Original Message- From: Lukas Larsson [mailto:[EMAIL PROTECTED] Sent: Sunday, January 25, 2004 12:33 PM To: 'Tomcat Users List' Subject: mod_jk problem Hello Does anyone know

Re: mod_jk problem

2004-01-25 Thread Mark Eggers
Please see the following: http://nagoya.apache.org/wiki/apachewiki.cgi?TomcatWeb or http://nagoya.apache.org/wiki/apachewiki.cgi?Tomcat/Links Lots of information, including several step-by-step documents. HTH /mde/ just my two cents . . . . __ Do you Yahoo!?

Re: mod_jk problem

2004-01-25 Thread Lukas Larsson
] Sent: Sunday, January 25, 2004 10:03 PM Subject: Re: mod_jk problem Please see the following: http://nagoya.apache.org/wiki/apachewiki.cgi?TomcatWeb or http://nagoya.apache.org/wiki/apachewiki.cgi?Tomcat/Links Lots of information, including several step-by-step documents. HTH /mde

RE: mod_jk problem with serving jsp from apache root dir...from tomcat alias dir is ok

2003-08-14 Thread Mike Klein
I 'figured' out the problem I was having...or at least got things working. In addition to: JkMount /*.jsp ajp13 I also had to add a servlet context to server.xml: Context path= docBase=/www/html/VxAppliance debug=0/ Originally docBase said ROOT, which I guess is Tomcat's root dir as opposed to

Re: mod_jk problem with serving jsp from apache root dir...from tomcatalias dir is ok

2003-08-14 Thread John Turner
JSP end up as servlets. Thus, they fall under the web app realm. They are not distinct pages like HTML or PHP. You do have to match your Apache config to your Tomcat config. Tomcat is not integrated into Apache as PHP is...Tomcat is a distinct environment, and can stand by itself without

Re: mod_jk-problem with rewritten urls

2003-08-14 Thread Bill Barker
This is supposed to be fixed in the upcoming mod_jk 1.2.5. It's still being evaluated, but you can get the early-access from http://cvs.apache.org/~glenn/jakarta-tomcat-connectors-jk-1.2.5-src.tar.gz. Karsten Dello [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] dear list, i have

RE: mod_jk problem

2003-03-13 Thread Larry
I think you are looking in the wrong area. If mod_jk is working on the intranet it should work from outside. Does a page served just by apache work through the internet (not using mod_jk)? Can you connect directly through to the tomcat service (not using mod_jk and apache, opening port

RE: mod_jk problem

2003-03-13 Thread Gaston Escobar
tomcat directly, and it worked! I know it's strange, separetly, both of them work well. But, they don't work together?? -Mensaje original- De: Larry [mailto:[EMAIL PROTECTED] Enviado el: Jueves, 13 de Marzo de 2003 05:10 p.m. Para: [EMAIL PROTECTED] Asunto: RE: mod_jk problem I think you

Re: mod_jk problem

2003-03-13 Thread Chong Yu Meng
I think the problem may have something to do with the IP address specified inside your VirtualHost. That's a non-routable IP, and even though you may have done a mapping on your router/firewall/gateway, the IP address returned to your client will be 192.168.1.28, which I assume will be blocked

Re: Mod_jk Problem

2002-11-25 Thread Bill Barker
Without looking at the code, I believe that this is only caused when the 'JkWorkersFile' no longer points to the correct place in your httpd.conf (or included file). It can also be caused if the file can't be read from the Apache user (On RedHat, defaults to 'apache', in the download defaults to

RE: mod_jk Problem

2002-11-13 Thread Rudolph Araujo
Milt, Yes it does work if I just include the file. I have also done as you suggested i.e. make changes to the auto generated file and include that one. Also I think that Internal Server Error was due to Tomcat not being started up in time. Is there an init.d script that I can use for it?

RE: mod_jk Problem

2002-11-13 Thread Turner, John
: mod_jk Problem Milt, Yes it does work if I just include the file. I have also done as you suggested i.e. make changes to the auto generated file and include that one. Also I think that Internal Server Error was due to Tomcat not being started up in time. Is there an init.d script

RE: mod_jk Problem

2002-11-12 Thread Tref Gare
Hi Rudolph, I share your pain, I had a similar two week ordeal a month ago or so. What are your other logs saying, namely mod_jk.log and the stdout (tomcat.out)? I'm using TC 4.1.12 so we have some discrepancy in the set up there but the following howto got me through the worst of it.

Re: mod_jk Problem

2002-11-12 Thread Milt Epstein
On Tue, 12 Nov 2002, Rudolph Araujo wrote: Hi All, I am running Apache 1.3 and Tomcat 4.1.12 and am not being able to link the two via mod_jk. The two are working correctly on their own, but if I hit http://localhost/examples I get a 404 from Apache (http://localhost:8080/examples

RE: mod_jk Problem

2002-11-12 Thread Turner, John
You've got a worker in mod_jk.conf defined as ajp13. The worker defined in workers.properites is called remote. They need to match...change one or the other...mod_jk.log is probably holding a bunch of can't open worker messages. John -Original Message- From: Rudolph Araujo To: [EMAIL

RE: mod_jk Problem

2002-11-12 Thread Tref Gare
] Sent: Wednesday, 13 November 2002 8:58 AM To: Tomcat Users List Subject: Re: mod_jk Problem On Tue, 12 Nov 2002, Rudolph Araujo wrote: Hi All, I am running Apache 1.3 and Tomcat 4.1.12 and am not being able to link the two via mod_jk. The two are working correctly on their own

Re: mod_jk Problem

2002-11-12 Thread Rudolph Araujo
I actually had them both named ajp13 (the remote was a mistake) but still it won't work. Another key thing is that my mod_jk.log file is empty. curiously though when I start up my web server port 8009 is also opened. So some stuff is working I gather. If I do paste the stuff from mod_jk.conf

RE: mod_jk Problem

2002-11-12 Thread Tref Gare
. -- -Original Message- From: Rudolph Araujo [mailto:rudolphoa;hotmail.com] Sent: Wednesday, 13 November 2002 3:29 PM To: [EMAIL PROTECTED] Subject: Re: mod_jk Problem I actually had them both named ajp13 (the remote was a mistake) but still it won't work. Another key thing

Re: mod_jk Problem

2002-11-12 Thread Milt Epstein
On Tue, 12 Nov 2002, Rudolph Araujo wrote: I actually had them both named ajp13 (the remote was a mistake) but still it won't work. Another key thing is that my mod_jk.log file is empty. curiously though when I start up my web server port 8009 is also opened. So some stuff is working I

RE: mod_jk Problem

2002-11-12 Thread Tref Gare
. -- -Original Message- From: Milt Epstein [mailto:mepstein;uiuc.edu] Sent: Wednesday, 13 November 2002 4:07 PM To: Tomcat Users List Subject: Re: mod_jk Problem On Tue, 12 Nov 2002, Rudolph Araujo wrote: I actually had them both named ajp13 (the remote

RE: mod_jk Problem

2002-11-12 Thread Rudolph Araujo
The include is occurring fine and is right at the end of the httpd.cong. Also I have got it logging now. I commented the VirtualHost tag in the mod_jk.conf file and it still works. Now hoever, I get an Internal Server error whenever it tries to execute a JSP. How di I fix this? Also since

RE: mod_jk Problem

2002-11-12 Thread Milt Epstein
On Wed, 13 Nov 2002, Rudolph Araujo wrote: The include is occurring fine and is right at the end of the httpd.cong. Also I have got it logging now. I commented the VirtualHost tag in the mod_jk.conf file and it still works. Now hoever, I get an Internal Server error whenever it tries to

Re: mod_jk Problem

2002-11-09 Thread .: B i g D o g :.
Rudolph, check the arhives...this was just discussed yesterday... John Turner created some great howtos for it http://www.johnturner.com/howto On Sat, 2002-11-09 at 23:10, Rudolph Araujo wrote: Hi, I am trying to configure Apache and Tomcat to work together using connectors so that

RE: mod_jk problem

2002-10-21 Thread Turner, John
: Monday, October 21, 2002 2:29 PM To: Tomcat Users List Subject: Re: mod_jk problem Re, I have find the problem !! In my workers.properties, i have : workers.list=ajp13 and not : worker.list=ajp13 Thanks for your help :) Excuse me for big messages, Best regards

Re: mod_jk problem

2002-10-21 Thread Aryeh Katz
Re, thanks for your help. You can find in attach file : config and log. your error_log file seems to state the problem. Tomcat couldn't bind to 8080 (it's already in use) Try renaming the port and see in that helps. Aryeh --- Aryeh Katz VASCO www.vasco.com

Re: mod_jk problem

2002-10-21 Thread Jean-Baptiste Onofré
Re, I have find the problem !! In my workers.properties, i have : workers.list=ajp13 and not : worker.list=ajp13 Thanks for your help :) Excuse me for big messages, Best regards -- Jean-Baptiste Onofré (Nanthrax) Membre fondateur de phpFR.org http://www.phpfr.org [EMAIL PROTECTED]

RE: mod_jk problem

2002-10-21 Thread Turner, John
and debugging, you want everything to be localhost. Then you can worry about setting up virtual hosts. John -Original Message- From: Aryeh Katz [mailto:aryeh;vasco.com] Sent: Monday, October 21, 2002 2:27 PM To: Tomcat Users List Subject: Re: mod_jk problem Re, thanks for your help

RE: mod_jk problem

2002-10-21 Thread Turner, John
Subject: Re: mod_jk problem Re, excuse me but i have change the connector name yet and the result is the same : Internal Server Error. I have exactly the same setup with another server which work. I don't know why my new server don't work with the same setup :( Help Best regards

RE: mod_jk problem

2002-10-21 Thread Milt Epstein
the person make sure the Tomcat instance was really down before restarting it. But looks like they found the problem anyway. -Original Message- From: Jean-Baptiste Onofré [mailto:jbonofre;phpfr.org] Sent: Monday, October 21, 2002 2:29 PM To: Tomcat Users List Subject: Re: mod_jk

Re: mod_jk problem

2002-07-25 Thread Eddie Bush
Check out ubeans.com/tomcat - compare what you have with what they have. Your versions are close enough you should be able to detect the problem by doing that. Andrew wrote: Hi, I'm installing mod_jk for apache1.3.24 and tomcat4.0.4. I received the following error under mod_jk.log when I

RE: mod_jk problem

2002-07-25 Thread Andrew
: mod_jk problem Check out ubeans.com/tomcat - compare what you have with what they have. Your versions are close enough you should be able to detect the problem by doing that. Andrew wrote: Hi, I'm installing mod_jk for apache1.3.24 and tomcat4.0.4. I received the following error under

Re: mod_jk problem

2002-07-25 Thread Eddie Bush
Oh, dang :-/ Sorry, but - that's how I went about it. I finally got mine knocked together enough I could continue development of my app - and that's what I've been doing. I haven't had an opportunity yet to dig into any particulars. Hopefully someone that knows more will respond - but I

Re: mod_jk problem == Invalid command 'JkMount'?

2002-07-23 Thread Mark Pelillo
To answer your second question, I don't believe you need the AddModule line. I ran into the same problem, but when I deleted the line it worked great. The only thing you have to be carefully of is the order in which the modules are loaded. FYI if you are going to use PHP4.2.1 and

Re: mod_jk problem

2002-07-10 Thread David Mossakowski
About that 'load-balanced Tomcat'... Are you load balancing them through an Apache connector (the mod_jk this thread is about)? Is it possible to use the catalina HTTPConnector? I suppose it would require telling HTTPConnector that there are multiple instances of Tomcat right? WOuld that

Re: mod_jk problem

2002-07-10 Thread Eddie Bush
You've successfully stumped me. Don't feel as though it is a great accomplishment though ;-) Every time I feel I nearly have my mind around this stuff, I realize another aspect that I am clueless about. My inference is that people who want to load-balance use mod_jk. Using mod_jk (to me)

Re: mod_jk problem

2002-07-10 Thread Eddie Bush
You peaked my interest. I did some digging. I see no mention of doing load-balancing that does not include Apache. There are other ways: DNS Load Balancing (affinity not guaranteed - dead server = bad requests) Clustering (better - but SSL geeks affinity) As it happens, you can wire a

Re: mod_jk problem

2002-07-10 Thread Craig R. McClanahan
On Wed, 10 Jul 2002, Eddie Bush wrote: Date: Wed, 10 Jul 2002 13:38:04 -0500 From: Eddie Bush [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: mod_jk problem You peaked my interest. I did some digging. I see

Re: mod_jk problem

2002-07-10 Thread Eddie Bush
Yep - that's why I mentioned that as the favorable solution hehe - I guess I should have clearified. Whereas you've probably (had the joy of having) implemented this, I just read about it. Hey, by the way, Craig - have you followed my struggle at all? How would _you_ suggest I implement

Re: mod_jk problem SSL question...

2002-07-10 Thread Mark Hutchinson
PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: mod_jk problem Date: Tue, 09 Jul 2002 21:47:20 -0500 Steve, I'd _love_ to help you - I would. I'm running on Linux though - and with a much older version of Apache (1.3.23). So far as the config

Re: mod_jk problem SSL question...

2002-07-10 Thread Eddie Bush
To be honest, I skipped compiling Apache - it was there. I saw no need to fix what wasn't broke. However, assuming you compiled in support for dynamic modules, you should (I believe) be able to add that on without a great deal of problem. SSL is something I wouldn't want to have to install

Re: mod_jk problem

2002-07-10 Thread David Mossakowski
Yeah I haven't found any way of doing load balancing without Apache either. My question was hopefull but you only confirmed my earlier findings :(. We're probably going with hardware SSL so I wouldn't need Apache to handle this and that's why I want standalone Tomcats (I was curious about

Re: mod_jk problem

2002-07-10 Thread Eddie Bush
If you're using a piece of hardware to manager SSL-decode ... isn't everything Tomcat does clear text? Admittedly, I'm not super-familiar with this sort of thing - but it sure seems to me like it would be. That being the case, you don't really care about Tomcat's SSL performance - but

Re: mod_jk problem

2002-07-09 Thread Eddie Bush
Considering the possibility you are setup like me (httpd config in /etc/httpd/conf - modules in /etc/httpd/modules), I suggest you change your LoadModule line to: LoadModule jk_module modules/mod_jk.so All the docs talk about libexec - but all of my other modules are loaded from

Re: mod_jk problem

2002-07-09 Thread STEVE R BURRUS
Hello, I am Steve Burrus and I am 1 of your fellow Tomcat Server users, and I was wondering if you would kindly email me the link to access the mod_jk.dll file which allows one to connect the Apache 2.* HTTP Server with the Tomcat 4.* Server. And, in your response to me, you might also throw in

Re: mod_jk problem

2002-07-09 Thread Eddie Bush
Steve, I'd _love_ to help you - I would. I'm running on Linux though - and with a much older version of Apache (1.3.23). So far as the config goes, I'm still quite shaky on it. If all you want to do is set up one server - or even multiple load-balanced servers, it's not that bad I don't

Re: mod_jk problem

2002-07-09 Thread Eddie Bush
Oh - I was going to add that I'm trying to set up http - https redirection, and it's anything but obvious to me how I should go about it. I think I could probably set up a load-balanced Tomcat pretty easily, but I _cannot_ seem to figure out how I should do the http/https thing. If you have

RE: MOD_JK Problem ?

2002-07-05 Thread STEVE R BURRUS
-Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: Friday, June 21, 2002 7:58 AM To: 'Tomcat Users List' Subject: RE: MOD_JK Problem ? According to this thread, there seems to be a problem with mod_jk and the latest apache (2.0.39): http://mailman.real

RE: MOD_JK Problem ?

2002-06-24 Thread Turner, John
Message- From: Andy Eastham [mailto:[EMAIL PROTECTED]] Sent: Friday, June 21, 2002 6:26 PM To: Tomcat Users List Subject: RE: MOD_JK Problem ? I think everyone who uses Tomcat should back off using Apache2 until all the connectors and more so the documentation get beyond pre-alpha state. I'm a big

RE: MOD_JK Problem ?

2002-06-24 Thread Faine, Mark
for a reason. -Thanks, Mark -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: Monday, June 24, 2002 6:47 AM To: 'Tomcat Users List' Subject: RE: MOD_JK Problem ? Well said, and I agree 100%. I spent 8 business days trying to get Apache 2 with Tomcat 4 working, both

RE: MOD_JK Problem ?

2002-06-24 Thread Andy Eastham
quality I've grown to expect from Apache Software. Andy -Original Message- From: Faine, Mark [mailto:[EMAIL PROTECTED]] Sent: 24 June 2002 13:10 To: 'Tomcat Users List' Subject: RE: MOD_JK Problem ? Nothing but agreement here, today will be the 5th business day that I will spend

RE: MOD_JK Problem ?

2002-06-24 Thread Faine, Mark
AM To: Tomcat Users List Subject: RE: MOD_JK Problem ? Mark, The Free for a reason comment is a too harsh. Most Apache Foundation Software is of a higher quality than most commercial software in my opinion. I didn't want to start a flame war when I sent my original post. My point

RE: MOD_JK Problem ?

2002-06-21 Thread Turner, John
According to this thread, there seems to be a problem with mod_jk and the latest apache (2.0.39): http://mailman.real-time.com/pipermail/tomcat-users/2002-June/069534.html John Turner [EMAIL PROTECTED] http://www.aas.com -Original Message- From: Jerry Jalenak [mailto:[EMAIL

RE: MOD_JK Problem ?

2002-06-21 Thread Jerry Jalenak
Sounds like I need to back off from 4.1.3beta and go back to the last 4.0.x build. Thanks! Jerry Jalenak -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: Friday, June 21, 2002 7:58 AM To: 'Tomcat Users List' Subject: RE: MOD_JK Problem ? According

RE: MOD_JK Problem ?

2002-06-21 Thread Andy Eastham
-Original Message- From: Jerry Jalenak [mailto:[EMAIL PROTECTED]] Sent: 21 June 2002 14:03 To: 'Tomcat Users List' Subject: RE: MOD_JK Problem ? Sounds like I need to back off from 4.1.3beta and go back to the last 4.0.x build. Thanks! Jerry Jalenak -Original Message- From

Re: MOD_JK Problem ?

2002-06-20 Thread anette mysel
I AM NOT A MEMEBER OF TOMCAT, NOR DO I KNOW ANYTHING ABOUT THEM I HAVE EMAILED THEM SEVERAL TIMES TO REMOVE ME FROM THEIR MEMBER MAILING LIST, BUT THEY HAVE FAILED TO DO SO. I ALSO HAVE RECIEVED MANY EMAILS FROM YOUR MEMBER THAT HAVE HAD A VIRUS ATTACHED TO THEM. I ASK YOU TO STOP EMAILING ME.

RE: mod_jk problem

2002-05-16 Thread Paul Sanwald
in an addendum to my problem, after changing the LoadModule to an absolute path, I get the error: (38)Function not implemented: Error while opening the workers in mod_jk.log. I can't seem to find very much documentation on mod_jk, so I'm not sure the cause of this error. Is there a list of

Re: mod_jk problem for Apache2

2002-04-22 Thread Jeffrey Bonevich
David - I have seen several postings to the list that mod_jk does not work under Apache 2 yet. Not sure when it will. And I am probably wrong. I could not get it working either. I did have success getting mod_webapp up and running. For starters, see for details:

Re: mod_jk problem

2002-03-26 Thread Fabien Nisol
Thank for your reply :) I'm really stuck out there I've changed my mod_jk.conf to : ## Auto generated on Mon Mar 25 15:27:15 GMT-05:00 2002## IfModule !mod_jk.c LoadModule jk_module libexec/mod_jk.so /IfModule JkWorkersFile

Re: mod_jk problem

2002-03-26 Thread Bernd Koecke
I have a line with LoadModule and one with AddModule and without the '!'. But someone seems to call mod_jk, so your config could be ok. I think you don't need the ajp12 worker for mod_jk. Than your worker list contains only the ajp13 worker. Next I saw in your server.xml that the

Re: mod_jk problem

2002-03-26 Thread Fabien Nisol
At 05:28 PM 26/03/2002 +0100, you wrote: I have a line with LoadModule and one with AddModule and without the '!'. But someone seems to call mod_jk, so your config could be ok. I think you don't need the ajp12 worker for mod_jk. Than your worker list contains only the ajp13 worker. Next I saw

Re: mod_jk problem

2002-03-25 Thread Bernd Koecke
Hi, I'm not an apache expert, but you configured in your mod_jk.conf the JkMount directives only for localhost without a port. So apache won't look into the VirtualHost localhost when you request limselsrv:9000 The lines from your mod_jk.log file are quite normal. But there should be an

Re: mod_jk problem.

2002-01-30 Thread Emerson
take a look in mod_jk.conf-auto to see where it points to (to the mod_jk.so) and if points to diferent place (it depends on your apache installation) copy the fali to a new one (with the correct path), and make httpd.conf point to it. At 10:55 30/1/2002 +0200, you wrote: Given up on TC 4.0.2

RE: mod_jk problem - Redo configure apache with problem

2001-04-19 Thread Tim O'Neil
I think I had the same problem once and solved it just that way. Rename gmake. The worstr that'll happen is that the build still won't work. At 05:50 PM 4/19/2001 -0400, you wrote: In order to solve my mod_jk problem on hp-ux, I took the advice from Mike Braden. Thanks a lot to Mike! I tried