You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Leonardo Avellar <go...@gmail.com> on 2018/12/24 20:08:55 UTC

Using mod_jk on Alpine

Greetings all.

I'm trying to use mod_jk within a Docker container using the Alpine Linux
base. I was successful on building the Module, but when I activate it,
Apache gives me an instant Segmentation Fault.
Don't know if something is missing.

Right now, this is my Dockerfile:
https://gist.github.com/L30Bola/62f75c089fac5e0ff09b55f32ea2215c

I've attached, on the same gist link, a GDB backtrace, maybe it helps.