Re: Encryption of log

2006-06-14 Thread xhu1
what is ChiperOutputStream? I have the same requirement but not sure what is the option to do it yet. Thanks --- Jan-Olof Sivtoft <[EMAIL PROTECTED]> wrote: > Hi > > The project Im working with want to encrypt the log > file. It also want > to use RollingFileAppender. My intention was to > exten

problem sending email has newline

2006-05-30 Thread xhu1
Hi, I am using SMTPAppender to send email. When I compose the message I append a string and then append a new line. The emial turns out be this: aaa MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=_Part_0_30691794.1149020674619" --=_Part_0_30691794.1149020674619 Cont

log servlet request

2004-05-11 Thread xhu1
Hi, I would like to log the http servelt request, and I have a renderer which reads the parameters and attributes and return, but now some request is the xml string so I need to be able to read the whole stream and log. how can I do that? Thanks _