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:

j2sdk 1.4.1_02
jakarta-tomcat-4.1.24
apache-2.0.45



Sorry by the bad english, and if possible, help!!!
 
Wagner 

Wagner Sales
Linux/UNIX Consultant
-
+55(11) 81343678


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 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. Im using 
the following versions:

j2sdk 1.4.1_02
jakarta-tomcat-4.1.24
apache-2.0.45


Sorry by the bad english, and if possible, help!!!
Wagner
Wagner Sales
Linux/UNIX Consultant
-
+55(11) 81343678
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



--
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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 /path/to/the/login/form/j_security_check ajp13

in the mod_jk.conf.  However, I have to do this for every location that
I want to have a login form.  This normally would not be a problem, but
in my case, if a logged in user attempts to access a page they are not
authorized to view, I serve them a 403.jsp which tells them they don't
have access, and provides a login form right there on the page.  Thus,
there is a possibility that the login could take place in any directory
on the system.  Is there a way to "globally mount" j_security_check,
perhaps with some wildcard usage that I am missing?

Thanks,

David
-- 
David Haraburda - [EMAIL PROTECTED]
Outsourcing Center - Providing Insight Into Outsourcing
972-980-0013 x736

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]