Re: How to build simplesocketserver binary file?

2009-03-25 Thread Curt Arnold
On Mar 25, 2009, at 11:48 AM, Esther Parrilla-Endrino wrote: Hi Renny and all, I have followed your instructions and implemented a Java SimpleSocketServer application that is running with log4j, I have done a test Java class that initialize the logging and sends a couple of messages to t

Re: How to build simplesocketserver binary file?

2009-03-25 Thread Esther Parrilla-Endrino
-- > Rubix Information Technologies, Inc. > www.rubixinfotech.com > > > *Esther Parrilla-Endrino * > > 03/25/2009 03:55 AM > Please respond to > "Log4CXX User" > > To > Log4CXX User cc > carn...@apache.org Subject > Re: How to build simplesocketserver binar

Re: How to build simplesocketserver binary file?

2009-03-25 Thread renny . koshy
Koshy President & CEO Rubix Information Technologies, Inc. www.rubixinfotech.com Esther Parrilla-Endrino 03/25/2009 03:55 AM Please respond to "Log4CXX User" To Log4CXX User cc carn...@apache.org Subject Re: How to build simplesocke

Re: How to build simplesocketserver binary file?

2009-03-25 Thread Esther Parrilla-Endrino
Hi Curt, Thanks for your answer. My problem is that I have several processes writing concurrently in the same log file and all of them using log4cxx API, as far as I understood the simplesocketserver binary allowed me to centralize the management of all log messages avoiding problems with concurr

Re: How to build simplesocketserver binary file?

2009-03-24 Thread Curt Arnold
On Mar 24, 2009, at 10:19 AM, Moley Harey wrote: Hi, I have downloaded apache-log4cxx-0.10.0.tar.gz from ApacheÅ› log4cxx web site and built the lib using the commands: configure, make, make install After that the lirbrary has been successfully built but the binary file "simplesocketser

How to build simplesocketserver binary file?

2009-03-24 Thread Moley Harey
Hi, I have downloaded apache-log4cxx-0.10.0.tar.gz from ApacheÅ› log4cxx web site and built the lib using the commands: configure, make, make install After that the lirbrary has been successfully built but the binary file "simplesocketserver" has not been generated :/ How can I get that? Thanks