1 Reply Latest reply on Jul 19, 2005 10:23 AM by sonkalp

    [Problem] Authentication of jmx console and slide effect eac

    leroi

      Hi everyone,

      i tried to make a baisc authentication for slide as well as for the
      jmx console. Based on the tutorial here: http://wiki.apache.org/jakarta-slide/JbossSetup I secured slide and it worked. After adding the security to the jmx-console from the example of the starting guide a get an error saying he can't authenticate admin.
      After looking for a solution I discovered that when I'm commenting out following line in the tomcat server jmx works but slide doesn't.

      <Realm className="org.apache.catalina.realm.JAASRealm"
       appName="slide"
       userClassNames="org.apache.slide.jaas.spi.SlidePrincipal"
       roleClassNames="org.apache.slide.jaas.spi.SlideRole"
       debug="99"
       useContextClassLoader="false"
       />
      

      Now jmx works fine and slide throws me a http error 403 - access denied.
      Did somebody had the same problem and found a solution?? I´m new in using jboss and tomcat, so I hope somebody is able to help me.

      mfg Robert