Questions
Installation
  1. What I need to Install and run okChat?
  2. How to transfer the files ?
  3. How to check which java version i have?
  4. Which java version i need to start the server?
  5. How to stop/start the server ?


Answers
Installation
  1. 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]

  2. 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]

  3. 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]

  4. Which java version i need to start the server?
    You need jdk or jre >= 1.2.2
    [Back to top]

  5. 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]