Serious problem with the mod_jk: j_security_check

2003-04-03 Thread Wagner Sales
Hi! I have a serious problem with the mod_jk (JK, not JK2). When I try to access the admin tool of tomcat, I receive the HTTP 403 error. Permission denied. My mod_jk.conf have the entry JkMount /admin/j_security_check ajp13, like explained in tomcat how to. I´m using the following versions:

Re: Serious problem with the mod_jk: j_security_check

2003-04-03 Thread John Turner
Did you add the appropriate role and a user account with that role to CATALINA_HOME/conf/tomcat-users.xml? John On Thu, 3 Apr 2003 17:15:29 +, Wagner Sales [EMAIL PROTECTED] wrote: Hi! I have a serious problem with the mod_jk (JK, not JK2). When I try to access the admin tool of

mod_jk, j_security_check

2001-01-23 Thread David Haraburda
Hi, I have a quick question. I am using form-based authentication, and was having a problem where Tomcat would see the ACTION="j_security_check" and try to load this page from the filesystem (which is not what I want, of course) I fixed this by doing: JkMount