>Tomcat is a Jakarta EE container, [...]
>If you don't like that, then you have to look at a framework targeted
>at making native images. My employer happens to make Quarkus.
Thanks for the suggestion, seems like this will close the gap to a full
native image that's bothering me :D
>I don't und
Hi Hua,
I have try to modify the access log format of tomcat.
Add '%{Host}i' in server.xml like this:
Then it print 'domain:10001' in log, so I think nginx has passed the
correct host header to tomcat.
By the way, I found the valve component 'RemoteIpValve'