|
hace 13 años | |
---|---|---|
config | hace 13 años | |
src/at/bluenet | hace 13 años | |
README.md | hace 13 años | |
jc.bat | hace 13 años | |
jc.jar | hace 13 años | |
jc.jardesc | hace 13 años | |
jc.sh | hace 13 años |
>> Windows
- edit HTTP_BASE in config/jc.properties
- start jc.bat
- take a look at http://localhost:6667/
>> Linux/Unix
- edit JC.sh
JAVA_HOME (path to JRE 1.4.2 or JRE 1.5.0)
JC_HOME (path to the base directory of JC)
JC_USER (you can run JC as root - but at your own risk!)
JC_STARTUP_LOG (the logfile)
JC_PID (the pid file of your choice)
- run it ...
./jc.sh start
- take a look at http://localhost:6667/
- stop it
./jc.sh stop
>> jc.properties
- HTTP_BASE (default: localhost)
- PORT (default: 6667)
- MAX_SILENT_TIME (default: 3600)
- CHARSET (default: ISO-8859-1)
HTTP_BASE is your domain - eg. chat.yourdomain.com
PORT where the chat listens to
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
Copyright © 2005 Bernhard Fröhlich decke@bluelife.at