Re: Get fail response by using the Tomcat manager command to deploy a war

2017-04-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Bruce, (CC'ing the list this time. TB changed their REPLY semantics and I'm still getting used to them.) On 4/24/17 8:52 AM, Bruce Huang wrote: > Thanks for the information that Chris has provided. > > I have found that the deployment has not

Re: Get fail response by using the Tomcat manager command to deploy a war

2017-04-24 Thread Bruce Huang
h time to be undeployed? > > Thanks > > > Christopher Schultz <ch...@christopherschultz.net> 於 2017年4月7日 週五 > 下午9:25寫道: > >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA256 >> >> Bruce, >> >> On 4/7/17 4:08 AM, Bruce Huang wrote: >&

Re: Get fail response by using the Tomcat manager command to deploy a war

2017-04-09 Thread Bruce Huang
gt; > I want to use the tomcat supported manager command > > <https://tomcat.apache.org/tomcat-7.0-doc/manager-howto.html#Supported > _Manager_Commands> > > > > > to deploy a war file. The Tomcat server is Tomcat v8.0.23. > > > > The application is s

Re: Get fail response by using the Tomcat manager command to deploy a war

2017-04-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Bruce, On 4/7/17 4:08 AM, Bruce Huang wrote: > I want to use the tomcat supported manager command > <https://tomcat.apache.org/tomcat-7.0-doc/manager-howto.html#Supported _Manager_Commands> > > to deploy a war file. The Tomca

Get fail response by using the Tomcat manager command to deploy a war

2017-04-07 Thread Bruce Huang
Hi all, I want to use the tomcat supported manager command <https://tomcat.apache.org/tomcat-7.0-doc/manager-howto.html#Supported_Manager_Commands> to deploy a war file. The Tomcat server is Tomcat v8.0.23. The application is sure to be deployed and started successfully, I, howeve

Deploy local war to Tomcat with Maven plugin

2015-06-02 Thread toddfas
I'm trying to use the Tomcat Maven plugin to deploy a local war (file path relative to the Tomcat server) and can't seem to find the right combination of configuration. The plugin always wants to validate the WAR file path specified exists relative to the plugin - not the Tomcat server. Currently

Deploy a .WAR to multiple Tomcat instances

2013-08-29 Thread Michael Martin
I have one .WAR to routinely deploy across various Tomcat Instances on different servers. I believe FarmWarDeployer can only be used within a cluster. From what i understand, a cluster will require a HTTPD server with a mod_jk configured. Would anyone know of a way to achieve this without

Re: Deploy a .WAR to multiple Tomcat instances

2013-08-29 Thread André Warnier
Michael Martin wrote: I have one .WAR to routinely deploy across various Tomcat Instances on different servers. I believe FarmWarDeployer can only be used within a cluster. From what i understand, a cluster will require a HTTPD server with a mod_jk configured. Would anyone know of a way

Re: Deploy a .WAR to multiple Tomcat instances

2013-08-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 André, On 8/29/13 7:50 AM, André Warnier wrote: Michael Martin wrote: I have one .WAR to routinely deploy across various Tomcat Instances on different servers. I believe FarmWarDeployer can only be used within a cluster. From what i

Fwd: How do I deploy a war file to a context path not matching the war file name

2013-02-01 Thread Edd Grant
Hi all, I am using Tomcat 6.0.32 and have a deployment question. I have a war file over which I do not have control of the filename, let's call it MYAPP.war . Tomcat's default deployment behaviour would be to deploy this application under a context of /myapp however I want to deploy it instead

Re: How do I deploy a war file to a context path not matching the war file name

2013-02-01 Thread chris derham
The documentation for the docBase (a.k.a context root) attribute states that the docBase attribute should be used to point to the war or exploded war file. My server's appBase is the default of 'webapps' and my WAR and exploded WAR are under webapps so I have specified a relative path of

Re: How do I deploy a war file to a context path not matching the war file name

2013-02-01 Thread Edd Grant
Thanks Chris - that works perfectly! On 1 February 2013 11:06, chris derham ch...@derham.me.uk wrote: The documentation for the docBase (a.k.a context root) attribute states that the docBase attribute should be used to point to the war or exploded war file. My server's appBase is the default

FarmWarDeployer doesn't deploy updated war

2011-11-24 Thread Kirys
Hi all I've configured the FarmWarDeployer for a test cluster into my company infrastructure (all nodes are windows server 2003), the FarmWarDeployer seems to properly deploy new wars and it able to undeploy removed wars, but doesn't seems to properly update war files on replace. Is this a normal

deploy a war file

2010-10-02 Thread William Biggs
if I name a war file called kc8pdr.war and after I upload it to my tomcat and restart it it put it a folder called kc8pdr . How do I get it to do it in the public_html folder instead - To unsubscribe, e-mail:

