Re: Application Deployment in Tomcat 7.X

2014-04-29 Thread Nitin Kumar
s for the quick reply. I will give you the example which we > > use > > > > Application1 is deployment in tomcat and up and running. We want to > > install application2. Following are the steps: > > > > Stop Tomcat Install application2 vial RPM install t

Re: Application Deployment in Tomcat 7.X

2014-04-24 Thread Konstantin Kolinko
2014-04-23 15:42 GMT+04:00 Nitin Kumar : > Hi Mark, > > Thanks for the quick reply. I will give you the example which we use > > Application1 is deployment in tomcat and up and running. We want to install > application2. Following are the steps: > > Stop Tomcat > In

Re: Application Deployment in Tomcat 7.X

2014-04-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Nitin, On 4/23/14, 7:42 AM, Nitin Kumar wrote: > Hi Mark, > > Thanks for the quick reply. I will give you the example which we > use > > Application1 is deployment in tomcat and up and running. We want to > install applicatio

Re: Application Deployment in Tomcat 7.X

2014-04-23 Thread Daniel Mikusa
On Apr 23, 2014, at 4:42 AM, Nitin Kumar wrote: > Hi Mark, > > Thanks for the quick reply. I will give you the example which we use > > Application1 is deployment in tomcat and up and running. We want to install > application2. Following are the steps: > > Stop Tomca

Re: Application Deployment in Tomcat 7.X

2014-04-23 Thread Nitin Kumar
Hi Mark, Thanks for the quick reply. I will give you the example which we use Application1 is deployment in tomcat and up and running. We want to install application2. Following are the steps: Stop Tomcat Install application2 vial RPM install to tomcat Webapps directory Start Tomcat We have

Re: Application Deployment in Tomcat 7.X

2014-04-22 Thread Mark Thomas
On 23/04/2014 04:40, Nitin Kumar wrote: > Hi, > > We are using tomcat 7.X for our project. So far we deploy only one > application in tomcat. > > Now we are planning to deploy one more application with existing one. > > There is requirement that failure of deployment of new application should >

Application Deployment in Tomcat 7.X

2014-04-22 Thread Nitin Kumar
Hi, We are using tomcat 7.X for our project. So far we deploy only one application in tomcat. Now we are planning to deploy one more application with existing one. There is requirement that failure of deployment of new application should not affect existing application deployment and tomcat star

Re: Parallel deployment in tomcat 7 using manager-script

2012-09-08 Thread Mark Thomas
On 07/09/2012 12:19, Tanel Käär wrote: > This reveals an undocumented attribute "version", which instead of "tag" > is used to get context version. I suggest someone fixes current > manager-howto documentation, hopefully it saves some time :) Done. Mark ---

Parallel deployment in tomcat 7 using manager-script

2012-09-07 Thread Tanel Käär
Hi! I ran into a problem trying to set application context version using manager-script "tools-friendly plain te

Re: Can anyone do a simple war deployment in Tomcat 6?

2010-01-21 Thread Filip Hanik - Dev Lists
an embedded Tomcat is the same as a regular Tomcat if you configure it that way. The easiest way I can think of is to take a look at the class we use to launch a simple tomcat in trunk http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/startup/Tomcat.java?view=annotate there

Re: Can anyone do a simple war deployment in Tomcat 6?

2010-01-21 Thread Clay McCoy
Thank you for the reply, but I'm talking about embedded Tomcat. The war is deployed programmatically, and the API has changed drastically since the dated examples I can find. It would be great if the embedded use of Tomcat had the same level of documentation. On 1/21/10 3:23 PM, "Filip Hanik -

Re: Can anyone do a simple war deployment in Tomcat 6?

2010-01-21 Thread Filip Hanik - Dev Lists
simplest http://tomcat.apache.org/tomcat-6.0-doc/appdev/sample/ http://tomcat.apache.org/tomcat-6.0-doc/deployer-howto.html On 01/21/2010 01:41 PM, Clay McCoy wrote: I want to deploy a war file in an embedded Tomcat. There a few outdated examples, and many posts where this gets asked and never

Can anyone do a simple war deployment in Tomcat 6?

2010-01-21 Thread Clay McCoy
I want to deploy a war file in an embedded Tomcat. There a few outdated examples, and many posts where this gets asked and never answered. http://www.mail-archive.com/users@tomcat.apache.org/msg19481.html The methods once used to do this are gone, and I can't find any examples of how to do such

Re: Remote deployment in tomcat

2008-01-01 Thread Jacob Rhoden
How could Cruise Contol possibly allow you to tell tomcat to (remotely) clean its work directory from an ant build script? I use hudson for continuous integration so maybe I am missing something. Marcio Camurati wrote: Maybe CruiseControl can help you to make it, it's a project that for create

Re: Remote deployment in tomcat

2007-12-27 Thread Marcio Camurati
Hi, Maybe CruiseControl can help you to make it, it's a project that for create continuous build process scheduled: http://cruisecontrol.sourceforge.net/ See ya. Marcio Camurati Thu, 27 Dec 2007 00:57:42 -0500, Louis <[EMAIL PROTECTED]> escreveu: > Shreekanta Prasad wrote: > > > > Hi All,

Re: Remote deployment in tomcat

2007-12-26 Thread Louis
Shreekanta Prasad wrote: Hi All, I want to deploy my web application(in the form of a war file) remotely through ant script. I have written ant script for that and it is doing deployment properly to the remote host. But still I am getting old application itself new changes are not

Remote deployment in tomcat

2007-12-26 Thread Shreekanta Prasad
Hi All, I want to deploy my web application(in the form of a war file) remotely through ant script. I have written ant script for that and it is doing deployment properly to the remote host. But still I am getting old application itself new changes are not getting updated. Once w

FW: Deployment in tomcat

2007-11-21 Thread Shreekanta Prasad
: Deployment in tomcat Hi All, We are using ant scripts for building and deploying the war file to the Apache Tomcat 5.5. After deploying the war file we need to restart the tomcat server without that it won't work. Under work directory catalina/localhost our application basedirectory is

Deployment in tomcat

2007-11-21 Thread Shreekanta Prasad
Hi All, We are using ant scripts for building and deploying the war file to the Apache Tomcat 5.5. After deploying the war file we need to restart the tomcat server without that it won't work. Under work directory catalina/localhost our application basedirectory is there, we need to delete