Re: Using tomcat manager to deploy to several services

2018-12-05 Thread Frank Schullerer
JVM. > Again, this will do the same thing but need much less to be fuctional. And > if a graceful shutdown will fail, one even need to SIGKILL the JVM. > > >-Original Message- > >From: Frank Schullerer [mailto:schulle...@googlemail.com.INVALID] > >Sent: Tuesday, De

Re: Using tomcat manager to deploy to several services

2018-12-04 Thread Frank Schullerer
a little frustrating because I thought it'd be easier. But many thanks for all the answers!!! Am Di., 4. Dez. 2018 um 17:45 Uhr schrieb Christopher Schultz < ch...@christopherschultz.net>: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Frank, > > On 12/4/18 06:09

Re: Using tomcat manager to deploy to several services

2018-12-04 Thread Frank Schullerer
Hello, thanks for the answer. That is exactly the way how we do this today (all via a shell script and via Jenkins). But I thought the "official" way to start/stop/deploy/reload applications via e.g. "curl http://localhost:8080/manager/text/reload?... " is better Greetings Am Di., 4. Dez.

Re: Using tomcat manager to deploy to several services

2018-12-04 Thread Frank Schullerer
and have a tomcat manager to deploy all applications, please let me know! Thank you in advance! Am Di., 4. Dez. 2018 um 11:53 Uhr schrieb Mark Thomas : > On 04/12/2018 10:19, Frank Schullerer wrote: > > Hello, > > > > I think this question is independent from the tomca

Using tomcat manager to deploy to several services

2018-12-04 Thread Frank Schullerer
Hello, I think this question is independent from the tomcat version but I tried it with Tomcat 9.0.13 on Windows. We have several "service" tags in our server.xml because we have several applications running in one tomcat with several ports and different configuration (clientAuth etc). I tried to