Re: Issues when building native image with GraalVM

2022-01-07 Thread Mar R
>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

re: re: getServerPort always return 80

2022-01-07 Thread 王 静凯
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'