Re: W3C Extended Log Format

2006-04-07 Thread Bernie Durfee
at the Source Distribution. This AccessLogger is currently not documented :-( You can configured this Logger conform to the http://www.w3.org/TR/WD-logfile.htm spec. Regards Peter Am 06.04.2006 um 23:26 schrieb Bernie Durfee: Is there a way to have Tomcat 5.5 output access logs in W3C Extended

Re: SV: Connecting Apache 2.2 and Tomcat 5.5.16

2006-04-05 Thread Bernie Durfee
I believe that's it, although someone who knows more about the load balancing might know better. I built Apache 2.2.0 with the following configure arguments... --enable-ssl=shared --enable-proxy=shared --enable-proxy-ajp=shared ...which created the .so shared modules: mod_ssl, mod_proxy, and

Re: Connecting Apache 2.2 and Tomcat 5.5.16

2006-04-04 Thread Bernie Durfee
mod_jk, mod_jk2 (same as jk2?), mod_proxy, mod_proxy_balancer, mod_proxy_ajp APR, AJP etc. and my head starts spinning.. :o\ From what I understand, as of Apache 2.2, the mod_jk project no longer applies. Instead, the mod_proxy module is a generic way to proxy from Apache HTTPD to other

Tomcat 5.5 with APR

2006-03-30 Thread Bernie Durfee
I built and installed APR and the Tomcat JNI wrappers. How do I know whether or not Tomcat is using APR for it's connections? Bernie - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Building mod_jk.so on AIX

2006-03-24 Thread Bernie Durfee
I'm trying to build mod_jk.so on an AIX 5.3 server. I compiled and installed Apache 2.2.0. I run... ./configure --with-apxs=/usr/local/apache-2.2.0/bin/apxs ...but it fails with the error... could not find /usr/local/apache-2.2.0/bin/apxs configure: error: You must specify a valid --with-apxs

Re: Defining two host

2006-03-10 Thread Bernie Durfee
Not sure I understand, but this may be what you want... Host name=www.mydomain.com appBase=webapps-mydomain unpackWARs=true autoDeploy=false xmlValidation=false xmlNamespaceAware=false /Host Host name=www.yourdomain.com appBase=webapps-yourdomain unpackWARs=true autoDeploy=false