Re: Load Balancing Oracle Apex Application on Apache tomcat.

2016-07-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Chandra, On 7/6/16 5:34 PM, chandra sekhar wrote: > Oracle Apex is a web application to build a web based > application.It will retrieves the static file content from DB by > executing stored procedures etc.Hence,for this it creates sessions > in th

Re: Load Balancing Oracle Apex Application on Apache tomcat.

2016-07-06 Thread chandra sekhar
Hi Christopher, Oracle Apex is a web application to build a web based application.It will retrieves the static file content from DB by executing stored procedures etc.Hence,for this it creates sessions in the DB as well.Session can be distributed.So we are thinking to load balance.Please advice.

Re: Load Balancing Oracle Apex Application on Apache tomcat.

2016-07-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Chandra, On 7/6/16 12:08 PM, chandra sekhar wrote: > We were using apache-tomcat-7.0.55 for our Oracle Apex 4.2.5 > Application on Linux(Linux 2.6.32-573.22.1.el6.x86_64 x86_64 > GNU/Linux). > > As we have around 300-500 users using this applicati

Re: Load Balancing Oracle Apex Application on Apache tomcat.

2016-07-06 Thread chandra sekhar
Thanks for the info Abhijit, Let me go through these links and will get back to you if need any help. On Wed, Jul 6, 2016 at 12:45 PM, Abhijit Das wrote: > start here — http://www.haproxy.org/#desc > > And, then search on internet, lots and lots of examples config

Re: Load Balancing Oracle Apex Application on Apache tomcat.

2016-07-06 Thread Abhijit Das
start here — http://www.haproxy.org/#desc And, then search on internet, lots and lots of examples configuring haproxy with tomcat as backend. you could SSL client offload (need TPROXY enabled), etc etc. On Jul 6, 2016, at 9:41 AM, chandra sekhar wrote: Yes.we

Re: Load Balancing Oracle Apex Application on Apache tomcat.

2016-07-06 Thread chandra sekhar
Yes.we have an option to offload load balancing to a different server.Could you please explain more on haproxy if you can and please share me doc related to this and load balancing? On Wed, Jul 6, 2016 at 12:10 PM, Abhijit Das wrote: > Do you have the option to offload load balancing to a differ

Re: Load Balancing Oracle Apex Application on Apache tomcat.

2016-07-06 Thread Abhijit Das
Do you have the option to offload load balancing to a different server? If so, look at haproxy and/or nginx. haproxy would be more customizable. If there are bandwidth constraints, implement a DSR VIP (IP triangulation). On Jul 6, 2016, at 9:08 AM, chandra sekhar wrote: Hi, We were using a

Load Balancing Oracle Apex Application on Apache tomcat.

2016-07-06 Thread chandra sekhar
Hi, We were using apache-tomcat-7.0.55 for our Oracle Apex 4.2.5 Application on Linux(Linux 2.6.32-573.22.1.el6.x86_64 x86_64 GNU/Linux). As we have around 300-500 users using this application,we would like to know if we can load balance our Oracle Apex Application on 2 or 3 frontend servers to