The following characters are safe:
[a-z][A-Z][0-9][_\-]
A dot should be OK, but I would not bet on it, neither would we care, if
it won't. The above character set is given in the workers.properties
page of the reference guide.
Regards,
Rainer
Tim Lucia schrieb:
>
> Is there still a restricti
> -Original Message-
> From: Rainer Jung [mailto:[EMAIL PROTECTED]
> Sent: Sunday, April 22, 2007 12:54 PM
> To: Tomcat Users List
> Subject: Re: Sticky sessions not changing servers
>
> Please give details:
>
> - software (apache, tomcat, mod_jk) and pla
Please give details:
- software (apache, tomcat, mod_jk) and platform versions
- relevant parts of configuration (Apache Jk*, workers.properties,
Connectors and jvmRoute from server.xml)
- maybe parts of the log files showing your activity
Please note:
Sticky sessions use routing identifiers
I realize that sticky sessions always send requests from the same session to
the same Tomcat instance. However, if my sample application isn't using a
session (i.e. no cookies, URL rewriting, or hidden form fields), wouldn't
every request be seen as a new session and distributed among Tomcats on a
Sticky sessions means exactly that. Stick the session to a particular
tomcat. If you shut down that tomcat, it should fail over to the other
tomcat(s) if you have properly set up your cluster.
If you use synchronous replication you don't need sticky sessions as all
tomcats should have the sess