Re: Making Tomcat accessible only through nginx reverse proxy

2016-04-25 Thread ron ramos
please check your proxy_pass parameter, it should point to your tomcat endpoint: http://www.mkyong.com/nginx/nginx-apache-tomcat-configuration-example/ hope this helps. On Wed, Apr 20, 2016 at 7:19 PM, gischethans wrote: > I have a Tomcat server serving a web application and I have a Nginx serv

Re: Making Tomcat accessible only through nginx reverse proxy

2016-04-20 Thread Francis Daly
On Wed, Apr 20, 2016 at 07:19:55AM -0400, gischethans wrote: Hi there, > I have a Tomcat server serving a web application and I have a Nginx server > running in front of it as a reverse proxy. What you need is that your users talk to nginx, and that nginx is able to talk to tomcat. What you add

Making Tomcat accessible only through nginx reverse proxy

2016-04-20 Thread gischethans
I have a Tomcat server serving a web application and I have a Nginx server running in front of it as a reverse proxy. Both the servers are on Intranet, in the same domain network. The issue I am facing is, the tomcat server is accessible through both IP addresses - if I use the Nginx IP, it redirec