Re: javaspace notify

John McClain <[email protected]> Fri, 27 Mar 2009 17:19:23 -0400
Newsgroups gmane.comp.java.sun.javaspaces
Message-ID <[email protected]>
harikriii wrote:
>
> >If you want to change what sort of messages Outrigger logs you want 
> to write a logging configuration file (which shouldn't be confused 
> with a Jini configuration file) and add the appropriate "-D" option to 
> the command line, so something like :
>
> >java -Djava.security.policy=jsk-all.policy 
> -Djava.util.logging.config.file=my-logging-config -jar start.jar 
> startAll.config
>
> hi sir,
>
> I still have several doubts..
>
> Is 'my-logging-config' the configuration file? If so,What is the 
> format or syntax which I should follow for writing the config file?...
>
http://www.ociweb.com/mark/programming/JavaLogging.html has an example 
logging configuration file, but before you try a new logging 
configuration, is any output coming out the the server VM?
>
> Will making some changes to logging.properties work(to view log 
> messages)? If so what changes should I make?..
If you aren't seeing any logging output you might want to try  setting  
com.sun.jini.outrigger.event.level to
FINE,  you also need to make sure that 
java.util.logging.ConsoleHandler.level is set to FINE as well.

===========================================================================
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