|
|
Notes
In case of any problem, try using the "-v" switch on any server component and look at the verbose output for any useful message. To use the LiveServer on unix platforms, you will have to use the command
"ulimit -n `ulimit -nH`" to maximize the number of concurrent sessions. You will find sample files inside the examples directory about the example configurations above.
If the servlets directory of your web server is not "/servlet" and you don't want to change its setting, you may use the SERVLETDIR parameter of the applet to "/your-servlet-dir". |
|