readme.jrun

来自「功能强大的JAVA Servlet聊天程序」· JRUN 代码 · 共 46 行

JRUN
46
字号
###########################################################
#                        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       #
###########################################################

JRun 3.0 is a the Servlet/Jsp engine from ALLAIRE.
http://www.allaire.com

To install jzChat V1.12 on JRUN :
-------------------------------

1 - Launch JRun management console.

2 - Open the "Web Application" items.

3 - Select "Servlets Definitions" from your web application
   (e.g. Default User Application)

4 - Add a new servlet with the following information :
    Name = jzchat
    Class Name = jzchat
    Init Arguments :  config=d:\YourAbsolutePATH\web\jzchat.conf   
        
5 - Change directory to servlet/ from jzChat package and copy all files 
    and directories into servlets/ from JRun package.
    (servlet/ must not be created).
   
6 - Follow instructions from support page to setup jzchat.conf
    
Note :
----
To access admin panel try : http://127.0.0.1:8100/servlet/jzchat?todo=adminlogin
To access guest panel try : http://127.0.0.1:8100/servlet/jzchat


JavaZOOM Team.
http://www.javazoom.net

⌨️ 快捷键说明

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