|
|
Table of Contents |
The Apple Mac Runtime for Java has a threading problem resulting in
java.lang.IllegalThreadStateException errors which bring
down the VolanoChat server. The bug was assigned number 2232076 by
Apple. To work around the problem, set the following server property in
the file properties.txt found in the
vchat2.0.0 folder:
server.nothreadgroups=true
You must also disable the embedded Java servlet runner by modifying
the server property server.http to specify no configuration
file:
server.http=
Restart the server after making these changes, and you will see the message:
Disabling the use of thread groups...
immediately following the VolanoChat copyright message.
WebSTAR 3.0 places a file
called jruncore.zip in your MRJClasses folder during its
installation. You must remove this file from your MRJClasses folder in
order to run the VolanoChat server. The MRJClasses folder is located in
the MRJ Libraries folder under your System Extensions.
You can use the JBindery program of the Mac OS Runtime for Java Software Development Kit to create a Macintosh application from any Java class file. Just perform the following steps:
vchat200. The class names of the VolanoChat
server applications available after installation are:
COM.volano.KeepAlive COM.volano.Main COM.volano.Status COM.volano.Shutdown uninstall
vchat2.0.0 by default. For the vchat200.class
installation application, the code base is the folder in which you saved
the vchat200.class file.
|
|
Check HTML | Table of Contents |