Actually, the command Lasantha gave you is wrong. The command is actually: java -jar deployer.jar deploy <archive_name> [<plan>]
There's also a redeploy command, that you can use if your app is already deployed java -jar deployer.jar redeploy <archive_name> [<plan>] ************************************************************* Denis Robert Senior Technical Architect BF&M Insurance Group Phone: (441) 298-0344 Email: [EMAIL PROTECTED] ************************************************************* This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. ************************************************************* "vikas patil" <[EMAIL PROTECTED]> 2007-01-31 05:56 AM Please respond to [email protected] To [email protected] cc Subject Re: Unable to deploy applications quickly. Yes that would be fine. I guess then I need to build a script for undeploying it first and then deploying it back again. But the job of archiving must also be done each time. Anyways thanks for the help. On 1/31/07, Lasantha Ranaweera <[EMAIL PROTECTED]> wrote: Use deployer.jar in your GERONIMO_HOME/bin folder from a command prompt. java -jar deployer.jar <arhive_name> Thanks, Lasantha vikas patil wrote: > Hello all, > I am using the geronimo web based console for the > deployment of my application wars. But it is becoming difficult for me > every time to debug the application and test it over by deploying it > every time I make changes. > So kindly suggest me an alternative to this browser based > console. > Thanks and regards. > > -- > Yours , > > Vikas A Patil -- Yours , Vikas A Patil
