📄 readme.webappcabaret
字号:
###########################################################
# 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 #
###########################################################
Webappcabaret.com offers servlet/jsp support for free.
However it's not ads free so pay attention to frame size in FRAMED mode.
Make top frame bigger to display ads + jzchat send box. Or use the NON-FRAMED mode.
To install jzChat V1.12 on www.webappcabaret.com :
------------------------------------------------
1 - Use "File Mgr" to download web.xml from yourAccount/WEB-INF
2 - Use "Configuration" to get absolute PATH of WEB-INF
3 - Edit web.xml and add the following lines below the <web-app> tag :
<servlet>
<servlet-name>
jzchat
</servlet-name>
<servlet-class>
jzchat
</servlet-class>
<init-param>
<param-name>config</param-name>
<param-value>/usr/ngasi/contexts/yourAccount/yourAccount/WEB-INF/web/jzchat.conf</param-value>
</init-param>
</servlet>
4 - Edit web/jzchat.conf and fill in STOREPATH, JSPPATH, SERVLET, HOSTURL parameters as following :
STOREPATH = /usr/ngasi/contexts/yourAccount/yourAccount/WEB-INF/web
JSPPATH = /usr/ngasi/contexts/yourAccount/yourAccount/WEB-INF/web
SERVLET = /yourAccount/servlet/jzchat
5 - Use "File Mgr" to upload the directory structure UNDER servlet/ from jzChat package
into WEB-INF/classes from your webAppCabaret.com account.
You must not create servlet/ directory.
6 - Use "File Mgr" to upload the whole directory structure web/ on WEB-INF/
You must create web/ directory.
7 - That's all. Do not forget to active your account.
Security features :
-----------------
DO NOT FORGET to change ADMINLOGIN and ADMINPASSWORD parameters before uploading
jzchat.conf.
Note :
----
To access admin panel try : http://www.webappcabaret.com/servlet/yourAccount/jzchat?todo=adminlogin
To access guest panel try : http://www.webappcabaret.com/servlet/yourAccount/jzchat
JavaZOOM Team.
http://www.javazoom.net
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -