[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: jsessionid missged in the request

C.H. do-not-reply at jboss.com
Thu May 21 02:53:44 EDT 2009


same bug. help!!!
When I open http://localhost:8080/testSessionsWeb/
All work correct,
but If I use revers proxy: http://test.loc/
I have new session every time (jsessionId is changing)

I use nginx, here vhost config :
server {
  |     listen test.loc:80;
  |     server_name test.loc;
  |     location / { proxy_pass http://localhost:8080/testSessionsWeb/; }
  | }

in jboss jboss-4.2.2.GA all works, but in jboss-5.0.1.GA isn't

where is the problem???

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4232402#4232402

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4232402



More information about the jboss-user mailing list