简体   繁体   中英

Clustering any java application on weblogic

I am new to clustering on Weblogic and read this tutorial . Now I want to know that is that possible to cluster any java application on Weblogic? in that tutorial is discussed about Ejb-based applications. My application has no framework and is just simple JavaEE application and I want to cluster it on weblogic.

Yes, you can. This is simply replicate your app into multiple servers and a load balancer on top of these will distribute the requests among them. You have to only check your resource (server, database etc.) support it and there is no multithreading / concurrency issue with your code.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM