On Thu, Jun 30, 2022 at 6:41 PM Christopher Schultz
wrote:
>
> Rémy, all,
>
> On 6/28/22 09:58, Rémy Maucherat wrote:
> > On Tue, Jun 28, 2022 at 3:38 PM Christopher Schultz
> > wrote:
> >>
> >> Rémy,
> >>
> >> On 6/28/22 05:33, Rémy Maucherat wrote:
> >>> On Mon, Jun 27, 2022 at 11:37 PM Christo
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 you thoughts on packaging tomcat in distroless base OCI images that
do
All,
On 6/30/22 02:34, Mark Thomas wrote:
Hi,
We need more information to help you.
Tomcat version?
Tomcat connector configuration (from server.xml)?
httpd version?
httpd MPM and configuration?
mod_proxy configuration?
Was the httpd restart graceful or not?
Wild guess: missing finally {
Rémy, all,
On 6/28/22 09:58, Rémy Maucherat wrote:
On Tue, Jun 28, 2022 at 3:38 PM Christopher Schultz
wrote:
Rémy,
On 6/28/22 05:33, Rémy Maucherat wrote:
On Mon, Jun 27, 2022 at 11:37 PM Christopher Schultz
wrote:
Cathy,
On 6/27/22 15:01, Cathy Spears wrote:
Wondering if there will b
Hi,
use case: HTML clients connect to @ServerEndpoint, some Servlet.GET
should send a message to connected HTML clients.
I found no other way to have the Servlet have a reference to the
ServerEndpoint than a hack with a static field, as in the Tomcat
sample.
https://github.com/apache/tomcat/blob