Re: workers2.properties

2004-06-01 Thread Mark Lowe
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

Re: workers2.properties

2004-06-01 Thread David Cervigni
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

RE: workers2.properties - reply

2004-06-01 Thread Kathy Zhou
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

workers2.properties

2004-06-01 Thread Charles Jordan
This may be more apache specific, but I'm not sure. I can access http://my.domain.com/struts-example but I want to be able to only type in http://my.domain.com to access my struts-example Can anyone tell me how to do this? Thanks. Charles (Allen) Jordan <[EMAIL PROTECTED]> System Administr