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{
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 / {
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:
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