> I'm wondering if you can get jsp and CFML to coexist in the
> same output.
>
> I think I can do this with CFHTTP, but I'm wondering if
> there's a more elegant way.
>
> What I mean is, can I start a CFML page, and then include a
> JSP page, and have the JSP return pre-processed by the JSP
> server?
You can't simply CFINCLUDE a JSP page; CFINCLUDE simply imports text and
treats that text as part of the larger file. Using CFHTTP would be a very
inefficient way to do what you want, though. Since JSP execution creates a
servlet, you might be able to find that servlet, and use CFSERVLET to call
it, though.
Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.