Re: Start Javaspaces 2.1 by command line

"John McClain - Sun Microsystems, Inc." <[email protected]> Thu, 22 May 2008 16:12:44 -0400
Newsgroups gmane.comp.java.sun.javaspaces
Message-ID <[email protected]>
Bulzan Stefan wrote:
> Hello, 
> can somebody help me start the services needed for Javaspaces in Jini 2.1
> release. All the documentation I've found is for Jini 1.* version. 
> I need a persistent Javaspaces service that handles distributed events.

The package JavaDoc for each service includes command line and 
configuration examples. To use a Outrigger (the impl of JavaSpaces 
included with the starter kit) you will need a lookup service and 
optionally a transaction manager. The relevant packages are :

    com.sun.jini.outrigger (the JavaSpace)
    com.sun.jini.reggie (the lookup service)
    com.sun.jini.mahalo (the transaction manager)

Also try this message :

http://archives.java.sun.com/cgi-bin/wa?A2=ind0306&L=JINI-USERS&P=R16337&D=0

This can be used to start all the services that come with the starter 
kit in transient mode. You can edit all-services.config to just start 
the services you need (should just need to delete the Norm, Mercury, and 
Fiddler sections). Transient mode is a good way to get started, and good 
for development.

Hope this helps
-- 
John McClain					[email protected]
Sun Microsystems, Inc.
Burlington, MA

And it is that way today. We are tricked by hope into starting
companies, beginning books, immigrating to this country and investing
in telecom networks. The challenges turn out to be tougher than we
imagined. Our excessive optimism is exposed. New skills are demanded.
But nothing important was ever begun in a prudential frame of mind.

         - David Brooks

===========================================================================
To unsubscribe, send email to [email protected] and include in the body
of the message "signoff JAVASPACES-USERS".  For general help, send email to
[email protected] and include in the body of the message "help".

To view past JAVASPACES-USERS postings, please see:
http://archives.java.sun.com/archives/javaspaces-users.html