hummm not sure, depending on what you're doing you might just use the jvmRoute

See Step #7 (JVMRoute) - its not actually important that you're using mod_jk
http://www.jboss.org/wiki/Wiki.jsp?page=UsingMod_jk1.2WithJBoss


For the path, you can also use mod_rewrite for this.  Example:

http://www.jboss.org/wiki/Wiki.jsp?page=UsingMod_proxyWithJBoss

You could also enable cross-context cookies/single sign on...

It seems to me that you can change to cookie name I remember this being some kind of
parameter last time I went spelunking through the Tomcat Code, but hell if I can remember how to
do it. (not sure why its important anyhow)


-Andy

David Cooper wrote:

Because of some URL rewrite strategies I need to be able to change the default name and path of the 
cookie JBoss sets for session tracking, i.e. instead of cookie= "JSESSIONID=fdsa4342efdsrew; 
path=/somepath" I need the cookie to be cookie="SOMEOTHERNAME=fdsa4342efdsrew; 
path=/someOtherPath".

Does anyone know if this is even configurable and if so where to configure it?

Thanks



------------------------------------------------------------------------

_______________________________________________
Juglist mailing list
[email protected]
http://trijug.org/mailman/listinfo/juglist_trijug.org





_______________________________________________ Juglist mailing list [email protected] http://trijug.org/mailman/listinfo/juglist_trijug.org

Reply via email to