Re: [Resin-interest] where do I set the create-database-tables attribute?

2008-02-08 Thread Scott Ferguson
On Feb 7, 2008, at 10:26 PM, Daniel Spangler wrote: I'm getting the error message below, but I can't quite figure out where to set the create-database-tables attribute. I have set the create-database-schema attribute in the ejb-server element, but that doesn't seem to help. I have

Re: [Resin-interest] Session timeout/Invalidation in clustered environment.

2008-02-08 Thread Robert Leland
Scott Ferguson wrote: On Feb 7, 2008, at 12:20 PM, Robert Leland wrote: Scott Ferguson wrote: On Feb 7, 2008, at 8:51 AM, Robert Leland wrote: In a single machine clustered environment the 20 minute timeout works, but in a two machine cluster the session does not timeout until 30

[Resin-interest] Resin 3.1.4 management interface incomplete?

2008-02-08 Thread Knut Forkalsrud
I'm trying to get some statistics out of my Resin instance through the JMX beans. Some of the interesting metrics on PortMXBean seem to be missing, notably the following properties: requestCountTotal requestCountKeepalive requestCountClientDisconnect requestTimeTotal requestBytesRead

Re: [Resin-interest] ResponseStream.lengthException in Filter

2008-02-08 Thread Scott Ferguson
On Feb 8, 2008, at 2:34 PM, Anoop Kulkarni wrote: Resin-pro-3.0.23 jdk 1.6.0_03 Hello, I’m getting the following exception while having a Filter render HTML. com.caucho.log.EnvironmentLogger.log [0] HTTP/1.1 200 OK com.caucho.log.EnvironmentLogger.log [0] cache-control: no-cache

[Resin-interest] ResponseStream.lengthException in Filter

2008-02-08 Thread Anoop Kulkarni
Resin-pro-3.0.23 jdk 1.6.0_03 Hello, I'm getting the following exception while having a Filter render HTML. com.caucho.log.EnvironmentLogger.log [0] HTTP/1.1 200 OK com.caucho.log.EnvironmentLogger.log [0] cache-control: no-cache com.caucho.log.EnvironmentLogger.log [0] expires: 1

[Resin-interest] Resin 3.1.4 management interface incomplete?

2008-02-08 Thread Knut Forkalsrud
I'm trying to get some statistics out of my Resin instance through the JMX beans. Some of the interesting metrics on PortMXBean seem to be missing, notably the following properties: requestCountTotal requestCountKeepalive requestCountClientDisconnect requestTimeTotal requestBytesRead

Re: [Resin-interest] where do I set the create-database-tables attribute?

2008-02-08 Thread Daniel Spangler
Scott Ferguson wrote: Can you enable the spy/ logging on the database element and set the logging level to fine? That will show the SQL statements in the logs, database jndi-name=mysql/foo driver .../ /spy /database logger name=com.caucho.sql level=fine/ -- Scott

Re: [Resin-interest] where do I set the create-database-tables attribute?

2008-02-08 Thread Scott Ferguson
On Feb 8, 2008, at 4:07 PM, Daniel Spangler wrote: Scott Ferguson wrote: Here is the output. Is it because the table exists and only this one field is off? Does resin know how to modify existing tables? Ah. No, Resin doesn't know how to alter a table (it would probably be a