Cfservlet - MACROMEDIA COLDFUSION MX 61-CFML Reference

Cfml reference
Hide thumbs Also See for COLDFUSION MX 61-CFML:
Table of Contents

Advertisement

cfservlet

Description
This tag is deprecated. 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 the Servlet RequestDispatcher API.
History
ColdFusion MX: Deprecated this tag. It might not work, and it might cause an error, in later
releases.
316
Chapter 2: ColdFusion Tags

Advertisement

Table of Contents
loading

This manual is also suitable for:

Coldfusion mx

Table of Contents