Re: Tomcat/9.0.8 - Can't deploy war of 104MB

2018-05-26 Thread Johan Compagner
Op za 26 mei 2018 01:53 schreef Christopher Schultz < ch...@christopherschultz.net>: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Johan, > > On 5/25/18 10:12 AM, Johan Compagner wrote: > > On Thu, 24 May 2018 at 22:01, Arnold Morein > > wrote: > > > >> There are no errors in catalina.o

Re: Tomcat/9.0.8 - Can't deploy war of 104MB

2018-05-25 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Johan, On 5/25/18 10:12 AM, Johan Compagner wrote: > On Thu, 24 May 2018 at 22:01, Arnold Morein > wrote: > >> There are no errors in catalina.out when this occurs. >> >> Yes, via the manager UI I can deploy the WAR, but that doesn't >> help me i

Re: Tomcat/9.0.8 - Can't deploy war of 104MB

2018-05-25 Thread Arnold Morein
Not sure how configure that, its just an Ant task:                            Do you have an example for that? On May 25, 2018, at 09:13 AM, Johan Compagner wrote: On Thu, 24 May 2018 at 22:01, Arnold Morein wrote: There are no errors in catalina.out when this occurs. Yes, via the

Re: Tomcat/9.0.8 - Can't deploy war of 104MB

2018-05-25 Thread Johan Compagner
On Thu, 24 May 2018 at 22:01, Arnold Morein wrote: > There are no errors in catalina.out when this occurs. > > Yes, via the manager UI I can deploy the WAR, but that doesn't help me in > our automated scripts. > > It does appear to be on the Ant side of things though. Does chunking need > to be t

Re: Tomcat/9.0.8 - Can't deploy war of 104MB

2018-05-24 Thread Arnold Morein
There are no errors in catalina.out when this occurs. Yes, via the manager UI I can deploy the WAR, but that doesn't help me in our automated scripts. It does appear to be on the Ant side of things though. Does chunking need to be turned on in Manager (or does that setting enable it)? O

Re: Tomcat/9.0.8 - Can't deploy war of 104MB

