Re: javaspace notify
John McClain <[email protected]> Fri, 20 Mar 2009 17:29:10 -0400
| Newsgroups | gmane.comp.java.sun.javaspaces |
|---|---|
| Message-ID | <[email protected]> |
> > > How can I see log output from the Outrigger process? > > Where the log output files are stored...? > Outrigger (and all of the starter kit) use java.util.logging. If you don't provide your own logging configuration file (generally by setting the the java.util.logging.config.file system property) Java's default behavior is to log messages to "stderr", so generally you should see any log messages in the terminal where you started the server. > Will editing the '.config' extension files help me? If so how? > (I tried some changes in outrigger.config and start-all.config _ > In outrigger.config ----added > _ * store = new com.sun.jini.outrigger.snaplogstore.LogStore(this); * _ > In start-all.config ----added > _ * trying to change from transientoutriggerImpl to > persistentOutriggerImpl * > But it did'nt work..) The "store" config entry is about setting up a persistent outrigger server, it doesn't impact how or where outrigger logs messages. =========================================================================== 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