Solution to remote User IP problem in Nginx + tomcat cluster

Source: Internet
Author: User
Reprint: http://pengranxiang.iteye.com/blog/1450558

Nginx + tomcat cluster deployment, back-end Tomcat needs to obtain the user's IP, at this time through

Java code

  1. REQUEST.GETREMOTEADDR ()

Always get the intranet address of Nginx


Because the user requests after Nginx,nginx forward the request to Tomcat, Tomcat always obtains the Nginx IP.

If you need to get real User IP, you need to do some configuration on Nginx.


Location/Down settings
Proxy_set_header X-real-ip $remote _addr;
Proxy_set_header Host $host;
Restart Nginx.


Java code to get the real IP from the request header

Java code

  1. Request.getheader ("X-real-ip")

The above describes the Nginx + Tomcat cluster to obtain the remote User IP problem resolution, including the content, I hope that the PHP tutorial interested in a friend helpful.

  • Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.