Posted on 2009-04-30 13:14
天空苍茫 阅读(569)
评论(0) 编辑 收藏 所属分类:
Struts
C:\> resin-3.1.x\httpd -install-as ResinA -conf conf/myconf.conf -server a
C:\> net start ResinA
net stop ResinA
一个机器安装多个Resin方法
apache+resin 方法
LoadModule caucho_module \
<installdir>/resin-3.1.x/win32/apache-2.0/mod_caucho.dll
ResinConfigServer localhost 6802
<Location /caucho-status>
SetHandler caucho-status
</Location>