|
Home > Archive > Perlbal > July 2006 > HTTP 405 Error
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Prateek Mathur 2006-07-11, 7:12 am |
| Hey guys
I just configured perlbal to loadbalance 2 JBOSS servers.Now when i make
POST requests via perlbal i get HTTP 405 error.
However i get this error 70% of the time, i mean if i make 10 http post
requests, 7 of them will error out and 3/4 requests would be returned
sucessfully.
When I access the JBOSS servers directly without perlbal in between i dont
get the error.
Anyone with any idea on what the problem could be?
Thanks
Prateek.
| |
| Brad Fitzpatrick 2006-07-11, 7:12 am |
| 405 is Method Not Allowed.... do you have verify_backends enabled? That
sends OPTIONS requests... maybe JBoss doesn't like those?
On Tue, 11 Jul 2006, Prateek Mathur wrote:
> Hey guys
> I just configured perlbal to loadbalance 2 JBOSS servers.Now when i make
> POST requests via perlbal i get HTTP 405 error.
> However i get this error 70% of the time, i mean if i make 10 http post
> requests, 7 of them will error out and 3/4 requests would be returned
> sucessfully.
> When I access the JBOSS servers directly without perlbal in between i dont
> get the error.
> Anyone with any idea on what the problem could be?
> Thanks
> Prateek.
>
|
|
|
|
|