Anonymous - 2012-12-02

Good Morning,

I have an infrascrutcture like the foolow and i don't know i can implementing it in itop 2.0 .

For every application i have a vip ( created by a tcp load balancer).
The load balancer send the connection to 4 web server. The webserver talk with its application server (dedicated).
The web server work like a proxy (for security reason).
Each webserver/AS Server have more than one application installed.

An example :

the client that want to see an application send a requesto to the correct virtual ip : ip 10.10.10.1

then the load balancer send the request ( evalutating the load ) to 1 web server

web01 act like a proxy (in dmz)  and send to the application server1
web02 actt like a proxy (in dmz)  and send to the application server2
web03 act like a proxy (in dmz)  and send to the application server3
web04 act like a proxy (in dmz)  and send to the application server4

How must i configure, middleware, webserver, web application and application solution for this configuration?

Thank you