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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to