[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

[Resin-interest] Classloader issues with Axis and Resin 3.1

2008-05-27 Thread Mattias Jiderhamn
Hi list. I am running into an unfamiliar classloader issue when trying to upgrade to Resin 3.1. Each separate application runs just fine. Although, when I put two applications both using Apache Axis 1.4, on the same server, I get a problem. The first application to actually make use of Axis

Re: [Resin-interest] Classloader issues with Axis and Resin 3.1

2008-05-27 Thread Mattias Jiderhamn
Indeed com.caucho.xml.saaj.SOAPMessageImpl extends javax.xml.soap.SOAPMessage which is to be found in saaj.jar, but saaj.jar is NOT included in the Resin dist! In fact, saaj.jar is explicitly excluded from the resin.dist.build target of build-common.xml !-- ... include

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

2008-05-27 Thread Scott Ferguson
On May 27, 2008, at 6:30 AM, askxuefeng wrote: 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! We're adding a rotation capability for 3.2.x. For 3.1.5, you can set a stdout-log and stderr-log in

Re: [Resin-interest] resin forward rules w/ case insensitivity

2008-05-27 Thread Scott Ferguson
On May 21, 2008, at 2:32 PM, Sandeep Ghael wrote: Has anyone else had issues using regex matching in the resin-web.xml file for url forwarding? I can't profess to be a regex expert, but I'm following the regex examples I'm finding online but can't get my logic to take. What I am trying

Re: [Resin-interest] mod_caucho not finding config?

2008-05-27 Thread Scott Ferguson
On May 27, 2008, at 4:54 AM, Thilo Bangert wrote: Hi All, i am trying to get apache to dispatch requests to our resin backend. i have setup apache the following way: in global scope i have (yes, i do start apache with -D CAUCHO) IfDefine CAUCHO LoadModule caucho_module

[Resin-interest] Test, please ignore

2008-05-27 Thread Jose Quinteiro
Apologies. ___ resin-interest mailing list resin-interest@caucho.com http://maillist.caucho.com/mailman/listinfo/resin-interest

Re: [Resin-interest] [Resin 0002646]: Resin does not work when it's run in the background

2008-05-27 Thread Jose Quinteiro
Scott Ferguson wrote: Thanks. The log fix is a good one. Actually, though, we could also add the log-directory to the resin.conf since the watchdog reads the resin.conf. Either solution would be great. It's just inconvenient to have to hange log settings in two different places.