Sean, Thanks for your help.
We found the bad guy, It�s the servers/jdbc drivers inability(I presume) to handle CLOBs. While processing a certain record in the database table, the server just freezes. Don�t know why. We tested the same on our test box with the same configuration(CF on Jrun), it fails. Then we tried running the same on our dev box with CF deployed on Tomcat and it works fine. Warm Regards, Sameer S. Kekade. QUATRO FOUR RETAIL "The right connections for your business" Tel. direct +61 2 9370 2775 Fax direct +61 2 9370 1200 Mobile 0411 566 650 [EMAIL PROTECTED] www.quatro.com.au -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sean A Corfield Sent: Tuesday, 6 April 2004 1:56 PM To: CFAussie Mailing List Subject: [cfaussie] Re: CFMX 6.1 on Jakarta Tomcat Server On Apr 5, 2004, at 5:08 PM, Sameer Kekade wrote: > ������� In the recent past we have been facing enormous problems with > our CFMX 6.1 installation on Jrun server so we thought we would try > deploying it on Tomcat. > > Is anyone already using this combination at all? How is the > performace? Well, it works just fine on Tomcat but it is not a supported platform. I just switched back to JRun after using Tomcat for quite some time - Tomcat can produce some very obtuse error messages when you get an exception. The performance really depends on the underlying JVM rather than the application server. Tomcat is only a Servlet container rather than a full J2EE server so you wouldn't be able to run EJB-based Java code on Tomcat and access it from CFMX but that may not be much of a concern. However, I'd be more interested in getting to the bottom of your "enormous problems" with CFMX and trying to solve those since so many customers are run CFMX/JRun perfectly happily (like macromedia.com, for example, which is a very high-traffic site). If, for example, your problems are really related to database drivers, moving to Tomcat won't make any difference... Regards, Sean --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia http://www.mxdu.com/ + 24-25 February, 2004 --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia http://www.mxdu.com/ + 24-25 February, 2004
