Re: fail_on_status question

2010-06-06 Thread Mohit Anchlia
On Sun, Jun 6, 2010 at 6:40 AM, Rainer Jung wrote: > On 06.06.2010 03:52, Mohit Anchlia wrote: >> >> On Sat, Jun 5, 2010 at 2:02 AM, Rainer Jung >>  wrote: >>> >>> On 04.06.2010 01:30, Mohit Anchlia wrote: In our present environment we have a WS and APP server. When request comes in

Re: fail_on_status question

2010-06-06 Thread Rainer Jung
On 06.06.2010 03:52, Mohit Anchlia wrote: On Sat, Jun 5, 2010 at 2:02 AM, Rainer Jung wrote: On 04.06.2010 01:30, Mohit Anchlia wrote: In our present environment we have a WS and APP server. When request comes in, WS sends it to APP server using mod_jk and then APP server inserts it into JMS

Re: fail_on_status question

2010-06-05 Thread Mohit Anchlia
On Sat, Jun 5, 2010 at 2:02 AM, Rainer Jung wrote: > On 04.06.2010 01:30, Mohit Anchlia wrote: >> >> In our present environment we have a WS and APP server. When request >> comes in, WS sends it to APP server using mod_jk and then APP server >> inserts it into JMS queue. So essentially APP server

Re: fail_on_status question

2010-06-05 Thread Rainer Jung
On 05.06.2010 00:53, Mohit Anchlia wrote: On Thu, Jun 3, 2010 at 4:30 PM, Mohit Anchlia wrote: In our present environment we have a WS and APP server. When request comes in, WS sends it to APP server using mod_jk and then APP server inserts it into JMS queue. So essentially APP server is also d

Re: fail_on_status question

2010-06-05 Thread Rainer Jung
On 04.06.2010 01:30, Mohit Anchlia wrote: In our present environment we have a WS and APP server. When request comes in, WS sends it to APP server using mod_jk and then APP server inserts it into JMS queue. So essentially APP server is also dependent on JMS server which runs on the same box. My

Re: fail_on_status question

2010-06-04 Thread Mohit Anchlia
On Thu, Jun 3, 2010 at 4:30 PM, Mohit Anchlia wrote: > In our present environment we have a WS and APP server. When request > comes in, WS sends it to APP server using mod_jk and then APP server > inserts it into JMS queue. So essentially APP server is also dependent > on JMS server which runs on

fail_on_status question

2010-06-03 Thread Mohit Anchlia
In our present environment we have a WS and APP server. When request comes in, WS sends it to APP server using mod_jk and then APP server inserts it into JMS queue. So essentially APP server is also dependent on JMS server which runs on the same box. My question is can I use fail_on_status in work