Re: [Slightly OT] Jetty manager/deployer

2011-06-01 Thread Massimo Lusetti
On Wed, Jun 1, 2011 at 6:20 AM, Mark mark-li...@xeric.net wrote: The cargo plugin for tomcat makes it easy to redeploy from the command line. I think it works with jetty to. ... Wasn't aware of Cargo. It seems to do what I need and it use a standard web application to do so plus a combination

[Slightly OT] Jetty manager/deployer

2011-05-31 Thread Massimo Lusetti
Hi all, I'm using Jetty all over the place and I'm fine with it but now I need to give others the possibility to deploy and redeploy at runtime an applications subset. Let's say I would love to have the manager gui from tomcat... any hints? Thanks -- Massimo http://meridio.blogspot.com

Re: [Slightly OT] Jetty manager/deployer

2011-05-31 Thread Lenny Primak
I use glassfish for this purpose now and it works great with tapestry. On May 31, 2011, at 10:35 AM, Massimo Lusetti mluse...@gmail.com wrote: Hi all, I'm using Jetty all over the place and I'm fine with it but now I need to give others the possibility to deploy and redeploy at runtime

Re: [Slightly OT] Jetty manager/deployer

2011-05-31 Thread Massimo Lusetti
On Tue, May 31, 2011 at 4:39 PM, Lenny Primak lpri...@hope.nyc.ny.us wrote: I use glassfish for this purpose now and it works great with tapestry. Nice, but I would like to stay with jetty... Cheers -- Massimo http://meridio.blogspot.com

Re: [Slightly OT] Jetty manager/deployer

2011-05-31 Thread LLTYK
Jetty has an API, not sure if it's accessible from an application. Would be neat to have an app that can redeploy the other apps. -- View this message in context: http://tapestry-users.832.n2.nabble.com/Slightly-OT-Jetty-manager-deployer-tp6422979p6423600.html Sent from the Tapestry Users

Re: [Slightly OT] Jetty manager/deployer

2011-05-31 Thread Mark
The cargo plugin for tomcat makes it easy to redeploy from the command line. I think it works with jetty to. On May 31, 2011 9:35 AM, Massimo Lusetti mluse...@gmail.com wrote: Hi all, I'm using Jetty all over the place and I'm fine with it but now I need to give others the possibility to deploy