Hello everyone I have a problem with an application deployed on Jboss.
I use Jboss 3.2.7 and apache mod_proxy ( i need my user to type adresses like http://domain.com/application rather than http://domain.com:8080) I wrotte 2 lines in my httpd.conf : ProxyPass /application/ http://domain.com:8080/audit ProxyPassReverse /application/ http://domain.com:8080/audit Everything is working fine except that my sessions are lost when i navigate through the application. To sum up : When I access my application through 8080 port, i have no problem. But when i use ProxyPass, and access it through port 80, session are lost I searche for 2 days on Internet but found no satisfying solutions (i tried to use mod_rewrite or mod_jk without success) Any help will be appreciated !! Thanks ! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930953#3930953 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3930953 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
