Re: Restarting console-base from command line

2008-07-14 Thread Shrey Banga
Thanks Manu, it worked like a charm and it saves a lot of hassle. On Mon, Jul 14, 2008 at 2:59 AM, Manu George <[EMAIL PROTECTED]> wrote: > Hi Shrey, > I also faced this issue recently. My understanding is > that all the DWR calls go through the > org.apache.geronimo.console.servlet.C

Re: Restarting console-base from command line

2008-07-13 Thread Manu George
Hi Shrey, I also faced this issue recently. My understanding is that all the DWR calls go through the org.apache.geronimo.console.servlet.ContextForwardServlet servlet currently. In that servlet we have a reference to the web app context of say plan creator or any other console plugin.

Restarting console-base from command line

2008-07-10 Thread Shrey Banga
I was trying to write a bat file for automating the process of building plancreator, stopping the plancreator module on the server, replacing it with the new build and restarting plancreator. Once this process is done, the DWR stops working, which is probably because requests to DWR go through /con