Java Object Messaging Server Code
Status: Pre-Alpha
Brought to you by:
tsuichi1
| File | Date | Author | Commit |
|---|---|---|---|
| conf | 2008-04-19 | tsuichi1 | [r1] Initial Check-in |
| src | 2008-04-19 | tsuichi1 | [r1] Initial Check-in |
| tests | 2008-04-19 | tsuichi1 | [r1] Initial Check-in |
| .classpath | 2008-04-19 | tsuichi1 | [r1] Initial Check-in |
| .project | 2008-04-19 | tsuichi1 | [r1] Initial Check-in |
| ChangeLog | 2008-04-19 | tsuichi1 | [r1] Initial Check-in |
| LICENSE | 2008-04-19 | tsuichi1 | [r1] Initial Check-in |
| README | 2008-04-19 | tsuichi1 | [r1] Initial Check-in |
| build.xml | 2008-04-19 | tsuichi1 | [r1] Initial Check-in |
| start | 2008-04-19 | tsuichi1 | [r1] Initial Check-in |
For the latest happenings at Bitgate Software, please refer to our company blog
at http://bitgate.blogspot.com/.
---
Until these releases of JOMS stabilize, please do not even consider using this
software in a production environment.
To successfully compile and run tests, you need:
* Java SDK 6.0 or better
* Latest build of ANT
To build, please type
ant doc
and read over the Java documentation for any questions.
Although IPv6 is available, it has undergone some very limited testing with the
JOMS server. IPv4 forced routing is therefore recommended for now. (See the
startup script ("start") for more information.)
If you want to add a new keyfile, do:
cd conf
keytool -genkey -keystore secureKeys/keystore -keypass unset1 -keyalg RSA -alias unset1
Fill in the information, keeping the password as "unset1" for now.
(the password is hard-coded, and will change in a later release.)
To run the server, type:
ant jar
... to build the jar files for the server, and then
sh start
This code may be used in a commercial product, only if you add the following
information to your STARTUP CODE MESSAGE or "ABOUT THIS PROGRAM" message;
at least one of the two must apply. And they must include the following
verbage:
THIS CODE CONTAINS CODE WRITTEN BY BITGATE SOFTWARE, LLC. UNDER THE
CREATIVE COMMONS SHAREALIKE LICENSE VERSION 2.5. FOR MORE INFORMATION
REGARDING THIS PROJECT, PLEASE SEE SOURCE CODE.
If you do not include this message in your license, you are BREAKING THE LAW
AND THE TERMS AND CONDITIONS OF THE LICENSE.