readme.jserv
来自「功能强大的JAVA Servlet聊天程序」· JSERV 代码 · 共 46 行
JSERV
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 #
###########################################################
JSERV 1.x is a the free servlet engine from APACHE group.
We assume that JSERV is already installed under Apache webserver.
http://java.apache.org/jserv/index.html
To install jzChat V1.12 on APACHE + JSERV :
-----------------------------------------
1 - Copy web/ directory from jzChat package into / from JSERV directory structure.
2 - Change directory to servlet/ from jzChat package and copy all files
and directories into servlets/ (servlet/ must not be created).
DO NOT FORGET to copy jzchat.initArgs file.
3 - Edit jzchat.initArgs and check the config parameter :
config=c:\\YourJSERVDirectoryPATH\\web\\jzchat.conf
(File separator must be \\ for Win32 Os and / for Unix Os)
4 - Follow instructions from support page to setup jzchat.conf
Note :
----
To access admin panel try : http://127.0.0.1/examples/servlet/jzchat?todo=adminlogin
To access guest panel try : http://127.0.0.1/examples/servlet/jzchat
Version support :
---------------
JzChat v1.12 has been tested successfully under JServ 1.1
JavaZOOM Team.
http://www.javazoom.net
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?