Hi,
I assume you are running a web server in front of
tomcat in which case you need to tell your web
server to delegate handling of j_security_check to
tomcat. With apache you would add following to httpd.conf
JkMount /login/j_security_check ajp13 (or ajp12 depending on
connector protocol yo
Hi,
What's 300 x 60? ;-)
The session timeout is specified in minutes not seconds
i.e. you need
5
At least this is the way it worked in 3.2.x
andrew
On 20-Sep-2001 Jim Urban wrote:
> I can, but this defeats the purpose of configuring Tomcat to set it for me.
> Was this feature removed or
Hi Ken,
Have you ever got rid of the initial rogue process running on
port 8007? You'll certainly get this error until you do whether running
tomcat standalone or not with your current config.
I'd shutdown everything, make sure no longer have the connector
running on 8007 before trying again.
To