Problems configuring mod_jk

2009-05-18 Thread Gregor Schneider
Hi guys, I'm about to update an old Tomcat-instance (5.5.quite_old) to the latest 5.5, also I'm about to update an outdated mod_jk to the latest version. The old config of mod_jk had quite some depricated directions included, so I changed them (opefully) according to the doc I found

Re: Problems configuring mod_jk

2009-05-18 Thread Rainer Jung
Hi Gregor, On 18.05.2009 20:07, Gregor Schneider wrote: Hi guys, I'm about to update an old Tomcat-instance (5.5.quite_old) to the latest 5.5, also I'm about to update an outdated mod_jk to the latest version. The old config of mod_jk had quite some depricated directions included, so I

Re: Problems configuring mod_jk

2009-05-18 Thread Gregor Schneider
Hi Rainer, On Mon, May 18, 2009 at 9:35 PM, Rainer Jung rainer.j...@kippdata.de wrote: The error means: you told mod_jk to use it, but you forgot to define it. All vhost-definitions within Apache are alike when it comes to the jk-specs, thus I'm just posting a sample vhost-definition:

Re: Problems configuring mod_jk

2009-05-18 Thread Rainer Jung
On 18.05.2009 21:51, Gregor Schneider wrote: Hi Rainer, On Mon, May 18, 2009 at 9:35 PM, Rainer Jung rainer.j...@kippdata.de wrote: The error means: you told mod_jk to use it, but you forgot to define it. All vhost-definitions within Apache are alike when it comes to the jk-specs, thus I'm

Re: Problems configuring mod_jk

2009-05-18 Thread André Warnier
Gregor, Gregor Schneider wrote: Hi guys, I'm about to update an old Tomcat-instance (5.5.quite_old) to the latest 5.5, also I'm about to update an outdated mod_jk to the latest version. The old config of mod_jk had quite some depricated directions included, so I changed them (opefully)

Re: problems configuring mod_jk

2007-04-20 Thread Rainer Jung
Please post the log parts (debug log level) which appear when starting apache. Those are the lines that show, how mod_jk parses your workers.properties, and which internal objects it generates out of it. - To start a new

Re: problems configuring mod_jk

2007-04-20 Thread Faheem Mitha
On Fri, 20 Apr 2007, Rainer Jung wrote: Please post the log parts (debug log level) which appear when starting apache. Those are the lines that show, how mod_jk parses your workers.properties, and which internal objects it generates out of it. Hi Rainer, Ok, thanks for your help. This is

Re: problems configuring mod_jk

2007-04-20 Thread Mladen Turk
Faheem Mitha wrote: Ok, thanks for your help. This is the portion of the log generated by mod_jk, which I presume is what is relevant. The formatting is not optimal, but I can try to wrap it if desired. The server wide directives: JkWorkersFile, etc must not be defined inside VirtualHost

Re: problems configuring mod_jk

2007-04-20 Thread Faheem Mitha
On Fri, 20 Apr 2007, Mladen Turk wrote: Faheem Mitha wrote: Ok, thanks for your help. This is the portion of the log generated by mod_jk, which I presume is what is relevant. The formatting is not optimal, but I can try to wrap it if desired. The server wide directives: JkWorkersFile,

Re: problems configuring mod_jk

2007-04-20 Thread Mladen Turk
Faheem Mitha wrote: On Fri, 20 Apr 2007, Mladen Turk wrote: Faheem Mitha wrote: Ok, thanks for your help. This is the portion of the log generated by mod_jk, which I presume is what is relevant. The formatting is not optimal, but I can try to wrap it if desired. The server wide

Re: problems configuring mod_jk

2007-04-20 Thread Faheem Mitha
On Fri, 20 Apr 2007, Mladen Turk wrote: So, have you tried to put the JkWorkersFile outside the vhost? I've moved everything outside except the JkMount stuff. The worker is now seen, and I'm now seeing a different error message, so that's progress. Thanks very much for your help.

Re: problems configuring mod_jk

2007-04-20 Thread Rainer Jung
Thanks Mladen, and sorry for jumping in that late: yes JkWorkersFile is global. Most others can be used in VHosts, but for Apache 2.0 most of this was completed only recently in version 1.2.20. Before 1.2.20 (you are using 1.2.18) some things worked in vhosts (like JkMount) even before, but

Re: problems configuring mod_jk

2007-04-19 Thread Rainer Jung
Your worker.list entry is only a comment :( Faheem Mitha wrote: Hi, I'm trying to set up Apache to talk to Tomcat using the mod_jk connector. However, I get the following error in the log, /var/log/apache2/mod_jk.log jk_handler::mod_jk.c (1986): Could not find a worker for worker

Re: problems configuring mod_jk

2007-04-19 Thread Faheem Mitha
On Thu, 19 Apr 2007, Rainer Jung wrote: Your worker.list entry is only a comment :( This does look like it in the email, but it is probably some artifact of the cutting and pasting process. To make sure, I've added a blank line after every comment. Anyway, that is not the problem. Any

Re: problems configuring mod_jk

2007-04-19 Thread Faheem Mitha
On Thu, 19 Apr 2007, Rainer Jung wrote: Debugging: via JkLogLevel debug, try to check, if your configured objects appear in the debug log and of course you are free to post the log. Hi Rainer, Thanks for your message. The relevant output from /var/log/apache2/mod_jk.log is appended below:

Re: problems configuring mod_jk

2007-04-19 Thread Mladen Turk
Well, will you uncomment the worker.list directive or not? If you choose not to then it will always give you the log like this. Faheem Mitha wrote: wc_get_worker_for_name::jk_worker.c (111): did not find a worker ajp13_worker This means that the ajp13_worker is not listed in worker.list=

Re: problems configuring mod_jk

2007-04-19 Thread Faheem Mitha
On Thu, 19 Apr 2007, Mladen Turk wrote: Well, will you uncomment the worker.list directive or not? If you choose not to then it will always give you the log like this. The worker.list directive was always uncommented. When I sent the original message, I think there was some kind of error

problems configuring mod_jk

2007-04-18 Thread Faheem Mitha
Hi, I'm trying to set up Apache to talk to Tomcat using the mod_jk connector. However, I get the following error in the log, /var/log/apache2/mod_jk.log jk_handler::mod_jk.c (1986): Could not find a worker for worker name=ajp13_worker Apparently it cannot find the definition (or whatever)