You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@jakarta.apache.org by Andy Armstrong <an...@hexten.net> on 2004/06/22 12:35:48 UTC

jk2 changes

I'm just making sure the Lotus Domino connector works with the latest 
jk2 version. As a preamble to that I usually make sure I can get mod_jk2 
working with Apache 2 as a kind of baseline. This time I'm getting 
stuck. Is there an incompatibility between a mod_jk2 built from the 
current CVS and the 5.0.27 binary build at jakarta.apache.org?

I get encouraging looking debug from it but requests that should be 
mapped using [uri:] in workers2.properties don't seem to get outside of 
Apache (which 404s). Requests using <LocationMatch> in httpd.conf result 
in a 503 Service Temporarily Unavailable and the following in the Apache 
error log:

[error] lb_worker.service() all workers in error or disabled state
[error] mod_jk2.handler() Error connecting to tomcat 120000, status 503

My httpd.conf looks like this

LoadModule jk2_module modules/mod_jk2.so
JkSet config.file conf/workers2.properties

<LocationMatch "/*.jsp">
     JkUriSet group lb:lb
</LocationMatch>

and workers2.properties is like this

[logger]
level=DEBUG

[lb:lb]
debug=10

[channel.socket:localhost:8009]
debug=10
tomcatId=localhost:8009

[uri:/servlets-examples/*]
debug=10

[uri:/jsp-examples/*]
debug=10

Other info:
Apache/2.0.49 (Unix) mod_jk2/2.0.5-dev
Linux 2.4.22-1.2188.nptlsmp #1 SMP (Fedora Core #1)
Tomcat 5.0.27 binary from jakarta.apache.org

-- 
Andy Armstrong



---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@jakarta.apache.org
For additional commands, e-mail: general-help@jakarta.apache.org


Re: jk2 changes

Posted by Andy Armstrong <an...@hexten.net>.
robert burrell donkin wrote:

> hi andy
> 
> i think that jk2 is developed by the tomcat community. you'll probably 
> get a better answer faster by asking on one of the tomcat lists. read 
> http://jakarta.apache.org/site/mail2.html for more information.

Ah yes - posted to the wrong list - it was meant for tomcat-dev. Sorry 
folks.

-- 
Andy Armstrong


---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@jakarta.apache.org
For additional commands, e-mail: general-help@jakarta.apache.org


Re: jk2 changes

Posted by robert burrell donkin <ro...@blueyonder.co.uk>.
hi andy

i think that jk2 is developed by the tomcat community. you'll probably 
get a better answer faster by asking on one of the tomcat lists. read 
http://jakarta.apache.org/site/mail2.html for more information.

- robert

On 22 Jun 2004, at 11:35, Andy Armstrong wrote:

> I'm just making sure the Lotus Domino connector works with the latest 
> jk2 version. As a preamble to that I usually make sure I can get 
> mod_jk2 working with Apache 2 as a kind of baseline. This time I'm 
> getting stuck. Is there an incompatibility between a mod_jk2 built 
> from the current CVS and the 5.0.27 binary build at 
> jakarta.apache.org?
>
> I get encouraging looking debug from it but requests that should be 
> mapped using [uri:] in workers2.properties don't seem to get outside 
> of Apache (which 404s). Requests using <LocationMatch> in httpd.conf 
> result in a 503 Service Temporarily Unavailable and the following in 
> the Apache error log:
>
> [error] lb_worker.service() all workers in error or disabled state
> [error] mod_jk2.handler() Error connecting to tomcat 120000, status 503
>
> My httpd.conf looks like this
>
> LoadModule jk2_module modules/mod_jk2.so
> JkSet config.file conf/workers2.properties
>
> <LocationMatch "/*.jsp">
>     JkUriSet group lb:lb
> </LocationMatch>
>
> and workers2.properties is like this
>
> [logger]
> level=DEBUG
>
> [lb:lb]
> debug=10
>
> [channel.socket:localhost:8009]
> debug=10
> tomcatId=localhost:8009
>
> [uri:/servlets-examples/*]
> debug=10
>
> [uri:/jsp-examples/*]
> debug=10
>
> Other info:
> Apache/2.0.49 (Unix) mod_jk2/2.0.5-dev
> Linux 2.4.22-1.2188.nptlsmp #1 SMP (Fedora Core #1)
> Tomcat 5.0.27 binary from jakarta.apache.org
>
> -- 
> Andy Armstrong
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: general-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: general-help@jakarta.apache.org
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@jakarta.apache.org
For additional commands, e-mail: general-help@jakarta.apache.org