proxy:ajp 'client denied by server configuration' when too many simultaneous requests happen

2011-02-18 Thread Fran Boon
httpd error log: client denied by server configuration: proxy:ajp://localhost:8009/geoserver/gwc/service/wms This happens under 'high' load only: 1st few requests of a batch are answered but then they start dying - there are no bad URLs here. httpd snippet: ProxyPreserveHost on RewriteRule

Re: proxy:ajp 'client denied by server configuration' when too many simultaneous requests happen

2011-02-18 Thread Filip Hanik - Dev Lists
Simplest to try first is the disablereuse flag http://httpd.apache.org/docs/2.2/mod/mod_proxy.html disablereuse On and if that solves the problem, you know that the problem with not enough threads on tomcat. (Could be from stale connections that are still holding a thread) Filip On

Re: proxy:ajp 'client denied by server configuration' when too many simultaneous requests happen

2011-02-18 Thread Fran Boon
On 18 February 2011 20:19, Filip Hanik - Dev Lists devli...@hanik.com wrote: Simplest to try first is the disablereuse flag http://httpd.apache.org/docs/2.2/mod/mod_proxy.html disablereuse On and if that solves the problem, you know that the problem with not enough threads on tomcat. (Could

Re: proxy:ajp 'client denied by server configuration' when too many simultaneous requests happen

2011-02-18 Thread Fran Boon
On 18 February 2011 21:42, Fran Boon francisb...@gmail.com wrote: On 18 February 2011 20:19, Filip Hanik - Dev Lists devli...@hanik.com wrote: Simplest to try first is the disablereuse flag http://httpd.apache.org/docs/2.2/mod/mod_proxy.html disablereuse On and if that solves the problem, you

Re: proxy:ajp 'client denied by server configuration' when too many simultaneous requests happen

2011-02-18 Thread Filip Hanik - Dev Lists
On 02/18/2011 02:42 PM, Fran Boon wrote: On 18 February 2011 20:19, Filip Hanik - Dev Listsdevli...@hanik.com wrote: Simplest to try first is the disablereuse flag http://httpd.apache.org/docs/2.2/mod/mod_proxy.html disablereuse On and if that solves the problem, you know that the problem

Re: proxy:ajp 'client denied by server configuration' when too many simultaneous requests happen

2011-02-18 Thread André Warnier
Fran Boon wrote: ... ... but I'd like it to be able to scale. There is 2Gb RAM .. These 2 phrases are a contradiction in terms. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: