<html>
<head>
<link href="mmres://user_interface_reference.css" rel="stylesheet" type="text/css">
<title>CFSERVLET</title>
</head>
<body bgcolor="#FFFFFF" text="#000000">
   <div id="Description">
   <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
      <tr> 
         <td valign="top" class="name">CFSERVLET</td>
         <td valign="top" nowrap class="compatibility">&nbsp;</td>
      </tr>
      <tr>
         <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
      </tr>


    </td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="description"><span class="title">Description</span>
<p>
This tag is deprecated. Executes a Java servlet on a JRun engine. 
</p>

<p>
To access servlets that run on the same server as ColdFusion, use code such as the following, in which <i>path</i> specifies a servlet, JSP, or anything else:
</p>
<pre>GetPageContext().include(<i>path</i>)
GetPageContext().forward(<i>path</i>)
</pre>
<p>
For more information, see the JSP PageContext API or the Servlet RequestDispatcher API. 
</p>
    </td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="description"><span class="title">History</span>
<p>
ColdFusion&#160;MX: Deprecated this tag. It might not work, and it might cause an error, in later&#160;releases.
</p>

         </td>
      </tr>
   </table>
   </div>

  </body>
</html>
