This is a discussion on behaviour of servlet in a cluster - Weblogic ; hi all i was curious of one thing in WLS7.0 cluster. i have a cluster with one adminserver and 4 managed servers. i want to deploy a servlet to the cluster, and in the init() method of hte servlet i ...
hi all
i was curious of one thing in WLS7.0 cluster.
i have a cluster with one adminserver and 4 managed servers.
i want to deploy a servlet to the cluster, and in the init() method of hte servlet
i am loading data from a DB.
since i deploy the servlet to the whole cluster, does it mean that the servlet
is initialized 5 times (each time for each server)?
thanx and regards
marco