0 Replies Latest reply on Nov 29, 2013 12:04 AM by sanrk06

    Unable to start Jboss

    sanrk06


      Hi There,

              i am facing issues in starting jboss , after i made below modification to ..jboss-5.0.1.GA\server\default\deployers\jbossweb.deployer\web.xml file.

       

      i have included the below lines for Configuring Temenos-T24 Browser Single Sign On with SPNEGO using JBoss

      <filter>

            <filter-name>SpnegoHttpFilter</filter-name>

            <filter-class>

               net.sourceforge.spnego.SpnegoHttpFilter</filter-class>

            <init-param>

               <param-name>spnego.allow.basic</param-name>

               <param-value>true</param-value>

            </init-param>

         </filter>

       

      If i comment the above lines, then jboss starts without any issues.

       

      If anyone have idea on this , plz help me out