Configure log4j on any sample project and the enable JMS appender for the
same. Logging should be done against a file and then against pre-defined
queue.
--
View this message in context:
http://old.nabble.com/log4j-JMS-appender-tp31970722p31970722.html
Sent from the Log4j - Users mailing list a
Hi All,
When my application uses log4j at system bootup time it crashes with
following message.
Can any one give some pointers like are there any limitations in log4j?
Thanks in advance.
java.net.SocketException: Operation not supported (errno:223)
at java.net.PlainDatagramSocketImpl.d
Hi All,
My application uses log4j for logging.
But i do not know very much internals of my application how it does.
When my application starts during system boot using startup script
method it crashes.
And following exceptions are getting thrown on the console, not in any
logs or any where els