Re: Unable to deploy applications quickly.

2007-02-06 Thread vikas patil
Thank you all for the help. I just put up a .bat file for undeploying my web application and then deploying it in-place without archiving it. That solves my problem. -- Yours , Vikas A Patil

Re: Unable to deploy applications quickly.

2007-02-06 Thread vikas patil
Hello all, Thanks for the help. But the inplace deployment I tried to use doesn't seem to work well. Though I could directly deploy my web-app-home directory without creating an archive, I did not see any changes happening when i edited my JSP files in my web-app-home di

Re: Unable to deploy applications quickly.

2007-01-31 Thread Lasantha Ranaweera
** > > > > "vikas patil" <[EMAIL PROTECTED]> > 2007-01-31 05:56 AM > Please respond to > user@geronimo.apache.org > > > To > user@geronimo.apache.org > cc > > Subject > Re: Unable to deploy applications quickly. > > > > > > &g

Re: Unable to deploy applications quickly.

2007-01-31 Thread Hernan Cunico
Hi Vikas, Not sure what version of Geronimo are you using but either way take a look at this doc, all the deployment options and commands are covered there. http://cwiki.apache.org/GMOxDOC12/deployer-tool.html Let us know if you need more details on any specific option. Cheers! Hernan vikas p

Re: Unable to deploy applications quickly.

2007-01-31 Thread DRobert
apache.org 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 Ra

Re: Unable to deploy applications quickly.

2007-01-31 Thread Raj Saini
TED]> To: user@geronimo.apache.org Sent: Wednesday, 31 January, 2007 3:26:20 PM 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 don

Re: Unable to deploy applications quickly.

2007-01-31 Thread vikas patil
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

Re: Unable to deploy applications quickly.

2007-01-31 Thread Lasantha Ranaweera
Use deployer.jar in your GERONIMO_HOME/bin folder from a command prompt. java -jar deployer.jar 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 deb

Re: Unable to deploy applications quickly.

2007-01-31 Thread vikas patil
No I am not using the Eclipse IDE. Is there something similar to the deployment provided by the apache web server where we just put in the cgi scripts in /var/www/cgi-bin and it gets deployed automatically. On 1/31/07, Jacek Laskowski <[EMAIL PROTECTED]> wrote: On 1/31/07, vikas patil <[

Re: Unable to deploy applications quickly.

2007-01-31 Thread adarsh R
Hello, There is a concept of Hot-Deploy in Geronimo. Find out about that, it may help you. All the best. On 1/31/07, vikas patil <[EMAIL PROTECTED]> wrote: Hello all, I am using the geronimo web based console for the deployment of my application wars. But it is becoming difficult f

Re: Unable to deploy applications quickly.

2007-01-31 Thread Jacek Laskowski
On 1/31/07, vikas patil <[EMAIL PROTECTED]> wrote: So kindly suggest me an alternative to this browser based console. Do you use Eclipse IDE? If so, you may find the Geronimo Eclipse plugin of some help - http://geronimo.apache.org/devtools.html. Jacek -- Jacek Laskowski http://ww

Unable to deploy applications quickly.

2007-01-31 Thread vikas patil
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 browse