Hi,Greetings:
I have a web site and a swing stand-alone application. The swing application is used to monitor activities(such as user login) happened in the web site. I want to use Log4J-SocketAppender to send LoggingEvent to the swing application whenever some activities happenes. First, I need to config a log4j related property file with the following lines:
log4j.appender.A1=org.apache.log4j.net.SocketAppender
log4j.appender.A1.RemoteHost=localhost(??????????)
log4j.appender.A1.Port=8887(???????????)
My questions: What's RemoteHost and Port of the swing application(Stand-alone)?
I know here in the list, there are lots of experts. I am new to Log4J. And I spent lot of time trying to find answer to this question, but I didn't.
Please help me or give me some suggestions. I really appreciate your help.
Thanks and have a wonderful day.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to