I am using TomEE server and i want to deploy my ejb application to multiple instances and want to access it using a web application. I want to add a load balancer between web application and ejb application. How can i achieve this.
I already have a load balancer for web application multiple instances using mod_jk,but i need this configuration somewhere in INITIALCONTEXT properties file.
Attaching a pic of how i want to build my app architecture.architecture pic
I'm struggling in this from quite some time. Any help will be appreciable.