[Resin-interest] Resin-Pro-4.0.5 Admin

2010-03-24 Thread Aaron Freeman
Since we are upgrading from pro-3.0.23 to pro-4.0.5, we thought we would take advantage of the resin-admin stuff. However the docs aren't clear on how that's supposed to happen. This page says nothing about what to install: http://caucho.com/resin-4.0/admin/resin-admin.xtp And this page

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

2010-03-24 Thread Rick Mann
On Mar 24, 2010, at 09:07:07, Aaron Freeman wrote: Since we are upgrading from pro-3.0.23 to pro-4.0.5, we thought we would take advantage of the resin-admin stuff. However the docs aren't clear on how that's supposed to happen. This page says nothing about what to install:

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

2010-03-24 Thread Bill Au
It is part of resin 4.x. Make sure you have the following in your resin.xml: web-app id=/resin-admin root-directory=${resin.root}/doc/admin prologue resin:set var=resin_admin_external value=false/ resin:set var=resin_admin_insecure value=true/ /prologue

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

2010-03-24 Thread Aaron Freeman
On 3/24/2010 1:15 PM, Rick Mann wrote: On Mar 24, 2010, at 09:07:07, Aaron Freeman wrote: Since we are upgrading from pro-3.0.23 to pro-4.0.5, we thought we would take advantage of the resin-admin stuff. However the docs aren't clear on how that's supposed to happen. This page says

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

2010-03-24 Thread Jamison Novak
[mailto:resin-interest-boun...@caucho.com] On Behalf Of Aaron Freeman Sent: Wednesday, March 24, 2010 3:12 PM To: General Discussion for the Resin application server Subject: Re: [Resin-interest] Resin-Pro-4.0.5 Admin On 3/24/2010 1:15 PM, Rick Mann wrote: On Mar 24, 2010, at 09:07:07, Aaron Freeman wrote

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

2010-03-24 Thread Aaron Freeman
On 3/24/2010 2:00 PM, Bill Au wrote: It is part of resin 4.x. Make sure you have the following in your resin.xml: web-app id=/resin-admin root-directory=${resin.root}/doc/admin prologue resin:set var=resin_admin_external value=false/ resin:set var=resin_admin_insecure value=true/ /prologue

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

2010-03-24 Thread Scott Ferguson
Aaron Freeman wrote: Ahhh ... that's slightly different than the documentation. It says /php/admin and yours says /doc/admin. Let me try that. Scott, you might want to have the documentation updated if that's the difference. Thanks. I just updated it. -- Scott Thanks, Aaron