Re: Cleaning a space
"John McClain - Sun Microsystems, Inc." <[email protected]> Tue, 23 Jan 2007 13:31:29 -0500
| Newsgroups | gmane.comp.java.sun.javaspaces |
|---|---|
| Message-ID | <[email protected]> |
Logan, Patrick wrote: > What are the recommended development practices for doing stuff with a > space, cleaning up entirely, and doing more stuff? > > I found some Javaspace Admin for deleting that outrigger and blitz both > support. Not sure whether they both do the same thing with it, or if > there is something else better/more. And in another message: > Thanks, ok. Are the files that can be safely deleted documented? I.e. > I don't want to mistakenly delete something that won't be properly > recreated. For the Starter Kit services calling DestroyAdmin.destroy should delete all of the files the service created as well as killing the JVM(s) the service is running in, canceling registrations, etc. When I want a clean Outrigger I use destroy to kill my current one. For day to day development I tend to use transient outrigger (and Mahalo and Reggie) because using the transient versions makes it easy to "start over". I tend to find that I can leave Reggie and Mahalo running. As for using httpmd or changing jar file names to get Outrigger to recognize new entry schemas, that won't work since Outrigger does all of its class matching baised only on class names, not class name/codebase pairs. Hope this helps -- BTW, if you want to reply to this message, please direct your reply to the list, thanks 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