ruud prein wrote:
Hi,

I am going to set up a mmbase/tomcat configuration. Is it wise to use a apache/tomcat configuration with coyote? Does anyone have any experience with that? Or is it better to let tomcat handle all requests?

I think you're talking about the mod_jk, all tomcat connectors (including the 'normal' http connector) are using coyote :)


I think most high-traffic sites are using some kind of frontend proxy. This could be squid, apache, or something else.
If you're using apache you can use apache in the proxy mode or you can use it as a webserver and only redirect mmbase requests (or jsp/servlet) requests to tomcat.


If you're using a lot of static files or other (non-mmbase related) sites are hosted on the same server you could use apache to serve these files/sites.

Gerard



Reply via email to