snip
> 
> The order of the LoadModule statements is important.
> This works:
I wonder if you set the load order (as per the following document
http://httpd.apache.org/docs-2.0/developer/hooks.html - the part
about controlling the hook order at the end) if you get any different
behavior. Apache 2 doesn't have to follow the LoadModule order if
you code it right.
If this works, you could probably submit a patch to the tomcat people

Aryeh
> 
> #
> # Adding mod_jk2
> #
> LoadModule jk2_module modules/mod_jk2.dll
> #
> # Adding mod_perl
> #
> LoadModule perl_module modules/mod_perl.so
> PerlRequire "C:/Apache2/conf/extra.pl"
> 
> The following FAILS to load mod_jk2:
> 
> #
> # Adding mod_perl
> #
> LoadModule perl_module modules/mod_perl.so
> PerlRequire "C:/Apache2/conf/extra.pl"
> #
> # Adding mod_jk2
> #
> LoadModule jk2_module modules/mod_jk2.dll
> 

---
Aryeh Katz
VASCO                   
www.vasco.com           


--
To unsubscribe, e-mail:   <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>

Reply via email to