Re: [Resin-interest] resin class reloading not working (3.1.19)

2009-12-22 Thread Alex
> Hi , this is my resin's init message : > I grep no HotSwap keyword here ... Putting Spring aside for a moment, make sure the following is done: - compile resin.jni (./configure --prefix=/pathtoyourresin; make; make install) - change default resin.conf from to: - deploy a si

Re: [Resin-interest] resin class reloading not working (3.1.19)

2009-12-22 Thread Alex
> 2009/12/23 smallufo > Hi , this is my resin's init message : > I grep no HotSwap keyword here ... > > log level is enabled : > > > Oops > sorry , this should be , not Actually it's log and logger and > But after I restart resin , I still cannot grep any HotSwap keyword in > j

Re: [Resin-interest] resin class reloading not working (3.1.19)

2009-12-22 Thread smallufo
2009/12/23 smallufo > Hi , this is my resin's init message : > I grep no HotSwap keyword here ... > > log level is enabled : > > Oops sorry , this should be , not But after I restart resin , I still cannot grep any HotSwap keyword in jvm-default.log ___

Re: [Resin-interest] resin class reloading not working (3.1.19)

2009-12-22 Thread smallufo
Hi , this is my resin's init message : I grep no HotSwap keyword here ... log level is enabled : -Xdebug is enabled too : -Xmx256m -Xss1m -Xdebug -Dcom.sun.management.jmxremote Resin-3.1.9 (built Mon, 13 Apr 2009 11:09:12 PDT) Copyright(c) 1998-2008 Caucho Technology. All rights

Re: [Resin-interest] resin class reloading not working (3.1.19)

2009-12-22 Thread Alex
> Hi : > > I remember long long time ago , resin was (the only one that) able to reload > only the modified class , not the entire web-app. That was great ! > > But after I upgraded to some version (sorry , I forget what version , it is > long ago) , it didn't work anymore. > > Today , I check

Re: [Resin-interest] java.lang.ClassNotFoundException: org.apache.xerces.parsers.SAXParser

2009-12-22 Thread Alex
> This servlet (34 MB) runs o.k. on tomcat .. > > http://www.openlaszlo.org/download/form?dl_path=http://download.openlaszlo.org/4.6.1/openlaszlo-4.6.1-servlet.war > openlaszlo-4.6.1-servlet.war > > When I try deploying the *.war into c:\resin-4.0.2\webapps\ I wasn't able to reproduce this erro

Re: [Resin-interest] quercus php include paths

2009-12-22 Thread Alex
> How do I set the php include path in Quercus? I have some php files > that I want to be able to include, but I don't want people to be able to > browse to them directly. They are in WEB_INF/php, though I could move You can set it with method set_include_path("WEB-INF/php"); include "inc.ph

[Resin-interest] WebSocket binary stream read error

2009-12-22 Thread Wesley Wu
My log output this error: [09-12-23 04:24:00.017] {hmtp-aaa-to-aaa-2} com.caucho.hemp.broker.HempMemoryQueue consumeQueue java.lang.IllegalStateException: WebSocket binary must begin with a 0x80 packet at 0x51 (Q) [09-12-23 04:24:00.017] {hmtp-aaa-to-aaa-2} at com.caucho.hessian.io.Hessian2Str

[Resin-interest] HempMemoryQueue consumeQueue NullPointerException

2009-12-22 Thread Wesley Wu
My log output this error: [09-12-23 04:16:12.154] {hmtp-baa-to-aaa-5} com.caucho.hemp.broker.HempMemoryQueue consumeQueue java.lang.NullPointerException [09-12-23 04:16:12.154] {hmtp-baa-to-aaa-5} at com.caucho.server.cluster.HmuxQueue.authenticate(HmuxQueue.java:263) [09-12-23 04:16:12.154] {

[Resin-interest] resin class reloading not working (3.1.19)

2009-12-22 Thread smallufo
Hi : I remember long long time ago , resin was (the only one that) able to reload only the modified class , not the entire web-app. That was great ! But after I upgraded to some version (sorry , I forget what version , it is long ago) , it didn't work anymore. Today , I check again , 3.1.19 stil

[Resin-interest] ava.lang.ClassNotFoundException: org.apache.xerces.parsers.SAXParser

2009-12-22 Thread dl
This servlet (34 MB) runs o.k. on tomcat .. http://www.openlaszlo.org/download/form?dl_path=http://download.openlaszlo.org/4.6.1/openlaszlo-4.6.1-servlet.war openlaszlo-4.6.1-servlet.war When I try deploying the *.war into c:\resin-4.0.2\webapps\ and running a "hello world" test app ... http: