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
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
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
>
> 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
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
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
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
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
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
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
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:
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:
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
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:
>
>
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:
>
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
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
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
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
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
20 matches
Mail list logo