4 Replies Latest reply on Sep 17, 2007 12:18 PM by julien1

    Configurable Test Server

    mwringe

      The sso test cases need for the server to have certain configurations in order for it to work (specifically setting up ssl and certificates). SSL is not the default configuration for JBossAS or Tomcat, so it would be wise to be able to setup a configurable server test setting that the test can setup itself. Cargo currently does this, but I am running into the following issues:

      1) embedded tomcat: incompatible with the jars we currently have in /thirdparty, needs an older version of tomcat to work (tomcat5.0 not tomcat5.5), needs to download all the catalina jars for the tests to work. Another issue is that the embedded tomcat runs within the same jvm, so extra care has to be setup to run these tests from ant/maven to ensure a proper endorsed dirs.

      2) installed JBossAS: configures the application server and not JBossWeb, so many of the features that we need are not available. With this option we wouldn't need to download extra jars to run the tests.

      3) installed tomcat: I have not looked into this situation that much, would require that the user downloads and installs tomcat themselves.

      Thoughts?