Re: [cfaussie] Least hated favourite J2EE Server for CF

2010-06-30 Thread Barry Beattie
I'd like to hear an answer for Andrew Myers question... On Wed, Jun 30, 2010 at 1:58 PM, Andrew Myers am2...@gmail.com wrote: Back in the old days  when I was solely a Java developer I always thought of Tomcat was seen as a reference implementation rather than a production ready server. Has

Re: [cfaussie] Least hated favourite J2EE Server for CF

2010-06-30 Thread M@ Bourke
JRun actually does the trick. JRun is very outdated, it doesn't even handle basic security like HTTPonly cookies, you can hack them in by using undocumented hacks on the jrun-web.xml, but other servers do this as a basic function. If security isn't an issue then JRUN is fine for 99% of things.

Re: [cfaussie] Least hated favourite J2EE Server for CF

2010-06-30 Thread Sean Corfield
Yes, Tomcat 6 is certainly a very capable production-ready Servlet container. I've run Adobe ColdFusion on Tomcat and JBoss quite a bit over the years but you need a WAR deployment which I believe means Enterprise Edition for production (it's been a while since I checked that - can someone

Re: [cfaussie] Least hated favourite J2EE Server for CF

2010-06-30 Thread Paul Kukiel
On 1/07/2010 12:49 PM, Sean Corfield wrote: I've run Adobe ColdFusion on Tomcat and JBoss quite a bit over the years but you need a WAR deployment which I believe means Enterprise Edition for production (it's been a while since I checked that - can someone confirm/deny?). Confirmed war

RE: [cfaussie] Least hated favourite J2EE Server for CF

2010-06-29 Thread Dale Fraser
IIS Regards Dale Fraser http://dale.fraser.id.au http://cfmldocs.com http://learncf.com http://flexcf.com -Original Message- From: cfaussie@googlegroups.com [mailto:cfaus...@googlegroups.com] On Behalf Of Geoff Bowers Sent: Wednesday, 30 June 2010 12:21 PM To: cfaussie Subject:

Re: [cfaussie] Least hated favourite J2EE Server for CF

2010-06-29 Thread Kai Koenig
Realistically I think for most of the scenarios people go with JRun actually does the trick. The only reason to deviate from that would probably be for integration reasons with particular Java/JEE technologies that might not be that well supported on JRun (due to its age) or due to customer

Re: [cfaussie] Least hated favourite J2EE Server for CF

2010-06-29 Thread Robin Hilliard
The Railo guys seemed to suggest things were heading towards Tomcat for larger deployments during Monday night's presentation. They mentioned Resin and Jetty for smaller deployments. Robin On 30/06/2010, at 12:21 PM, Geoff Bowers wrote: Given that Tomcat 7

Re: [cfaussie] Least hated favourite J2EE Server for CF

2010-06-29 Thread Andrew Myers
Back in the old days when I was solely a Java developer I always thought of Tomcat was seen as a reference implementation rather than a production ready server. Has that view changed? On Wed, 30 Jun 2010 13:54:38 +1000, Robin Hilliard ro...@rocketboots.com.au wrote: The Railo guys