More sensibly..
in server.xml
directory="logs" prefix="mywebapp_access_log."
suffix=".log" pattern="common" resolveHosts="false"/>
This needs to match the stuff in your httpd.conf and you will have what
you want.
The only problem you might get with jk2 is
Maybe it can be useful:
ServerName countryfitness.it
ServerAlias *.countryfitness.it
ServerAdmin [EMAIL PROTECTED]
RewriteEngine On
RewriteRule ^/$ /countryfitness/index.do [R]
ProxyPass /countryfitness http://localhost:9000/countryfitness
It could relate to context root setting on your web app server. I did this on Jrun 4.
fyi.
Kathy
-Original Message-
From: Charles Jordan [SMTP:[EMAIL PROTECTED]
Sent: Tuesday, June 01, 2004 10:18 AM
To: [EMAIL PROTECTED]
Subject:workers2.properties
This may be more apache
3 matches
Mail list logo