📄 readme.resin
字号:
###########################################################
# JzChat V1.12 #
# Copyright JavaZOOM 2000 #
# http://www.javazoom.net #
# #
# #
# jzChat Support Page : #
# http://www.javazoom.net/jzservlets/jzchat10/jzchat.html #
# #
# Forums : #
# http://www.javazoom.net/services/forums/index.jsp #
###########################################################
Resin is standAlone SERVLET 2.2/JPS 1.1 engine.
It could be plugged with Apache/IIS/NES.
http://www.caucho.com
To install jzChat V1.12 on Resin :
---------------------------------
1 - Copy the whole directory structure web/ from jzChat package into / from Resin directory.
2 - Change local directory to servlet/ directory from jzChat package and copy
all files and directories into ResinHome/doc/WEB-INF/classes/
from Resin directory.
3 - Edit resin.conf from ResinHome/conf/ and add the
following lines below the <web-app id="/"> tag :
<servlet-mapping url-pattern='/jzchat' servlet-name='jzchat'/>
<servlet servlet-name='jzchat' servlet-class='jzchat'>
<init-param config='c:\resinHome\web\jzchat.conf'/>
</servlet>
4 - Follow instructions from support page to setup jzchat.conf
Note :
----
To access admin panel try : http://127.0.0.1:8080/jzchat?todo=adminlogin
To access guest panel try : http://127.0.0.1:8080/jzchat
Version support :
---------------
JzChat v1.12 has been tested successfully under Resin 1.1.3
JavaZOOM Team.
http://www.javazoom.net
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -