Resin整合IIS之最可行方法

1、IIS建立虛擬站點
2、站點目錄下建立目錄scripts,複製isapi_srun.dll文件到scripts目錄內
3、建立虛擬目錄:/scripts,指向:scripts
4、Configure IIS to load isapi_srun.dll as an ISAPI filter.
5、配置/conf/resin.conf文件,添加<host id='www.xxx.com' app-dir='d:/xxx'>.......</host>
6、配置/conf/resin.conf文件,添加<srun host='www.xxx.com' port='6803'/>
7、<servlet-mapping url-pattern='*.xtp' servlet-name='com.caucho.jsp.XtpServlet'/>
   <servlet-mapping url-pattern='*.jsp' servlet-name='com.caucho.jsp.JspServlet'/>

8、/bin/httpd -install

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章