Re: Tomcat in distroless image

2022-07-01 Thread Aleksandar Lazic
On Thu, 30 Jun 2022 19:52:46 +0200 Thomas Meyer wrote: > Hi, > > Sadly currently Tomcat startup relies on shell script to bootstrap JVM > process. > > In the light of distroless images (e.g. > https://blog.chainguard.dev/introducing-apko-bringing-distroless-nirvana-to-alpine-linux/) > what are

Re: Question about delaying startup of connector

2014-10-18 Thread Aleksandar Lazic
Hi Neven. Am 19-10-2014 01:15, schrieb Neven Cvetkovic: Hey Aleks! On Sat, Oct 18, 2014 at 6:48 PM, Aleksandar Lazic wrote: Hi all. We have the need that the tomcat 7 connectors (ajp & http) only start listening on the configured port after the application is started. I have take a

Question about delaying startup of connector

2014-10-18 Thread Aleksandar Lazic
Hi all. We have the need that the tomcat 7 connectors (ajp & http) only start listening on the configured port after the application is started. I have take a look at https://tomcat.apache.org/tomcat-7.0-doc/connectors.html https://tomcat.apache.org/tomcat-7.0-doc/config/ajp.html but I haven