Hello, Due to special design issue we run a JVM that does the following:
1> Create a new thread and run in its context a SimpleSocketServer (Listening to port 12345) with a console appender and a file appender. 2> Create on the main thread a Logger, say "TestLogger" that logs to a SocketAppender (port 12345). For some reason the output does not reach the console nor the file. Any idea why? [If we run a similar case but from separate JVMs is works fine.] thank you, Rami A. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>