Installation
- What I need to Install and run okChat?
1. Web Server
2. JDK or JRE installed on the web server
Try with:
java -version
3. Tellnet or SSH account
[Back to top]
- How to transfer the files ?
If you use FTP to transfer the files, you must copy all *jar *zip *cab *class *gif files in BINARY mode,
else you will have "Bad Magic Number exception" wenn you try to login in the chat.
[Back to top]
- How to check which java version i have?
Login on the server over TELNET or SSH and
write:
which java
java -version
will give you the version you have on your server.
[Back to top]
- Which java version i need to start the server?
You need jdk or jre >= 1.2.2
[Back to top]
- How to stop/start the server ?
In the package are start/stop scripts for Unix and Windows.
Please edit the scripst and change the variables with yours.
[Back to top]
|