load balancing - Deploying standalone EAR in a weblogic cluster -
i have setup weblogic cluster on 2 hosts machine , machine b. nodemanagers of both machines reachable either of machine , can start , monitor managed servers either of 2 machines. trying deploy standalone ear machine managed server on machine b. no files getting pushed on machine b when that.
here steps followed.
- installed weblogic on both machines
- created domain on machine a
- configured domain adding managed servers(production_a , production_b) , machines(machine_a , machine_b), node managers machine_a , machine_b, through weblogic console.
copiedd domain file structure machine b , enroll weblogic domain.
nmenroll('/home/weblogic/oracle/middleware/user_projects/domains/clustereddomain', '/home/weblogic/oracle/middleware/wlserver/common/nodemanager')
success
created , configured cluster on both machines.
configured data sources on both machine.
i can start , monitor managed servers either of 2 machines. if try deploy ear(standalone) on machine machine b, no files getting pushed other machine.
do need manually copy ear machine b , deploy weblogic console
how ensure cluster working?
i followed [blog]: http://ajinkya-vichare.blogspot.in/2011/04/weblogic-clustering-on-different-host.html "weblogic clustering on multiple hosts". configured data sources. deployed ear on managed servers. working..:d
Comments
Post a Comment