> Hi, i am using coldfusion on a built in web server for > development purposes. > > Up until now i have been using coldfusion and javascript for > everything. However i now need to use a jsp to produce a > chart as the cf ones arent really good enough for what i need. > > i have followed all of the instructions on the documentation > that comes with the charts that i need but am getting errors. > It is saying that i need to have a server environment that > can run jsp's. Because i am only using the cf server, does > this mean that i have to maybe download a j2ee server then > deploy the cf server on the j2ee server in order to make the > jsp's work? alongside the coldfusion
ColdFusion Enterprise can run JSP pages. You could also install a separate J2EE server to do this. But there's nothing you can do in a JSP, really, that you can't do in a CF page; if you have JSP sample code, you should be able to rewrite it in CF. 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! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:255227 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

