[Resin-interest] WordPress and Resin 4.0.1

2009-08-03 Thread Jamison Novak
Greetings, I was wondering if anybody had gotten WordPress and Resin Pro 4.0.1 working together. I'm most of the way there, but there's apparently one piece missing. The installation went fine. I can do a direct MySQL import of an existing blog into the database and all of the content is displa

Re: [Resin-interest] 4.0.2 schedule

2009-10-12 Thread Jamison Novak
Scott, Any possibility of getting a snapshot ahead of the end of October, or is that an impossibility due to regressions, etc? The main reason I ask is because we'd love to do further testing of the 4.0 line in our QA environment, but the previously-resolved bug (3673) causes one of our sites

Re: [Resin-interest] new Resin 4.0 snapshot

2009-12-02 Thread Jamison Novak
Thanks, Scott. The snapshot doesn't seem to have fixed the related error that we were seeing with one of our apps. If we submit a form with a long list of files in a text box, we get the same error according to Grails (I don't see anything special in Resin's "finer" logging, though). If the lis

Re: [Resin-interest] new Resin 4.0 snapshot

2009-12-02 Thread Jamison Novak
ginal Message- From: resin-interest-boun...@caucho.com [mailto:resin-interest-boun...@caucho.com] On Behalf Of Jamison Novak Sent: Wednesday, December 02, 2009 2:16 PM To: General Discussion for the Resin application server Subject: Re: [Resin-interest] new Resin 4.0 snapshot Thanks, Scott

Re: [Resin-interest] User resin runs as

2010-03-09 Thread Jamison Novak
We set ours at the level to globally set all of our Resin processes to the same uid/gid, but you could just as easily move it down to the level so it applies only to a specific cluster/host. Our config looks like this (which was taken from one of the example resin configs): nobody

Re: [Resin-interest] Classpath Question

2010-03-19 Thread Jamison Novak
You may also find this Wiki page useful: http://wiki.caucho.com/Migrating_from_Resin_3.0_to_Resin_4.0 -Original Message- From: resin-interest-boun...@caucho.com [mailto:resin-interest-boun...@caucho.com] On Behalf Of Aaron Freeman Sent: Friday, March 19, 2010 4:54 PM To: General Discussi

Re: [Resin-interest] Resin-Pro-4.0.5 Admin

2010-03-24 Thread Jamison Novak
The resin-admin application is under ${resin.home}/doc/admin. I think the old location may have been under a php subdir, but it doesn't appear to be there under any of the 4.x builds that I've done in the past. -Jamie -Original Message- From: resin-interest-boun...@caucho.com [mailto:r

Re: [Resin-interest] Resin ~ Enterprise Management and Monitoring

2010-04-21 Thread Jamison Novak
Hi Michael, If you’re using Resin 4.x, you should take a look at these two Blog posts (and the Wiki page linked in the second post), if you haven’t already: http://blog.caucho.com/?p=325 http://blog.caucho.com/?p=238 We are currently doing some things with Resin 4.x, Nagios, and Cacti and those

Re: [Resin-interest] Resin 4.0.10 release

2010-08-26 Thread Jamison Novak
On August 26, 2010, Jan Kriesten wrote: > thanks for 4.0.10 - it seems that the restart-problems have been solved > with this build. > > Our system looks healthy again. :) I second this. The 4.0.10 release seems to be the best 4.0 release yet. All of the problems we've encountered in the past se

Re: [Resin-interest] Watchdog binding

2010-09-27 Thread Jamison Novak
> Can a watchdog bind to a port already used by another watchdog process? > Similar to the way that a virtual host would? > > java.io.IOException: bind failed to xxx.xxx.xxx.xxx:80 No, only one process can bind to a port. To get around that, you can either use a web-tier cluster to load balance

Re: [Resin-interest] Watchdog binding

2010-09-29 Thread Jamison Novak
It seems like watchdog.conf requires unique IP. Right now I have many with unique IP, but would like to setup some shared IPs as well. Appreciate your help & time! -Original Message- From: resin-interest-boun...@caucho.com [mailto:resin-interest-boun...@caucho.com] On Behalf O

[Resin-interest] Daytrader App

2011-06-14 Thread Jamison Novak
Has anybody successfully built and deployed the DayTrader app from the Apache project in Resin? (Ref: https://cwiki.apache.org/GMOxDOC30/daytrader-a-more-complex-application.html) I'm looking for an outline of the process, if anybody has managed it. Thanks! Jamie ___

Re: [Resin-interest] Daytrader App

2011-06-14 Thread Jamison Novak
On 06/14/2011 1:20 PM, Scott Ferguson wrote: >> On 06/14/2011 11:02 AM, Jamison Novak wrote: >> Has anybody successfully built and deployed the DayTrader app from the >> Apache project >> in Resin? >> (Ref: >> https://cwiki.apache.org/GMOxDOC30/daytr