Re: deploy a war file

2010-10-02 Thread Mark Eggers
, October 2, 2010 7:57:30 PM Subject: deploy a war file if I name a war file called kc8pdr.war and after I upload it to my tomcat and restart it it put it a folder called kc8pdr . How do I get it to do it in the public_html folder instead

Deploy a WAR

2009-05-09 Thread Mosab Hsis
Hi everybody I have a problem with Apache Tomcat in Netbeans 6.5 and Apache Tomcat separated... I made my project with Netbeans 6.5, the server is Apache Tomcat who is included with it... When I deploy, it work very good But when a made my *.WAR and I installe Apache Tomcat separeted and I

Deploy a WAR

2009-05-08 Thread Mosab Hsis
Hi everybody I have a problem with Apache Tomcat in Netbeans 6.5 and Apache Tomcat separated... I made my project with Netbeans 6.5, the server is Apache Tomcat who is included with it... When I deploy, it work very good But when a made my *.WAR and I installe Apache Tomcat separeted and I

Re: Deploy a WAR

2009-05-08 Thread Mark Thomas
this? and I installe Apache Tomcat separeted Installed how? and I deply from it... How did you deploy the war? some page works, other no... Define not working. Mark - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org

Re : Deploy a WAR

2009-05-08 Thread Mosab Hsis
this? In Netbeans 6.5, I can build my project. The resulat is project_name.war and I installe Apache Tomcat separeted Installed how? I download Apache Tomcat from the web site Note that the first Apache Tomcat is included into Netbeans 6.5 and I deply from it... How did you deploy the war? from

deploy a war file

2008-05-19 Thread ashok prabhu - Sun Microsystems - Bangalore India
Hi folks, I downloaded a war file. I need to deploy the war file in tomcat. Please let me know how do i do it? Thanks, ~Ashok. - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED

[Fwd: deploy a war file]

2008-05-19 Thread ashok prabhu - Sun Microsystems - Bangalore India
Hi folks, I downloaded a war file. I need to deploy the war file in tomcat. Please let me know how do i do it? I am running Solaris 10. Thanks, ~Ashok. - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe

RE: deploy a war file

2008-05-19 Thread Dilip Diascore Kolandairaj
:56 AM To: users@tomcat.apache.org Subject: deploy a war file Hi folks, I downloaded a war file. I need to deploy the war file in tomcat. Please let me know how do i do it? Thanks, ~Ashok. - To start a new topic, e-mail: users

Re: deploy a war file

2008-05-19 Thread Fred K
prabhu - Sun Microsystems - Bangalore India [EMAIL PROTECTED] wrote: Hi folks, I downloaded a war file. I need to deploy the war file in tomcat. Please let me know how do i do it? Thanks, ~Ashok. - To start a new topic, e-mail

Re: deploy a war file

2008-05-19 Thread ashok prabhu - Sun Microsystems - Bangalore India
the any other application in the same name as that of WAR file. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 20, 2008 9:56 AM To: users@tomcat.apache.org Subject: deploy a war file Hi folks, I downloaded a war file. I need to deploy the war file

Re: deploy a war file

2008-05-19 Thread Ch Praveena
that you are not having the any other application in the same name as that of WAR file. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 20, 2008 9:56 AM To: users@tomcat.apache.org Subject: deploy a war file Hi folks, I downloaded a war file. I

Re: deploy a war file

2008-05-19 Thread Ch Praveena
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 20, 2008 9:56 AM To: users@tomcat.apache.org Subject: deploy a war file Hi folks, I downloaded a war file. I need to deploy the war file in tomcat. Please let me know how do i do it? Thanks, ~Ashok

when I deploy my war file

2007-07-09 Thread manaa
Hi I am getting the following error when I deploy my war file. Please see the error messages. Thanks in advance Manaa Jul 9, 2007 7:42:08 AM org.apache.catalina.startup.HostConfig deployWAR INFO: Deploying web application archive campaign.war Jul 9, 2007 7:42:12 AM

Re: Is it possible to deploy a war file which gives a different context name?

2007-01-11 Thread Markus Schönhaber
Aaron Chai wrote: Is it possible for Tomcat to deploy war files where the context name is not the same as the original war file name, e.g. deploying webapp.war and the context name is /mainApp instead of /webapp. How would this be achieved if it is possible? I don't think this is possible

Re: Is it possible to deploy a war file which gives a different context name?

2007-01-11 Thread Tim Funk
for Tomcat to deploy war files where the context name is not the same as the original war file name, e.g. deploying webapp.war and the context name is /mainApp instead of /webapp. How would this be achieved if it is possible

RE: Is it possible to deploy a war file which gives a different contextname?

