Graham Smith schrieb:

> <Context path="" docBase="xfly" ... >
> and I have done, but that doesn't really solve the multiple webapps in 
> one container problem.

As far as I know you should use ROOT and not xfly for the directory name
where your webapp is.

Then use this:

JkMount / worker1
JkMount /* worker1
DocumentRoot "/var/tomcat4/webapps/ROOT"


Adjust worker1 and the doc path to your setup.
This solution only forwards all requests to tomcat. I you don't use
container security, it would be even better to let apache serve static
files directly.

cu,
        boris


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to