If you don't use cookies you have to
encode the form action:
<FORM action="<%= response.encodeUrl("/servlet/myservlet") %>"
method="POST">
That's always recommended, as it up to the
surfer if he enables or disables cookies.
> -----Urspr�ngliche Nachricht-----
> Von: Christoph Fischer [mailto:[EMAIL PROTECTED]]
> Gesendet: Mittwoch, 14. August 2002 09:00
> An: Tomcat Users List; Ralph Einfeldt
> Betreff: Re: AW: Apache+Tomcat+mod_jk
>
>
> Thanks for the reply,
>
> I did define the jvmRoute, but that didn't solve the problem.
> <Engine jvmRoute="tomcat1" name="Standalone" defaultHost="localhost"
> debug="0">
>
> My form is looking like that:
> <FORM action=/servlet/myservlet method=POST>
> ...
> I don't use cookies, anyhow can cookies solve the routing problem to
> stick with the tomcat I started the session with?
>
> Thanks
> Chris
>
> Ralph Einfeldt wrote:
>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>