2007-01-11 Thread Caldarale, Charles R
From: Tim Funk [mailto:[EMAIL PROTECTED] Subject: Re: Is it possible to deploy a war file which gives a different contextname? 1) Keep the war file out of the tomcat installation 2) Use a context declaration which points to the war file (mainApp.xml) 3) Don't unpack wars (Host

Is it possible to deploy a war file which gives a different context name?

2007-01-10 Thread Aaron Chai
Is it possible for Tomcat to deploy war files where the context name is not the same as the original war file name, e.g. deploying webapp.war and the context name is /mainApp instead of /webapp. How would this be achieved if it is possible? Thanks

Manager deploy uploaded war - doesn't use the /WEB-INF/context.xml

2006-11-15 Thread Tim Alberts
I'm have a tomcat5.5 system running and seems to be working absolutely fine with one exception. When I deploy my .war files with the Manager application it seems to completely ignore the /WEB-INF/context.xml file. What do I do? My context.xml file is in the .war file and contains: ?xml

Re: Manager deploy uploaded war - doesn't use the /WEB-INF/context.xml

2006-11-15 Thread Hassan Schroeder
On 11/15/06, Tim Alberts [EMAIL PROTECTED] wrote: When I deploy my .war files with the Manager application it seems to completely ignore the /WEB-INF/context.xml file. What do I do? 1) put it in META-INF/context.xml where it belongs :-) and Context path=/servlet/path/to/myapp / 2) drop

Re: Manager deploy uploaded war - doesn't use the /WEB-INF/context.xml

2006-11-15 Thread Tim Alberts
Hassan Schroeder wrote: On 11/15/06, Tim Alberts [EMAIL PROTECTED] wrote: When I deploy my .war files with the Manager application it seems to completely ignore the /WEB-INF/context.xml file. What do I do? 1) put it in META-INF/context.xml where it belongs :-) and Sorry, I typed

Re: Manager deploy uploaded war - doesn't use the /WEB-INF/context.xml

2006-11-15 Thread David Smith
The path attribute is ignored in favor of the name of the war file. The context.xml is still consulted for JNDI resource definitions, etc., ... --David Tim Alberts wrote: Hassan Schroeder wrote: On 11/15/06, Tim Alberts [EMAIL PROTECTED] wrote: When I deploy my .war files with the Manager

Re: Manager deploy uploaded war - doesn't use the /WEB-INF/context.xml

2006-11-15 Thread Hassan Schroeder
On 11/15/06, Tim Alberts [EMAIL PROTECTED] wrote: path is derived from the name of the WAR file. If it is ignored, how can it be specified when uploading a war file via the manager? As originally stated -- it's the name of the WAR file. -- Hassan Schroeder

Re: Manager deploy uploaded war - doesn't use the /WEB-INF/context.xml

2006-11-15 Thread Tim Alberts
As originally stated -- it's the name of the WAR file. Please excuse my ignorance, but you can't make a filename: /path/to/my/webapp/app.war? How do I name the file to add the context or can it be done? - To start a new

Re: Manager deploy uploaded war - doesn't use the /WEB-INF/context.xml

2006-11-15 Thread David Smith
As I remember you wanted an involved path -- ie path/to/my/webapp/my.jsp ... Use the path as the war's filename replacing all the / characters with # symbols. Should work Tim Alberts wrote: As originally stated -- it's the name of the WAR file. Please excuse my ignorance, but you can't

Re: Manager deploy uploaded war - doesn't use the /WEB-INF/context.xml

2006-11-15 Thread Tim Alberts
David Smith wrote: As I remember you wanted an involved path -- ie path/to/my/webapp/my.jsp ... Use the path as the war's filename replacing all the / characters with # symbols. Should work Well before we continue, thank you for the help... However it's not going well. I renamed the

RE: Manager deploy uploaded war - doesn't use the /WEB-INF/context.xml

