-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Wednesday 19 February 2003 20:40, Rodrigo Reyes wrote: [...] > By the way, when we don't use the JSP we use the following URL: > /instaservi/servlet/instaservi. Seems to me that the problem is around the > changes on the URL's from /servlet/instaservi to > /instaservi/servlet/instaservi. Could that be?
sounds a bit like a problem i had with tomcats session management. have you mapped instaservi to "/" ? /myApp/Servlet and /Servlet may point to the same servlet, but are considered two different "locations" for tomcat (and probably other servlet containers as well, but i just know tomcat). take a look at the session cookie you get from the server. probably the path for the cookie is set to "/", in which case it is not used by the browser for accessing "/instaservi" rick - -- |- | peter riegersperger <[EMAIL PROTECTED]> |- | ein windows switcher tagebuch: | http://forum.subnet.at/viewforum.php?f=22 |- | subnet | platform for media art and experimental technologies |- | http://www.subnet.at/ |- | muehlbacherhofweg 5 // 5020 salzburg // austria |- | fon/fax +43/662/842 897 |- -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (GNU/Linux) iD8DBQE+VKhIIMP39JYOy9IRAvNoAKCYZhiD0znMqlmKN6Zcy0OYW4/VCgCeL9cy PDoGnLlDii4RJ6Qw2TeNtQE= =HyFQ -----END PGP SIGNATURE----- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
