Re: [Resin-interest] Resin Embedded

2008-02-02 Thread [EMAIL PROTECTED]
Thanks. There was a Resin classloader dependency on loading that file. It'll be fixed in the next snapshot. As a reminder, the docs are at http://caucho.com/resin/doc/resin-embedding.xtp and http://wiki.caucho.com/JUnit -- Scott Daniel López <[EMAIL PROTECTED]> wrote: I wanted t

Re: [Resin-interest] JSP Tag pooling

2008-02-01 Thread [EMAIL PROTECTED]
However, the only reason you should disable the recycling is if you have a legacy, broken tag library. -- Scott Vic Simkus <[EMAIL PROTECTED]> wrote: Hello Is there any way to disable JSP tag instance pooling? Thanks Vic ___ resin-in

Re: [Resin-interest] Security-Manager Performance

2008-01-31 Thread [EMAIL PROTECTED]
The SecurityManager is horrible for performance. That's why we don't recommend enabling it unless absolutely necessary. :-) -- Scott "Mktg. Incorporate Fast" <[EMAIL PROTECTED]> wrote: Hi, I am deploying Resin with the tag in an ISP environment.

Re: [Resin-interest] Resin cluster/mod_caucho only using four Resin nodes

2007-12-11 Thread [EMAIL PROTECTED]
the srun data going back to mod_caucho, which should help track down the issue. It's possible the mod_caucho cache is getting stuck, e.g. if you just added two new servers. You might need to remove the cache file at /tmp/hostx_1234. -- Scott Ari Kuukka <[EMAIL PROTECTED]> wrote:

Re: [Resin-interest] Special virtual hosts

2006-11-02 Thread [EMAIL PROTECTED]
point to our resin server in local environment using windows host file.   Thank you.   Warm Regards, Jacky Wong From: Scott Ferguson [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 19, 2006 12:07 AM To: Jacky Cc: Resin-Int

Re: [Resin-interest] load balancing related questions

2006-11-01 Thread [EMAIL PROTECTED]
Sam, You can add http listeners like this: ... Then you will have both an srun listener (on port 6802) and an http listener (on port 8080) on each machine. I suppose you mean :   I am a bit confused here. In our production, apache will load ba