ClassCastException thrown when using with a JNDI datasource

2009-10-30 Thread Dirk Johnson

Hi, I'm using CF 8.0.1 with hot fix 3 on Glassfish and MS Sql Server and we're 
trying to move from using database datasources in the Administrator to JNDI 
datasources, but found queries bomb when using  and stored 
procedures.  I saw a similar post about using dynamic dsn's but we're only 
using static dsn's defined in the admin console and we applied the Adobe 
Cumulative Hot Fix 3 that is supposed to address this bug, but with no luck?

Can anyone offer any advice?  Suggest specific db drivers that might work?  
Documentation on this bug seems pretty spotty at best... 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:327841
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


CF 8 creating J2EE Archives

2009-10-02 Thread Dirk Johnson

I've been trying unsuccessfully to create war file archives of our coldfusion 8 
server.  I end up with an empty directory.  All we would like to do is create a 
war file that can be deployed to multiple J2EE application servers preserving 
the administrator settings - there is no application to associate with the war 
because the content files live elsewhere.  Any thoughts? 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:326864
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Coldfusion Glassfish Apache

2009-06-25 Thread Dirk Johnson

Thanks again, it was helpful.  A quick follow up question - my manager and I 
have a difference of opinion on how the whole cf8, glassfish, apache thing has 
to work.  I think that once you deploy cf8 to glassfish you 
mod_rewrite/mod_proxy in apache with different virtual hosts and document roots 
and you should be able to serve multiple domains with requests like myweb.com 
and yourweb.com from document roots of san/websites/myweb and 
san/websites/yourweb.  He believes that cf and glassfish need to be altered so 
that the cf app can be root along with serving myweb.com as root.  Any thoughts 
that could help me clarify this once and for all? 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:323933
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Coldfusion Glassfish Apache

2009-06-24 Thread Dirk Johnson

Thanks, Tom.  Do you have a link to the Railo info or is it pretty easy to find 
on their documentation site?

> On Tuesday 23 Jun 2009, Duane Burke wrote:
> > deployed at install and I'm just not sure it's necessary, so I have 
> a few
> > questions for those who have deployed CF8 on Glassfish (or any other 
> J2EE
> > app server besides Jrun) using unix/linux. 
> 
> Not on Glassfish, but Websphere.
> 
> > First, I can't find the 
> > wsconfig file to connect apache so we're doing ugly rewrites - can 
> anyone
> > tell me where it's located, if it exists for J2EE installs?
> 
> mod_rewrite is a good solution, esp look at what the Railo folks do 
> with 
> rewriting to an 'ajp:' URL.
> 
> > Second, we 
> > want the actual code files to live on a san while the CF app is 
> deployed on
> > the app server - we have used sun-web.xml files to give glassfish 
> an
> > alternate document root, but I'm wondering if that's necessary if we 
> use
> > virtual host directives in Apache 2. 
> 
> At a guess you have your J2EE server installed and running from 
> /opt/foo ?
> And your document root will live in a share mounted from the 
> SAN, /exports/funkysan/sites/barry ? I would think setting the SAN 
> path as 
> the document root in the virtual host would work. Be wary of where 
> 'WEB-INF' 
> ends up, if you need that to follow the document root around.
> 
> -- 
> Helping to evangelistically engineer schemas as part of the IT team of 
> the 
> year, '09 and '08
> 
> 
> 
> This email is sent for and on behalf of Halliwells LLP.
> 
> Halliwells LLP is a limited liability partnership registered in 
> England and Wales under registered number OC307980 whose registered 
> office address is at Halliwells LLP, 3 Hardman Square, Spinningfields, 
> Manchester, M3 3EB.  A list of members is available for inspection at 
> the registered office together with a list of those non members who 
> are referred to as partners.  We use the word “partner” to refer to a 
> member of the LLP, or an employee or consultant with equivalent 
> standing and qualifications. Regulated by the Solicitors Regulation 
> Authority.
> 
> CONFIDENTIALITY
> 
> This email is intended only for the use of the addressee named above 
> and may be confidential or legally privileged.  If you are not the 
> addressee you must not read it and must not use any information 
> contained in nor copy it nor inform any person other than Halliwells 
> LLP or the addressee of its existence or contents.  If you have 
> received this email in error please delete it and notify Halliwells 
> LLP IT Department on 0870 365 2500.
> 
> For more information about Halliwells LLP visit www.halliwells.
co

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:323871
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Coldfusion Glassfish Apache

2009-06-24 Thread Dirk Johnson

Dave, thanks for the info, now I can stop chasing the WSConfig unicorn.

> > ...I can't find the wsconfig file to connect apache so we're doing 
> ugly rewrites - can anyone tell me
> > where it's located, if it exists for J2EE installs?
> 
> That's a JRun thing, not a CF thing. If you're not using JRun, you
> don't get wsconfig. You have to use whatever web server connector 
> your
> J2EE app server comes with. Since I have zero experience with
> Glassfish, that's all I can tell you.
> 
> Dave Watts, CTO, Fig Leaf Software
> http://www.figleaf.com/
> 
> Fig Leaf Software provides the highest caliber vendor-authorized
> instruction at our training centers in Washington DC, Atlanta,
> Chicago, Baltimore, Northern Virginia, or on-site at your location.
> Visit http://training.figleaf.com/ for more 
information! 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:323870
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4