Hi,
I'm using jetty with apache httpd in my project, but it seems to lose
the session (I've some variables mapped in sitemap.xmap as
<map:parameter name='myvar' value='{user-attr:myvar}'/>)
When I work whith the server IP direct (i.e.: 192.160.100.233) I've no
problem, but If I work with a domain (i.e.: www.myexample.com) I loss
the value of that variable
I've read that in web.xml:
<!-- Context Configuration ==========================================
-->
<!--+
| Set a context property useful to allow you to ProxyPass your
| web application mounted to a different URI without loosing the
| ability to do cookie-based sessions.
| WARNING: this is Jetty specific!
+-->
<!--context-param>
<param-name>org.mortbay.jetty.servlet.SessionPath</param-name>
<param-value>/some/path/to/your/webapp</param-value>
<description>An override of the session cookie path</description>
</context-param-->
<!-- Servlet Configuration ==========================================
-->
But, I don't understand what exactly I have to put instead of
'/some/path/to/your/webapp' I've tried to replace by
'/usr/local/lenya/build/lenya/webapp/' but it doesn't work
Many thanks in advance
--
María Jesús Turiel Martínez
Dpto. Desarrollo
Silice Tecnología y Servicios
Empresa Certificada ITMark
Telf. 902 888 264
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]