[Resin-interest] how to limit large log file?

2008-05-27 Thread askxuefeng
Hi all I found resin 3.1.5 generate large log file under $RESIN_HOME/log/jvm-runtime.log, is there any setting to limit its size? Thanks! Michael ___ resin-interest mailing list resin-interest@caucho.com

Re: [Resin-interest] passing debugger parameters to resin

2007-02-13 Thread askxuefeng
Hi, Here is my parameter for debugging and it works fine in Eclipse: httpd -Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=12345 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mike Pretti Sent: Tuesday, February 13, 2007 9:53

[Resin-interest] Resin 3.1.0's bug in html charset

2007-01-05 Thread askxuefeng
Hi, I just upgrade Resin 3.0.21 to Resin 3.1.0, and the html output encoding is not set correct, browser (both IE Firefox) cannot display UTF-8-encoding html page correctly: index.html with encoding UTF-8: html head meta http-equiv=Content-Type content=text/html; charset=utf-8 / /head body

Re: [Resin-interest] ignored default attribute in schema

2007-01-04 Thread askxuefeng
I don't think it is a problem about resin, because xml parser is included in jdk dom or 3rd-part lib. i'm using jdk 1.5_08 resin 3.0.21 spring 2.0 and it works well. check your jdk resin version. Xuefeng _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Janos