Re: Apache Tomcat 9 | Tomcat starting issue

2021-08-30 Thread Christopher Schultz
Piyush, On 8/24/21 23:47, Piyush Sharma wrote: On Mon, Aug 23, 2021 at 8:29 PM Christopher Schultz < ch...@christopherschultz.net> wrote: Piyush, On 8/22/21 03:54, Piyush Sharma wrote: On Fri, Aug 20, 2021 at 10:40 PM Christopher Schultz < ch...@christopherschultz.net> wrote: Piyush, On 8

Re: Apache Tomcat 9 | Tomcat starting issue

2021-08-24 Thread Piyush Sharma
On Mon, Aug 23, 2021 at 8:29 PM Christopher Schultz < ch...@christopherschultz.net> wrote: > Piyush, > > On 8/22/21 03:54, Piyush Sharma wrote: > > On Fri, Aug 20, 2021 at 10:40 PM Christopher Schultz < > > ch...@christopherschultz.net> wrote: > > > >> Piyush, > >> > >> On 8/20/21 06:36, Piyush Sh

Re: Apache Tomcat 9 | Tomcat starting issue

2021-08-23 Thread Piyush Sharma
On Mon, Aug 23, 2021 at 8:29 PM Christopher Schultz < ch...@christopherschultz.net> wrote: > Piyush, > > On 8/22/21 03:54, Piyush Sharma wrote: > > On Fri, Aug 20, 2021 at 10:40 PM Christopher Schultz < > > ch...@christopherschultz.net> wrote: > > > >> Piyush, > >> > >> On 8/20/21 06:36, Piyush Sh

Re: Apache Tomcat 9 | Tomcat starting issue

2021-08-23 Thread Christopher Schultz
Piyush, On 8/22/21 03:54, Piyush Sharma wrote: On Fri, Aug 20, 2021 at 10:40 PM Christopher Schultz < ch...@christopherschultz.net> wrote: Piyush, On 8/20/21 06:36, Piyush Sharma wrote: Hello, I am using Apache Tomcat 9.0.46 version on docker container. There is a problem, where the base

Re: Apache Tomcat 9 | Tomcat starting issue

2021-08-23 Thread Peter Chamberlain
On Sun, 22 Aug 2021 at 08:55, Piyush Sharma wrote: > > On Fri, Aug 20, 2021 at 10:40 PM Christopher Schultz < > ch...@christopherschultz.net> wrote: > > > Piyush, > > > > On 8/20/21 06:36, Piyush Sharma wrote: > > >> > > >> Hello, > > >> > > >> I am using Apache Tomcat 9.0.46 version on docker con

Re: Apache Tomcat 9 | Tomcat starting issue

2021-08-22 Thread Piyush Sharma
On Fri, Aug 20, 2021 at 10:40 PM Christopher Schultz < ch...@christopherschultz.net> wrote: > Piyush, > > On 8/20/21 06:36, Piyush Sharma wrote: > >> > >> Hello, > >> > >> I am using Apache Tomcat 9.0.46 version on docker container. > >> > >> There is a problem, where the base path was wrongly set

Re: Apache Tomcat 9 | Tomcat starting issue

2021-08-20 Thread Christopher Schultz
Piyush, On 8/20/21 06:36, Piyush Sharma wrote: Hello, I am using Apache Tomcat 9.0.46 version on docker container. There is a problem, where the base path was wrongly set by automation script due to which it starts for few seconds, listen port 8080 and then stop, due to that container exit af

Re: Apache Tomcat 9 | Tomcat starting issue

2021-08-20 Thread Piyush Sharma
> > Hello, > > I am using Apache Tomcat 9.0.46 version on docker container. > > There is a problem, where the base path was wrongly set by automation > script due to which it starts for few seconds, listen port 8080 and then > stop, due to that container exit after sometime. > Now how can we debug