> We are currently trying to allow our java/jsp pages share > connection pools with coldfusion. To me the most obvious way > to do this was through JNDI. > > So after going through the rigamarole of setting this all up > I found that it is either impossible or not obvious how to > setup a JNDI datasource through the AdminAPI. > > Has anyone had any experience with this? I can't google any > reference to anyone using JNDI with Coldfusion let alone > AdminAPI with JNDI.
The admin API doesn't support creating JNDI datasources, because those belong to the J2EE server running CF; CF itself is basically just a J2EE EAR. Different J2EE servers have different mechanisms for creating datasources. > Also if you use/used JNDI with CF have you run into any surprises? Not really. I've used JNDI datasources that talked to SQL Server before without any problems that I can recall. 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! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:307309 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

