cancel
Showing results for 
Search instead for 
Did you mean: 

Problem dispatching request to both the server process in J2EE engine

Former Member
0 Kudos

Hi Gurus,

I am new to SAP J2EE, Our Landscape consists of 1 J2EE engine 1 dispatcher and 2 server process. I have a url which clears a buffer in the application, my problem is when I call the url "http://testserver1/b2b/clearbuffer.do" to clear the buffer it clears buffer in only one server process. Is there is a way to tell the J2EE dispatcher if it encounters this url, to redirects it to both the server process. It would be very helpful if anyone of you have any answer to it please help me out its pretty urgent



Http Request "http://testserver1/b2b/clearbuffer.do"
                 _________|_________
                 |                 |
                 | LOAD BALANCER   |
                 |_________________|
                          |
                          |
            ______________|_______________
____________|___________     ____________|___________
|  _________|_________ |  |  |  _________|_________ |
|  |                 | |  |  |  |                 | |
|  | J2EE Dispatcher | |  |  |  | J2EE Dispatcher | |
|  |_________________| |  |  |  |_________________| |
|       ____|____      |  |  |       ____|____      |
|  ____|___ _____|____ |  |  |  ____|___ _____|____ |
|  |      | |        | |  |  |  |      | |        | |
|  |  S   | |   S    | |  |  |  |  S   | |   S    | |
|  |  E   | |   E    | |  |  |  |  E   | |   E    | |
|  |  R   | |   R    | |  |  |  |  R   | |   R    | |
|  |      | |        | |  |  |  |      | |        | |
|  |  P   | |   P    | |  |  |  |  P   | |   P    | |
|  |  R   | |   R    | |  |  |  |  R   | |   R    | |
|  |  O   | |   O    | |  |  |  |  O   | |   O    | |
|  |  S   | |   S    | |  |  |  |  S   | |   S    | |
|  |      | |        | |  |  |  |      | |        | |
|  |  1   | |   2    | |  |  |  |  1   | |   2    | |
|  |______| |________| |  |  |  |______| |________| |
|______________________|  |  |______________________|
                          |
          BOX 1           |           BOX 2
                          |

Thanks,

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Tejaswee,

I don't think it's possible, anyone knows better?

But you can just create a html file "in front" of clearbuffer.do which just gives the requests sequentially to all dispatchers...

Regards,

Pascal

Former Member
0 Kudos

Sorry, let me be clear, I ment how can you dispatch a request to both the server process running in a single box