encodeURL appends ";jsessionid=something" to the given URL (e.g.
response.encodeURL(test.jsp) results in test.jsp;jsessionid=something).
The Apache webserver can't handle such URLs. In other words, it is not
possible to use the (for production systems recommended) tomcat-apache
environment without using cookies to handle sessions. I know that
there's a workaround with Apache's mod_rewrite module but IMHO this
isn't a good solution.

So I created a special encodeURL function that appends the session id
somehow like "test.jsp?jsessionid=something" but I can't figure out how
to tell tomcat to use that request variable as the session id.

Thanx for your help,
        Peter.

-- 
Mag. Peter Hrastnik
tele.ring Telekom Service GmbH
A-1030 Wien, Hainburgerstr. 33
Tel.: +43/1/931012/3277, Mobil: +43/650/6503277

Reply via email to