Hi, because I get a error.-.message of [EMAIL PROTECTED] I post it once again: 1. I tried the FORM-authentification in Tomcat 3.2.1: login.jsp: <form method="POST" action="j_security_check" > Username: <input type="text" name="j_username"><br> Password: <input type="password" name="j_password"><br> <br> <input type="submit" value="login" name="j_security_check"> </form> I get the correct Form but when I press 'submit', I allways get the error: URL j_security_check not found So I searched for a java-class or a method inside a class which is called 'j_security_check' but found only a CONSTANT with this name and not method or class-file. What's the meaning of this URL and where should I declare it that TOMCAT can find it? 2. I cannot find any documentation about the uriworkermap.properties-auto file which is generate every time tomcat starts. In this file the default-worker is allways 'ajp12' but in mod-jk.conf I forward all contextes to 'ajp13'. I found only documentation for workers.properties but not of the file mentioned above. Please give me some hints Many thanks for your help, Peter