2006-11-15 Thread Caldarale, Charles R
From: Tim Alberts [mailto:[EMAIL PROTECTED] Subject: Re: Manager deploy uploaded war - doesn't use the /WEB-INF/context.xml However it's not going well. I renamed the 'app.war' file as 'path#to#myapp#app.war' and the Manager application took it and said it was fine. The trick

RE: Manager deploy uploaded war - doesn't use the /WEB-INF/context.xml

2006-11-15 Thread Michael Hencin
that will put the proper entires into the context element, based on the war file name. Mike -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 15, 2006 3:20 PM To: Tomcat Users List Subject: RE: Manager deploy uploaded war - doesn't use

Re: Manager deploy uploaded war - doesn't use the /WEB-INF/context.xml

2006-11-15 Thread Tim Alberts
Caldarale, Charles R wrote: From: Tim Alberts [mailto:[EMAIL PROTECTED] Subject: Re: Manager deploy uploaded war - doesn't use the /WEB-INF/context.xml However it's not going well. I renamed the 'app.war' file as 'path#to#myapp#app.war' and the Manager application took it and said

Re: Manager deploy uploaded war - doesn't use the /WEB-INF/context.xml

2006-11-15 Thread Tim Alberts
Caldarale, Charles R wrote: From: Tim Alberts [mailto:[EMAIL PROTECTED] Subject: Re: Manager deploy uploaded war - doesn't use the /WEB-INF/context.xml However it's not going well. I renamed the 'app.war' file as 'path#to#myapp#app.war' and the Manager application took it and said

RE: Manager deploy uploaded war - doesn't use the /WEB-INF/context.xml

2006-11-15 Thread Caldarale, Charles R
From: Michael Hencin [mailto:[EMAIL PROTECTED] Subject: RE: Manager deploy uploaded war - doesn't use the /WEB-INF/context.xml I know I can leave the path out of my META-INF/context.xml file, Not just can, but *must*. The same applies to the docBase attribute - it's only pertinent when

Re: Manager deploy uploaded war - doesn't use the /WEB-INF/context.xml

2006-11-15 Thread Tim Alberts
Testing. Seem to have some email problems...please disregard. - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Manager deploy uploaded war - doesn't use the /WEB-INF/context.xml

2006-11-15 Thread Caldarale, Charles R
From: Tim Alberts [mailto:[EMAIL PROTECTED] Subject: Re: Manager deploy uploaded war - doesn't use the /WEB-INF/context.xml The server seems to be doing this? I have a file in conf/ [engine] / [host] named with the # symbol 'path#to#myapp#app.xml and it contains the context element

RE: Manager deploy uploaded war - doesn't use the /WEB-INF/context.xml

2006-11-15 Thread Michael Hencin
path is required -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 15, 2006 4:09 PM To: Tomcat Users List Subject: RE: Manager deploy uploaded war - doesn't use the /WEB-INF/context.xml From: Michael Hencin [mailto:[EMAIL PROTECTED] Subject

RE: Manager deploy uploaded war - doesn't use the /WEB-INF/context.xml

2006-11-15 Thread Caldarale, Charles R
From: Michael Hencin [mailto:[EMAIL PROTECTED] Subject: RE: Manager deploy uploaded war - doesn't use the /WEB-INF/context.xml I should add, I am using TC 5.0.28. Ahh - that does make a difference. Most of the information you were give applies to 5.5; the rules have changed significantly

RE: Manager deploy uploaded war - doesn't use the /WEB-INF/context.xml

2006-11-15 Thread Michael Hencin
I see, it's about time for me to get it updated to TC 5.5! Thanks as always! Mike -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 15, 2006 5:24 PM To: Tomcat Users List Subject: RE: Manager deploy uploaded war - doesn't use the /WEB-INF

can not deploy application .war in Tomcat

2006-10-26 Thread Shuwen
Hi, Our own application uses Tomcat as web server. When tomcat is started, it should unzip and deploy application .war files. However, we got error: Caused by: java.net.ConnectException: Connection timed out at java.net.PlainSocketImpl.socketConnect(Native Method) I searched on internet

Re: can not deploy application .war in Tomcat

2006-10-26 Thread David Smith
Tomcat as web server. When tomcat is started, it should unzip and deploy application .war files. However, we got error: Caused by: java.net.ConnectException: Connection timed out at java.net.PlainSocketImpl.socketConnect(Native Method) I searched on internet and only found that it could

Re: can not deploy application .war in Tomcat

2006-10-26 Thread Martin Gainty
: Thursday, October 26, 2006 8:50 PM Subject: Re: can not deploy application .war in Tomcat There has to be more to this error than that. The exception cited has nothing to do with deploying a .war. Please provide a lot more detail -- ie os, tomcat version, a complete stack trace, what you did

can not deploy application .war in Tomcat

2006-10-25 Thread Shuwen
Hi, Our own application uses Tomcat as web server. When tomcat is started, it should unzip and deploy application .war files. However, we got error: Caused by: java.net.ConnectException: Connection timed out at java.net.PlainSocketImpl.socketConnect(Native Method

Re: deploy a war on startup

2005-10-28 Thread Iratxe Etxeberria Sainz-Ezquerra
update the .war, the war is deployed ok. When the tomcat is stopped and we update the war, logically it is not deployed. But if I start tomcat, it doesn t deploy the war. Is there any way to deploy wars on startup if they are newer? Thanks very much in advance, Iratxe

deploy a war on startup

2005-10-27 Thread Iratxe Etxeberria Sainz-Ezquerra
Hello! I am using tomcat 5.0.28. When we have the tomcat running and we update the .war, the war is deployed ok. When the tomcat is stopped and we update the war, logically it is not deployed. But if I start tomcat, it doesn t deploy the war. Is there any way to deploy wars on startup