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

2008-10-09 Thread Wade Lau
any reply? am I describing cleanly? I just wanna to know there is a error-log tag in resin3.1.6? or what if not I could to to trace the error e.g. jsp:useBean syntax misspelling? any reply will be appreciated. thanks in advance. [EMAIL PROTECTED]

Re: [Resin-interest] HttpSession.invalidate() doesn't

2008-10-09 Thread Richard Grantham
Hi Eric When I hit a my logout servlet I forward the request to a page which will redirect to a protected page - forcing a login screen to be shown. Occasionally, when I logout I will go through this process and find myself still authenticated when I hit the protected resource, thus being logged

Re: [Resin-interest] Obtaining a PGConnection object

2008-10-09 Thread Claire McLister
Thanks, Scott. AFAIK conn.unwrap is only available in JDK 1.6, and we are still on 1.5. I re-tried casting the UserConnection into a PGConnection and get a ClassCastException: java.lang.ClassCastException: org.postgresql.jdbc3g.Jdbc3gConnection On Oct 2, 2008, at 4:13 PM, Scott Ferguson

[Resin-interest] Postgis driver wrapper?

2008-10-09 Thread Claire McLister
Has anyone successfully used a Postgis driver wrapper for a Resin Data Source? We tried the following configuration but are getting a class org.postgresql.Connection not found error. Both postgresql.jar and postgis.jar are in the ext-lib directory. database

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

2008-10-09 Thread Wade Lau
thanks for your reply. when I configured resin.conf as: !--log name= path=stdout: timestamp=[%H:%M:%S.%s] /-- log name= level=fine path=/www/log/httpd/resin_msg.log timestamp=[%Y-%m-%d %H:%M:%S] [%S.%s] / !-- - 'info' for production - 'fine' or 'finer' for development and