Re: nginx subdomains ajp module

2014-07-24 Thread LucianaD
LucianaD Wrote: --- > Hi, > of course! > I've used the standard package (the one I install with apt-get on > ubuntu server) and I made this configuration: > > upstream tomcat_server { > > server tomcat.domain.com:8080; > } > > server{

Re: nginx subdomains ajp module

2014-07-24 Thread LucianaD
Hi, of course! I've used the standard package (the one I install with apt-get on ubuntu server) and I made this configuration: upstream tomcat_server { server tomcat.domain.com:8080; } server{ listen 80; server_name app1.domain.com; location / {

Re: nginx subdomains ajp module

2014-07-24 Thread mex
can you post your config please? beside this, is there a reason you stick to AJP-connector? iirc this is not a default-module for nginx, and on my testing i found the HTTP-connector as fast as AJP, but working kind of smoother for tomcat-appservers regards, mex Posted at Nginx Forum: http:

nginx subdomains ajp module

2014-07-24 Thread LucianaD
Hello, i tried to use nginx as a reverse proxy for tomcat and jboss application (that live on other servers) , using subdomains (eg. app1.domain.com, app2.domain.com etc), but, unfortunatelly, tomcat and jboss application have some problems with it (using subdomains there's no way to make jsp avail