srun-other.xtp

来自「解压在c盘」· XTP 代码 · 共 43 行

XTP
43
字号
<s1 title="Resin with Other Servlet Runners"><!--Resin is compatible with JSDK 2.1 servlet runners, including <ahref='http://www.livesoftware.com'>Live Software's</a> JRun 2.3.1 and<a href='http://www.newatlanta.com'>New Atlanta's</a> ServletExec 2.1.--><figure src='appserver.gif'/><p>To configure other servlet runners to use Resin:</p><ol><li>Include the Resin classes in the CLASSPATH<li>Dispatch to Resin for .jsp files.</ol><s2 title='classpath'><p>The CLASSPATH must include resin1.0/lib/resin.jar.  For JDK 1.1.xversions of Java, Resin also needs the JDK 1.2 compatibilityclasses: resin1.1/lib/jdk12.jar.</p></s2><s2 title='.jsp'><p>The JSP servlet is</p><def>  com.caucho.jsp.JspServlet</def><p>The XTP servlet is</p><def>  com.caucho.jsp.XtpServlet</def><p>The servlet runner documentation will describe how to dispatchextensions.  In some cases, you'll have to configure the web serverand the servlet runner.</p></s2></s1>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?