[Resin-interest] Resin 3.20 - debugging php application with Quercus

2008-09-01 Thread Heimo Laukkanen
Hi all, I'm really impressed and frustrated with Quercus at the same time. My interest in Quercus is to be able run hybrid architecture and transforming current php application in steps work on top of JVM, moving business logic into Spring application. As I have an existing application that is

[Resin-interest] Resin - Quercus and Spring framework 2.5 integration

2008-09-04 Thread Heimo Laukkanen
Hi, there is small problem with resin 3.17 in Spring integration - atleast with Spring 2.5 - but it is very easy to fix. Just unzip the resin-support.jar, edit beanRefContext.xml to include proper namespace definitions: ?xml version=1.0 encoding=UTF-8? beans

[Resin-interest] Our project - any thoughts from other users

2008-09-04 Thread Heimo Laukkanen
Hi all, I've been spamming this list now so much that I thought to give a little presentation about my interests and our project's goals to get some feedback and thoughts from other users - so that I would not need to make any mistakes that could be avoided beforehand. I work in a small startup

Re: [Resin-interest] resin-interest Digest, Vol 27, Issue 6

2008-09-07 Thread Heimo Laukkanen
On Thu, Sep 4, 2008 at 8:00 PM, [EMAIL PROTECTED] wrote: This is a great argument for using Quercus that we've been making for years. It's good to hear someone else make it independently. I may just quote you if you don't mind... Not at all. Quercus is very good idea bringing more

[Resin-interest] Using php views in Spring framework - can one benefit from resin Pro compilation features?

2008-12-04 Thread Heimo Laukkanen
Hi all, I'm using Quercus views in out project as Spring Framework MVC views with in similar way as is done in Resin's quercus servlet. I was just wondering whether we could benefit from or use Caucho Pro's capabilities to compile php code into javacode in our project somehow - even when we are

[Resin-interest] Resin dies by itself

2009-03-04 Thread Heimo Laukkanen
I just started to see strange behaviour in which our server seems to kill itself without no apparent reason. Logs: jvm-default.log [23:01:53.413] {main} WebApp[http://localhost:8080] active [23:01:53.514] {main} WebApp[http://localhost:8080/resin-admin] active [23:01:53.514] {main} Host[]

[Resin-interest] Session-timeout in web.xml has no effect

2009-03-10 Thread Heimo Laukkanen
Hi all, we're running resin 3.17a and seem to have a problem with session timeouts. If I have in web.xml defined: web-app xmlns=http://caucho.com/ns/resin; session-config session-max=1 !-- 100 minute timeout -- session-timeout120/session-timeout /session-config It does not

Re: [Resin-interest] resin-interest Digest, Vol 33, Issue 15

2009-03-12 Thread Heimo Laukkanen
Date: Wed, 11 Mar 2009 18:23:38 +0200 From: Kai Virkki kai.vir...@gmail.com Subject: Re: [Resin-interest] Session-timeout in web.xml has no effect To: General Discussion for the Resin application server        resin-interest@caucho.com Message-ID:        

[Resin-interest] Quercus bugs in unicode handling ( Resin 3.1.19 )

2009-10-07 Thread Heimo Laukkanen
Hi all, as others have also noted, there seems to be bugs in unicode code of Quercus. Haven't tested thoroughly with quercus servlet as it is not in our use as we use Quercus as Spring View mechanism. Quercus viewresolver and view basicly use quercus more or less in the same way as quercus