Chainsaw Java Web Start interface not working

2009-09-08 Thread Moley Harey
Hi folks, I have configured my Chainsaw installation following the steps proposed for that: 1. I installed the signed jars that Scott proposed me from log4j site. 2. In my JNLP file I added those files and I did another JNLP file for the other non signed jars (commons-codec-1.3.jar, commons-httpc

VFSLogFilePatternReceiver not tailing remote file

2009-09-08 Thread Moley Harey
Hi folks, I am using the "VFSLogFilePatternReceiver" for trying to display and tail in Chainsaw a remote log file generated using log4j. The first time I launch Chainsaw, the file is correctly displayed, but all the updates done in the file are not reflected in Chainsaw and instead of that I get

VFSLogFilePatternReceiver pattern layout

2009-09-02 Thread Moley Harey
Hi, I have added a VFSLogFilePatternReceiver in my Chainsaw config file like the following: http://localhost:8080/messages.log"/> I have started Chainsaw and from the application internal logs I can see the file is loaded OK but it seems as the layout pattern

Re: Where can I download VFSLogFilePatternReceiver API for Chainsaw?

2009-09-02 Thread Moley Harey
> > http://weblogs.java.net/blog/kirillcool/archive/2005/05/signing_jars_fo.html > > Scott > > On Wed, Sep 2, 2009 at 3:59 AM, Moley Harey wrote: > > > Hi Scott, > > > > Thanks for the response, I have downloaded the VFS + commons necessary > > files and

Re: Where can I download VFSLogFilePatternReceiver API for Chainsaw?

2009-09-02 Thread Moley Harey
1, Scott Deboy : > Here is a link describing what you need to install to use VFS in Chainsaw: > > http://logging.apache.org/chainsaw/distributionnotes.html > > Scott > > On Tue, Sep 1, 2009 at 5:58 AM, Moley Harey wrote: > >> Hi folks, >> >> As still I cou

Where can I download VFSLogFilePatternReceiver API for Chainsaw?

2009-09-01 Thread Moley Harey
Hi folks, As still I could not work properly with chainsaw using Java Web Start, I was thinking about a workaround solution which is the use the "VFSLogFilePatternReceiver" to access a remote log file and display it into Tomcat. The problem is that I have downloaded the standalone version of Chai

Configure Chainsaw properties file by default

2009-08-31 Thread Moley Harey
Hi folks, I have implemented a configuration file to be used by Chainsaw and in that configuration file I have added my SocketReceiver. The first time I launch Chainsaw it prompts me to select the configuration file I want to load, I was wondering if there is any internal file in Chainsaw where I

Problems with Chainsaw launched using Java Web Start

2009-08-31 Thread Moley Harey
t are correctly open and messages are read. Question: Is possible to use Chainsaw with Java Web Start? Any help on this? Thanks in advance, Mh 2009/8/26 Moley Harey > Hi Scott, > > I have downloaded the JNLP file and customize it with my codebase/paths > etc... and Chainsaw works fin

Re: Launch Apache Chainsaw using Java Web Start?

2009-08-26 Thread Moley Harey
ng VFSLogFilePatternReceiver - see the 'important distribution > notes' link for more information or feel free to post further questions. > > Scott > > On Tue, Aug 25, 2009 at 1:37 AM, Moley Harey wrote: > > > Hi folks, > > > > I have been using Chainsaw as a G

Launch Apache Chainsaw using Java Web Start?

2009-08-25 Thread Moley Harey
Hi folks, I have been using Chainsaw as a GUI for displaying my log4j log messages locally. Now I need to remotely launch Chainsaw and I was wondering if is possible to launch it using Java Web Start technology... Do you now if just doing a simple JNLP file I can launch Chainsaw? Thanks in advan

How to remove Chainsaw internal log messages from log file?

2009-05-18 Thread Moley Harey
Hi, I have a C++ application that send log messages using log4cxx to Chainsaw using an XMLSocketAppender. Messages sent by my C++ application are correctly received by Chainsaw and what I am doing is to redirect all those messages to a file using the following lines in my Chainsaw config file:

How to remove Chainsaw internal log messages from log file?

2009-05-18 Thread Moley Harey
Hi, I have a C++ application that send log messages using log4cxx to Chainsaw using an XMLSocketAppender. Messages sent by my C++ application are correctly received by Chainsaw and what I am doing is to redirect all those messages to a file using the following lines in my Chainsaw config file:

Re: Problems with log4j SimpleSocketServer connection

2009-03-30 Thread Moley Harey
have seen somewhere the default is 64Mb which is not ecnough for us... Another question, it seems that by defualt there is an option called "cyclic buffer" taht is set to 5000, what does this option means? Where can we configure it? Thanks in advance, Mh 2009/3/26 Moley Harey > Sco

Re: Problems with log4j SimpleSocketServer connection

2009-03-26 Thread Moley Harey
Scott, now is working fine, thanks a lot for your quick responses! regards, Mh 2009/3/26 Scott Deboy > You have to add the appender to your root logger.. > > > > > > > Scott > > On Thu, Mar 26, 2009 at 10:51 AM, Moley Harey > wrote: > >

Re: Problems with log4j SimpleSocketServer connection

2009-03-26 Thread Moley Harey
Deboy > Correct - you can add appender definitions to the same Chainsaw > configuration file that contains the receiver definition, and the appenders > will process the events received by Chainsaw. > > Scott > > On Thu, Mar 26, 2009 at 10:18 AM, Moley Harey > wrote: >

Re: Problems with log4j SimpleSocketServer connection

2009-03-26 Thread Moley Harey
so you can apply filters if you'd > like to only save relevant messages). > > Scott > > On Thu, Mar 26, 2009 at 9:31 AM, Moley Harey wrote: > > > Hi again, > > > > I have done the following test and is working fine: > > > > 1. Update m

Re: Problems with log4j SimpleSocketServer connection

2009-03-26 Thread Moley Harey
y to display messages but to save them into a log file? Thanks in advance, Mh 2009/3/26 Moley Harey > Hi Dmitry and old, > > Do you know if the available SimpleSocketServer already include the > possibility of using it with a XMLSocketReceiver? > Or does log4j provide somethin

Re: Problems with log4j SimpleSocketServer connection

2009-03-26 Thread Moley Harey
sed receiver as well. > Non java applications (c,c++,.net,etc..) must send logging events in XML > serialized form and get reconstructed on the server into Java objects from > this XML. > > -- > Kind regards, > Dmitry > > www.moonlit-software.com > > Moley Harey wro

Re: Problems with log4j SimpleSocketServer connection

2009-03-26 Thread Moley Harey
to Java > server. > Put something like this into your C++ properties file : > log4j.appender.A1=org.apache.log4j.net.XMLSocketAppender > log4j.appender.A1.RemoteHost=localhost > log4j.appender.A1.Port=12345 > It should work.. > > Kind regards, > Dmitry > http://www.moonl

Problems with log4j SimpleSocketServer connection

2009-03-25 Thread Moley Harey
Hi folks, I have implemented a Java SimpleSocketServer application that is running with log4j version 1.2, I have done a test Java class that initialize the logging and sends a couple of messages to the SimpleSocketServer and works fine, all messages sent by the test class are succesfully written