2018-05-24 Thread Luis Rodríguez Fernández
Hello Arnold, In this type of issues you should get something like this in the catalina.out: ERROR org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/manager] - HTMLManager: FAIL - Deploy Upload Failed, Exception: [org.apache.tomcat.util.http.fileupload.FileUploadBase$SizeLimitExceed

Tomcat/9.0.8 - Can't deploy war of 104MB

2018-05-24 Thread Arnold Morein
Have been working on a WAR project that is pretty big (104MB) against Tomcat 8. The Ant command: Was working fine. After upgrading to the last JDK 8 (1.8.0_172) and Tomcat 9.0.8 this command results in: build.xml:832: java.io.IOException: Error writing request body to server I've goog

Re: Try to deploy war and keep access to my webapp in browser without entering context root name

2015-05-21 Thread Евгений Кузнецов
On 21.05.2015 19:36, Caldarale, Charles R wrote: From: Daniel Mikusa [mailto:dmik...@pivotal.io] Subject: Re: Try to deploy war and keep access to my webapp in browser without entering context root name Rename mywebapp.war to ROOT.war (case is important) and deploy. +1 - That will be the

Re: Try to deploy war and keep access to my webapp in browser without entering context root name

2015-05-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Евгений, On 5/21/15 12:37 PM, Евгений Кузнецов wrote: > Yes it is. Cross-posting. I thought my question on stackoverflow is > not pupular or sugnificant. And there are not many people > interesting in it. Or, it's already been answered :) http://s

Re: Try to deploy war and keep access to my webapp in browser without entering context root name

2015-05-21 Thread Евгений Кузнецов
Yes it is. Cross-posting. I thought my question on stackoverflow is not pupular or sugnificant. And there are not many people interesting in it. So I tried to ask here. On 21.05.2015 19:32, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Евгений, On 5/21/15 11:56 A

RE: Try to deploy war and keep access to my webapp in browser without entering context root name

2015-05-21 Thread Caldarale, Charles R
> From: Daniel Mikusa [mailto:dmik...@pivotal.io] > Subject: Re: Try to deploy war and keep access to my webapp in browser > without entering context root name > > Rename mywebapp.war to ROOT.war (case is important) and deploy. > +1 - That will be the easiest solution and the

Re: Try to deploy war and keep access to my webapp in browser without entering context root name

2015-05-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Евгений, On 5/21/15 11:56 AM, Евгений Кузнецов wrote: > I asked question in stakoverflow > http://stackoverflow.com/questions/30304478/tomcat-deploying-a-webapp- which-is-accessed-via-browser-without-context-root-na Cross-posting? > :( > I ll re

Re: Try to deploy war and keep access to my webapp in browser without entering context root name

2015-05-21 Thread Daniel Mikusa
On Thu, May 21, 2015 at 12:03 PM, Mark Eggers wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 5/21/2015 8:56 AM, Евгений Кузнецов wrote: > > Hello, > > > > I asked question in stakoverflow > > http://stackoverflow.com/questions/30304478/tomcat-deploying-a-webapp- > which-is-access

Re: Try to deploy war and keep access to my webapp in browser without entering context root name

2015-05-21 Thread Mark Eggers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 5/21/2015 8:56 AM, Евгений Кузнецов wrote: > Hello, > > I asked question in stakoverflow > http://stackoverflow.com/questions/30304478/tomcat-deploying-a-webapp- which-is-accessed-via-browser-without-context-root-na > > > > > I ll repeat it here

Try to deploy war and keep access to my webapp in browser without entering context root name

2015-05-21 Thread Евгений Кузнецов
Hello, I asked question in stakoverflow http://stackoverflow.com/questions/30304478/tomcat-deploying-a-webapp-which-is-accessed-via-browser-without-context-root-na I ll repeat it here: I have a webapp (spring mvc 4 application) which code is placed in |tomcat-7/webapp/mywebapp/| folder. Weba

Re: Connection reset error trying to deploy WAR file

2014-09-30 Thread Konstantin Kolinko
2014-09-30 15:21 GMT+04:00 : > I just installed Tomcat 7.0.55 on a Windows 7 64-bit machine. Previously, > I was using Tomcat 6.0.32 (?) but I was having trouble running apps since > I've installed Java 1.8. Anyway, the issue I am having with Tomcat 7 is > that I am unable to deploy a WAR file via

Connection reset error trying to deploy WAR file

2014-09-30 Thread pmoss
I just installed Tomcat 7.0.55 on a Windows 7 64-bit machine. Previously, I was using Tomcat 6.0.32 (?) but I was having trouble running apps since I've installed Java 1.8. Anyway, the issue I am having with Tomcat 7 is that I am unable to deploy a WAR file via the Tomcat Manager HTML page. I b

Re: [OT] FW: Tomcat 7.0.40 on Win2k8 occasionally does not deploy war file on restart

2013-09-04 Thread André Warnier
Adam Scarborough wrote: Adam Scarborough wrote: Hi I was wondering if anyone can help We have an issue with with tomcat7 deploying wars on server2k8 which is quite perplexing: Essentially the normal and desired procedure is that we build a new set of wars (usingjenkins) which are then moved

RE: Re: FW: Tomcat 7.0.40 on Win2k8 occasionally does not deploy war file on restart

2013-09-04 Thread Adam Scarborough
> Adam Scarborough wrote: > > Hi > > > > I was wondering if anyone can help > > > > We have an issue with with tomcat7 deploying wars on server2k8 which is > quite perplexing: > > > > Essentially the normal and desired procedure is that we build a new set of > wars (usingjenkins) which are then mov

Re: FW: Tomcat 7.0.40 on Win2k8 occasionally does not deploy war file on restart

2013-09-04 Thread André Warnier
Adam Scarborough wrote: Hi I was wondering if anyone can help We have an issue with with tomcat7 deploying wars on server2k8 which is quite perplexing: Essentially the normal and desired procedure is that we build a new set of wars (using jenkins) which are then moved to an output directory,

FW: Tomcat 7.0.40 on Win2k8 occasionally does not deploy war file on restart

2013-09-04 Thread Adam Scarborough
Hi I was wondering if anyone can help We have an issue with with tomcat7 deploying wars on server2k8 which is quite perplexing: Essentially the normal and desired procedure is that we build a new set of wars (using jenkins) which are then moved to an output directory, this change in the outpu

Re: Can I deploy war file to the running Tomcat, by using my web application?

2010-06-02 Thread Ivan Mladenović
at-users.xml > > file. > > > > Can I deploy war file to the running Tomcat, by using my web application? > > Using the manager application you can deploy applications. > > > Could I get some examples about this? > > http://tomcat.apache.org/tomcat-6.0-doc/manager

Re: Can I deploy war file to the running Tomcat, by using my web application?

2010-06-02 Thread Pid
On 02/06/2010 09:30, Ivan Mladenović wrote: > Hi, > > I am using Tomcat 6.0.26. Manager user is enabled in my tomcat-users.xml > file. > > Can I deploy war file to the running Tomcat, by using my web application? Using the manager application you can deploy applications.

Can I deploy war file to the running Tomcat, by using my web application?

2010-06-02 Thread Ivan Mladenović
Hi, I am using Tomcat 6.0.26. Manager user is enabled in my tomcat-users.xml file. Can I deploy war file to the running Tomcat, by using my web application? Could I get some examples about this? Thanks in advance. Best Regards, Ivan Mladenovic

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

Deploy war

2010-03-03 Thread Kaushal Shriyan
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 ? Thanks, Kaushal - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional comm

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.

Deploy war

2010-02-24 Thread Kaushal Shriyan
Hi, Is there a tool available to deploy same war to multiple tomcat server ? Thanks, Kaushal - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

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

Deploy WAR on ROOT without losing Manager application

2008-12-28 Thread nodje
Host usage yet, but I suspect it could be a way to keep both applications accessible from the root context, on two different host name. cheers -- View this message in context: http://www.nabble.com/Deploy-WAR-on-ROOT-without-losing-Manager-application-tp21199112p21199112.html Sent from the T

Problem by deploy WAR to Tomcat

2008-01-16 Thread Thomas Chang
Hi all, I deployed my WAR to Tomcat by using "mvn tomcat:deploy ...". Though I got result BUILD SUCCESSFUL, I can't see this web-app in Tomcat. Someone knows why? - Ihr erstes Fernweh? Wo gibt es den schönsten Strand.

Re: How to deploy WAR to Tomcat with MAVEN2?

2008-01-11 Thread Giancarlo Frison
Hi Thomas, http://cargo.codehaus.org It works with Tomcat 5.x. I experimented the attached script without a deep insight on this plugin features. Let us know your comments about Cargo. Regards, Thomas Chang ha scritto: > Hi all, > > I use maven2. I wonder if there is a mvn-command which can > de

How to deploy WAR to Tomcat with MAVEN2?

2008-01-11 Thread Thomas Chang
Hi all, I use maven2. I wonder if there is a mvn-command which can deploy/reploy/delete the war to/from Tomcat? Regards Thomas - Jetzt Mails schnell in einem Vorschaufenster überfliegen. Dies und viel mehr bietet das neue Yahoo! Mail.

Re: How to Deploy WAR using a sub-context path?

2007-12-06 Thread Mark Thomas
Scott McClanahan wrote: > Is tomcat 5.5 still accepting enhancements? Could we expect to see this > capability in a tomcat 5.5 release? Thanks. Yes. Assuming the patch is good (I haven't tested it yet) I'll propose it for backport. Mark ---

Re: How to Deploy WAR using a sub-context path?

2007-12-06 Thread Scott McClanahan
On Wed, 2007-12-05 at 08:12 +, Mark Thomas wrote: > Eric B. wrote: > > I have submitted the bug & patch to Bugzilla > > (http://issues.apache.org/bugzilla/show_bug.cgi?id=44021). However, I am > > not 100% sure that my patch is in the right format/etc. Can you take a > > quick look at it

Re: How to Deploy WAR using a sub-context path?

2007-12-05 Thread Mark Thomas
Eric B. wrote: > I have submitted the bug & patch to Bugzilla > (http://issues.apache.org/bugzilla/show_bug.cgi?id=44021). However, I am > not 100% sure that my patch is in the right format/etc. Can you take a > quick look at it and let me know if it is submitted properly? Format looks good.

Re: How to Deploy WAR using a sub-context path?

2007-12-04 Thread Eric B.
"Caldarale, Charles R" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > From: news [mailto:[EMAIL PROTECTED] On Behalf Of Eric B. > Subject: Re: How to Deploy WAR using a sub-context path? > > I see that there is a "lock" on it by th

Re: How to Deploy WAR using a sub-context path?

2007-12-04 Thread Eric B.
"Mark Thomas" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Eric B. wrote: >> "Mark Thomas" <[EMAIL PROTECTED]> wrote in message >>> Great. If you need a pointer or two - just ask. >> >> >> Ok - have looked through the code, and actually, turns out to be quite a >> simplistic patch

RE: How to Deploy WAR using a sub-context path?

2007-12-04 Thread Caldarale, Charles R
> From: news [mailto:[EMAIL PROTECTED] On Behalf Of Eric B. > Subject: Re: How to Deploy WAR using a sub-context path? > > I see that there is a "lock" on it by the Tomcat process. You need to set the antiJARLocking and antiResourceLocking attributes of the element to true

Re: How to Deploy WAR using a sub-context path?

2007-12-04 Thread Eric B.
"Mark Thomas" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Eric B. wrote: >> "Mark Thomas" <[EMAIL PROTECTED]> wrote in message >>> Great. If you need a pointer or two - just ask. >> >> >> Ok - have looked through the code, and actually, turns out to be quite a >> simplistic patch

Re: How to Deploy WAR using a sub-context path?

2007-12-04 Thread Mark Thomas
Eric B. wrote: > "Mark Thomas" <[EMAIL PROTECTED]> wrote in message >> Great. If you need a pointer or two - just ask. > > > Ok - have looked through the code, and actually, turns out to be quite a > simplistic patch for the autodeployer to handle wars with #s. How / where > do I submit a pat

Re: How to Deploy WAR using a sub-context path?

2007-12-04 Thread Eric B.
"Mark Thomas" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] >From a cursory inspection, it looks like the # naming convention >wasn't thoroughly tested out for these types of scenarios in Tomcat's autodeployer. >>> The >>> # convention is currently only for webap

Re: How to Deploy WAR using a sub-context path?

2007-11-20 Thread Mark Thomas
Eric B. wrote: > "Mark Thomas" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] >> Eric B. wrote: >>> >From a cursory inspection, it looks like the # naming convention wasn't >>> thoroughly tested out for these types of scenarios in Tomcat's >>> autodeployer. >>> Either that, or I am

Re: How to Deploy WAR using a sub-context path?

2007-11-20 Thread Eric B.
"Mark Thomas" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Eric B. wrote: >>>From a cursory inspection, it looks like the # naming convention wasn't >> thoroughly tested out for these types of scenarios in Tomcat's >> autodeployer. >> Either that, or I am missing something somewh

Re: How to Deploy WAR using a sub-context path?

2007-11-20 Thread Johnny Kewl
--- HARBOR: http://coolharbor.100free.com/index.htm Now Tomcat is also a cool pojo application server --- Chuck... check me here ;) I started wondering w

Re: How to Deploy WAR using a sub-context path?

2007-11-19 Thread Johnny Kewl
ric B." <[EMAIL PROTECTED]> To: Sent: Tuesday, November 20, 2007 12:34 AM Subject: Re: How to Deploy WAR using a sub-context path? >"Caldarale, Charles R" <[EMAIL PROTECTED]> wrote in message >news:[EMAIL PROTECTED] From: news [mailto:[EMAIL PROTECTED] On Behalf

Re: How to Deploy WAR using a sub-context path?

2007-11-19 Thread Mark Thomas
Eric B. wrote: >>From a cursory inspection, it looks like the # naming convention wasn't > thoroughly tested out for these types of scenarios in Tomcat's autodeployer. > Either that, or I am missing something somewhere obvious. What you are missing is that it was never intended to work in this w

Re: How to Deploy WAR using a sub-context path?

2007-11-19 Thread Johnny Kewl
ohnny Kewl" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Tuesday, November 20, 2007 12:31 AM Subject: Re: How to Deploy WAR using a sub-context path? --- HARBOR: http://coolharbor.100free.com/inde

Re: How to Deploy WAR using a sub-context path?

2007-11-19 Thread Eric B.
>"Caldarale, Charles R" <[EMAIL PROTECTED]> wrote in message >news:[EMAIL PROTECTED] >> From: news [mailto:[EMAIL PROTECTED] On Behalf Of Eric B. >> Subject: Re: How to Deploy WAR using a sub-context path? >> >> Is it really with a # in the file n

Re: How to Deploy WAR using a sub-context path?

2007-11-19 Thread Johnny Kewl
- From: "Caldarale, Charles R" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Monday, November 19, 2007 9:41 PM Subject: RE: How to Deploy WAR using a sub-context path? From: news [mailto:[EMAIL PROTECTED] On Behalf Of Eric B. Subject: How to Deploy WAR using a sub-c

Re: How to Deploy WAR using a sub-context path?

2007-11-19 Thread Eric B.
"Eric B." <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > >"Caldarale, Charles R" <[EMAIL PROTECTED]> wrote in message > >news:[EMAIL PROTECTED] >>> However, I now have a need to deploy my WAR under a context >>> path that is not at the root level of my tomcat server. >>> >>> For ex

RE: How to Deploy WAR using a sub-context path?

2007-11-19 Thread Caldarale, Charles R
> From: news [mailto:[EMAIL PROTECTED] On Behalf Of Eric B. > Subject: Re: How to Deploy WAR using a sub-context path? > > Is it really with a # in the file name?? Yup. > Is there anyway to instruct tomcat to rename the > META-INF/context.xml file to be demo#applicatio

Re: How to Deploy WAR using a sub-context path?

2007-11-19 Thread Eric B.
>"Caldarale, Charles R" <[EMAIL PROTECTED]> wrote in message >news:[EMAIL PROTECTED] >> However, I now have a need to deploy my WAR under a context >> path that is not at the root level of my tomcat server. >> >> For example, I need to deploy my application.war under: >> http://www.domain.com/

RE: How to Deploy WAR using a sub-context path?

2007-11-19 Thread Caldarale, Charles R
> From: news [mailto:[EMAIL PROTECTED] On Behalf Of Eric B. > Subject: How to Deploy WAR using a sub-context path? > > However, I now have a need to deploy my WAR under a context > path that is not at the root level of my tomcat server. > > For example, I need to deploy my

How to Deploy WAR using a sub-context path?

2007-11-19 Thread Eric B.
Hi, I have a Tomcat 6 server that is mapped to my httpd server using jkmounts. Under normal conditions, everything is working fine. I am able to deploy my wars as webapps using Tomcat's maanger & autodeployer without any issues. However, I now have a need to deploy my WAR under a context path

Embedded Tomcat Auto Deploy War

2007-10-07 Thread Christopher Johnson
tomcat to auto deploy war files? If someone could point me towards an example that would be great. Thanks in advance, ..Chris - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: an easier way to deploy war file?

2007-09-06 Thread Lionel Crine
Peter Stavrinides a écrit : If you set up Tomcat correctly, and place all your jars in the correct places you can hot deploy the war without a restart. This works over plain http, you don't even need access to the server, all you need is a password for the manager (it's better to use a dat

Re: an easier way to deploy war file?

2007-09-05 Thread Mark Thomas
David Smith wrote: > But doesn't that still unpack the wars to the work directory or > something similar? I was under the impression it always unpacked the > wars for performance reasons -- just not always in the webapps directory. I'd need to check the code but AFAIR it only does that it you use

Re: an easier way to deploy war file?

2007-09-05 Thread David Smith
But doesn't that still unpack the wars to the work directory or something similar? I was under the impression it always unpacked the wars for performance reasons -- just not always in the webapps directory. --David Mark Thomas wrote: David Smith wrote: No. Tomcat will create a director

Re: an easier way to deploy war file?

2007-09-05 Thread Mark Thomas
David Smith wrote: > No. Tomcat will create a directory either in webapps or in the work > directory depending on settings, but it will expand the war file > regardless. Not always the case. This only happens if unpackWARs on the host is set to true (the default) Mark -

Re: an easier way to deploy war file?

2007-09-05 Thread David Smith
No. Tomcat will create a directory either in webapps or in the work directory depending on settings, but it will expand the war file regardless. You wouldn't want tomcat to attempt to run your webapp archived anyway -- performance would suffer horribly. --David Angelo Chen wrote: Hi, Can

Re: an easier way to deploy war file?

2007-09-04 Thread Angelo Chen
In Response To: > > -- View this message in context: http://www.nabble.com/an-easier-way-to-deploy-war-file--tf4376062.html#a12491811 Sent from the Tomcat - User mailing list archive at Nabble.com. - To start a n

Re: an easier way to deploy war file?

2007-09-04 Thread samk
to true. having done so, there's no > need to delete any directories on your ubuntu-server > > cheers > > gregor > > ps: before starting tomcat as user tomcat, you might have to issue > > chown -R tomcat:tomcat * in $CATALINA_HOME > -- > w >

Re: an easier way to deploy war file?

2007-09-04 Thread Angelo Chen
; > cheers > > gregor > > ps: before starting tomcat as user tomcat, you might have to issue > > chown -R tomcat:tomcat * in $CATALINA_HOME > -- > w > -- View this message in context: http

Re: an easier way to deploy war file?

2007-09-04 Thread Peter Stavrinides
If you set up Tomcat correctly, and place all your jars in the correct places you can hot deploy the war without a restart. This works over plain http, you don't even need access to the server, all you need is a password for the manager (it's better to use a database realm). There are many w

Re: an easier way to deploy war file?

2007-09-04 Thread Juha Laiho
Angelo Chen wrote: > I use Tomcat 5.5, I installed it in an ubuntu, I have to start it as root > with startup.sh. to deplay a war file during development I have to do > following: > > 1. ftp to my home directory > 2. ssh to the host as root, shutdown.sh > 3. delete the program directory under weba

Re: an easier way to deploy war file?

2007-09-04 Thread Gregor Schneider
- *never* start tomcat as root: create a user "tomcat" if not already existing and run tomcat with that user-id - if it's not a production-server with very high security, grant ftp-access to user "tomcat" - from your local pc, ftp to your ubuntu, login as user "tomcat" - change to directory "www

Re: an easier way to deploy war file?

2007-09-04 Thread Yannick Haudry
t; > any easy way to do this? Thanks. > > A.C. > -- > View this message in context: > http://www.nabble.com/an-easier-way-to-deploy-war-file--tf4376062.html#a12473298 > Sent from the Tomcat - User mailing list archive at Nabble.com. > > >

an easier way to deploy war file?

2007-09-04 Thread Angelo Chen
my home directory to webapps/ 5. start again tomcat server. any easy way to do this? Thanks. A.C. -- View this message in context: http://www.nabble.com/an-easier-way-to-deploy-war-file--tf4376062.html#a12473298 Sent from the Tomcat - User mailing list archive at Nabble.com

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

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: > Markus Schönhaber wrote: > > So, name your WAR file "some#foo.war". > > I'm wrong. Although I seemed to remember that I once did it that way, > trying to do it failed for me on 5.5.20 too (should have tried *before* > answering). So, if I didn't overlook something very ob

Undeploy/deploy WAR clears out files in symlink?

2006-04-03 Thread Michael Atlas
Hello, I currently deploy my JSP application via the ant WAR tasks to my production server. After it gets deployed, I have a directory that needs to be a symlink on the server: /opt/tomcat/webapps/myapp/userfiles/specialfiles -> /specialfiles I make this symlink in my ant script after deployin