[Resin-interest] where is error-log tag?

2008-10-01 Thread Wade Lau
hi, all. I am now encountering a problem related to error-log tag in resin3.1.6, described below: the page code: !--code begin-- [EMAIL PROTECTED] session=false%[EMAIL PROTECTED] contentType=text/html;charset=UTF-8 language=java%% % [EMAIL PROTECTED] import=% jsp:useBean id=lang

[Resin-interest] Resin Pro 3.2.0 JMX Error

2008-10-01 Thread Rob Lockstone
Resin Pro 3.2.0 on OS X 10.5.5 with Java 1.5. Anyone else seeing this? Same error is logged twice every 60 seconds. [13:43:59.956] {resin-48} javax.management.InstanceNotFoundException: java.lang:type=MemoryPool,name=Tenured Gen [13:43:59.956] {resin-48} at com

Re: [Resin-interest] Resin Pro 3.2.0 JMX Error

2008-10-01 Thread Steffen Busch
see http://bugs.caucho.com/view.php?id=2839 2008/10/1 Rob Lockstone [EMAIL PROTECTED]: Resin Pro 3.2.0 on OS X 10.5.5 with Java 1.5. Anyone else seeing this? Same error is logged twice every 60 seconds. [13:43:59.956] {resin-48} javax.management.InstanceNotFoundException:

Re: [Resin-interest] Resin Pro 3.2.0 JMX Error

2008-10-01 Thread Rob Lockstone
Thanks. I did search for it in the bug database, but neglected to include closed bugs in my search. Rob On Oct 1, 2008, at 14:22, Steffen Busch wrote: see http://bugs.caucho.com/view.php?id=2839 2008/10/1 Rob Lockstone [EMAIL PROTECTED]: Resin Pro 3.2.0 on OS X 10.5.5 with Java 1.5.

[Resin-interest] Obtaining a PGConnection object

2008-10-01 Thread Claire McLister
Hi, We have an application running on Tomcat and are evaluating migration to Resin. One of the current sticking points is the use of Postgresql Large Objects. In the Tomcat configuration, we could use the 'allowAccesstoUnderlyingConnection' property to access the PGConnection object