1 Reply Latest reply on Sep 28, 2006 2:03 PM by brian.stansberry

    testsuite about single sign on fails

    sviluppatorefico

      hi.....I'm triing to start org.jboss.test.web.test.SingleSignOnTestCase with jboss 4.0.4GA.....

      it fails when it reconnect to protected Servlet and try to take the cookie wirh JSESSIONIDSSO param.......I ask me why that cookie is not there?

      the row where test fails is 99 on org.jboss.test.web.test.SSOBaseTest

        • 1. Re: testsuite about single sign on fails
          brian.stansberry

          How are you executing the test?

          The correct way to do it is by opening a command prompt in the testsuite dir in the source code and executing:

          build tomcat-sso-tests


          For the clustered version of the test, it's

          build tomcat-sso-clustered-tests


          Substitute ./build.sh for build on a *nix system.

          Running the clustered tests may take some configuration on your system (e.g. it has to be multihomed it it's a Windows machine.) Nothing special should be needed for the non-clustered test.