This question interest me also,
Ok but is there any way to see the lines added in the logs in the JSP
dynamically in an easy way ?

__________________________________
   Matt

    

-----Original Message-----
From: Julius Davies [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, February 27, 2007 4:30 PM
To: Log4J Users List
Subject: Re: Display log4j.xml on jsp

*****  This message comes from the Internet Network *****

JSP's can do this!

InputStream in = new FileInputStream( "/path/to/my.log" ); //  ;-)

(Or use a FileReader instead?)


On 2/27/07, sunil nagavaram <[EMAIL PROTECTED]> wrote:
> Guys,
> Did anyone try this, displaying logs generated by log4j on jsp. If so
can
> you please write down the steps for me
>
> Thank you
> --
> Sunil
>


-- 
yours,

Julius Davies
416-652-0183
http://juliusdavies.ca/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



============================================
Internet communications are not secure and therefore Fortis Banque Luxembourg 
S.A. does not accept legal responsibility for the contents of this message. The 
information contained in this e-mail is confidential and may be legally 
privileged. It is intended solely for the addressee. If you are not the 
intended recipient, any disclosure, copying, distribution or any action taken 
or omitted to be taken in reliance on it, is prohibited and may be unlawful. 
Nothing in the message is capable or intended to create any legally binding 
obligations on either party and it is not intended to provide legal advice.
============================================


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to