users@glassfish.java.net

Re: Apache proxy + Glassfish = redirect issues

From: <glassfish_at_javadesktop.org>
Date: Mon, 15 Feb 2010 01:11:26 PST

Try this:

ProxyPass / http://127.0.0.1:8080
ProxyPassReverse / http://127.0.0.1:8080

and make the MyApp application the context root for the virtual server (deployed to / ). You will then get the behavior you want.
[Message sent by forum member 'ggierer' (gerald.gierer_at_gieman.com)]

http://forums.java.net/jive/thread.jspa?messageID=386723