CFSERVLET | |
Description
This tag is deprecated. Do not use it in new applications. Executes a Java servlet on a JRun engine. To access servlets that run on the same server as ColdFUsion, use code such as the following, in which path specifies a servlet, jsp, or anything else: GetPageContext().include(path) GetPageContext().forward(path) For more information, see the JSP PageContext API or or the Servlet RequestDispatcher API. |
|
History
New in ColdFusion MX: This tag is deprecated. Do not use it in new applications. It might not work, and it might cause an error, in later releases. |