ORDS Glassfish Tomcat [message #641927] |
Thu, 27 August 2015 11:50 |
John Watson
Messages: 8963 Registered: January 2010 Location: Global Village
|
Senior Member |
|
|
I'm getting caught up in the debate about what Java container to use for the ORDS APEX listener. The docs list the supported containers as being these:
11g Release 1 (10.3.6) or later
Glassfish Release 3.1.2 or later
Tomcat Release 7.0.56 or later
At the moment we are using Glaassfish 4.? no problem, but increasingly I am hearing suggestions that Tomcat may be better. Not necessarily because of reliability or performance, but because Oracle has ceased commercial support for Glassfish. I have also heard that Tomcat is a lighter weight process, being just a servlet container without all the EE stuff.
Does anyone have an opinion on this? Either a technical opinion or (more importantly!) an opnion on what the better option may be going forward considering commercial and support issues?
Thankyou for any insight.
|
|
|
|
|
|
Re: ORDS Glassfish Tomcat [message #642064 is a reply to message #642063] |
Tue, 01 September 2015 11:09 |
John Watson
Messages: 8963 Registered: January 2010 Location: Global Village
|
Senior Member |
|
|
Its a bit different when using the EPG. Each individual http request hits the listener, you don't have the concept of a persistent session: its all stateless. This is one reason for the scalability issues of EPG.
|
|
|