0 Replies Latest reply on Jul 1, 2004 3:17 PM by erobles

    JBOss does not recognize Apache login authentication

    erobles

      I have an Apache talking to a Jboss 3.2.4, using JK2. My problem is, if I use request.getRemoteUser(), I get "null" instead of the username entered in Apache. I need JBoss to recognize Apache authentication.

      I had solved this problem in the old Tomcat we are replacing, by adding a line to /usr/local/tomcat/conf/jk2.properties :

      request.tomcatAuthentication=false

      How do I solve this in JBoss?