Re: Deploy war

2010-03-05 Thread Pid
On 05/03/2010 06:08, Kaushal Shriyan wrote: On Wed, Mar 3, 2010 at 9:22 PM, Gurkan Erdogdu wrote: I wonder whether you have looked at http://tomcat.apache.org/tomcat-6.0-doc/index.html or not 2010/3/3 Kaushal Shriyan On Wed, Mar 3, 2010 at 4:50 PM, André Warnier wrote: Pid wrote: On 03/0

Re: Deploy war

2010-03-04 Thread Kaushal Shriyan
On Wed, Mar 3, 2010 at 9:22 PM, Gurkan Erdogdu wrote: > I wonder whether you have looked at > http://tomcat.apache.org/tomcat-6.0-doc/index.html or not > > 2010/3/3 Kaushal Shriyan > >> On Wed, Mar 3, 2010 at 4:50 PM, André Warnier wrote: >> > Pid wrote: >> >> >> >> On 03/03/2010 09:52, André Wa

Re: Deploy war

2010-03-03 Thread Gurkan Erdogdu
I wonder whether you have looked at http://tomcat.apache.org/tomcat-6.0-doc/index.html or not 2010/3/3 Kaushal Shriyan > On Wed, Mar 3, 2010 at 4:50 PM, André Warnier wrote: > > Pid wrote: > >> > >> On 03/03/2010 09:52, André Warnier wrote: > >>> > >>> Kaushal Shriyan wrote: > > Hi, >

Re: Deploy war

2010-03-03 Thread Kaushal Shriyan
On Wed, Mar 3, 2010 at 4:50 PM, André Warnier wrote: > Pid wrote: >> >> On 03/03/2010 09:52, André Warnier wrote: >>> >>> Kaushal Shriyan wrote: Hi, At the moment, I stop,kill tomcat and scp the war to webapps folder and start tomcat server. is there a better way to do it

Re: Deploy war

2010-03-03 Thread André Warnier
Pid wrote: On 03/03/2010 09:52, André Warnier wrote: Kaushal Shriyan wrote: Hi, At the moment, I stop,kill tomcat and scp the war to webapps folder and start tomcat server. is there a better way to do it ? http://tomcat.apache.org/tomcat-6.0-doc/deployer-howto.html At the very least you c

Re: Deploy war

2010-03-03 Thread Pid
On 03/03/2010 09:52, André Warnier wrote: Kaushal Shriyan wrote: Hi, At the moment, I stop,kill tomcat and scp the war to webapps folder and start tomcat server. is there a better way to do it ? http://tomcat.apache.org/tomcat-6.0-doc/deployer-howto.html At the very least you could upload

Re: Deploy war

2010-03-03 Thread André Warnier
Kaushal Shriyan wrote: Hi, At the moment, I stop,kill tomcat and scp the war to webapps folder and start tomcat server. is there a better way to do it ? http://tomcat.apache.org/tomcat-6.0-doc/deployer-howto.html - To unsub

Re: Deploy war

2010-02-25 Thread Kaushal Shriyan
On Thu, Feb 25, 2010 at 7:14 PM, Kaushal Shriyan wrote: > On Thu, Feb 25, 2010 at 12:55 PM, Kaushal Shriyan > wrote: >> Hi, >> >> Is there a tool available to deploy same war to multiple tomcat server ? >> >> Thanks, >> >> Kaushal >> > Hi, > > can someone guide me about > http://tomcat.apache.org

Re: Deploy war

2010-02-25 Thread Kaushal Shriyan
On Thu, Feb 25, 2010 at 10:01 PM, Oliver Dauter wrote: > On Thu, Feb 25, 2010 at 13:27, Kaushal Shriyan > wrote: >> On Thu, Feb 25, 2010 at 4:33 PM, Lorenzo Salvadorini >> wrote: >>> 2010/2/25 Kaushal Shriyan >> >> I did downloaded >> http://archive.apache.org/dist/tomcat/tomcat-5/v5.5.27/bin/

Re: Deploy war

2010-02-25 Thread Kaushal Shriyan
On Thu, Feb 25, 2010 at 12:55 PM, Kaushal Shriyan wrote: > Hi, > > Is there a tool available to deploy same war to multiple tomcat server ? > > Thanks, > > Kaushal > Hi, can someone guide me about http://tomcat.apache.org/tomcat-5.5-doc/deployer-howto.html ? I did downloaded TCD and extracted it.

Re: Deploy WAR on ROOT without losing Manager application

2008-12-28 Thread Konstantin Kolinko
2008/12/29 nodje : > > We need tp have our application accessed from the Root context /. > So we usually delete the ROOT.war and rename our application to ROOT.war. > This works well of course but we lose the benefit of using the Tomcat > manager. > No, you are not loosing it. The ROOT application

Re: Deploy WAR file with multi-level context path (was: Re: Path element in context.xml)

2007-01-24 Thread Markus Schönhaber
Markus Schönhaber wrote: > I've done some more research but didn't find a way to deploy a WAR file so > that the application is accessible via a multi-level context path. > Is there a way to achieve this? There is, as Chris explains: http://issues.apache.org/bugzilla/show_bug.cgi?id=41447#c3 Reg