On Thu, Jul 24, 2003 at 12:09:03AM +0200, [EMAIL PROTECTED] wrote: > > you might consider using Apache in front of Tomcat (connected for > > instance by mod_proxy) > > and serve the images from Apache instead through Cocoon. > > > > is there any description of that configuration in the net?
An extremely simple way to do this is to have all your cocoon web stuff under "www.mydomain.com" and all your images under "images.mydomain.com" URLs. That way you can have Apache handle both of these virtual domains, handing the www.mydomain.com to cocoon on the AJP13 port and serving up the static graphics for images.mydomain.com itself. Chris --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
