Running

Tomcat

None required (clean 9.0.x build).

Test Suite

Download latest nightly build

https://download.eclipse.org/ee4j/jakartaee-tck/8.0.1/nightly/jaspictck-1.1_latest.zip

Extract to JASPIC_TCK_HOME


Edit $JASPIC_HOME/bin/ts.jte

You'll need to set the following properties (adjust the paths and values for your environment)

harness.executeMode=2

jaspic.home=/path/to/tomcat

orb.port=8080

sigTestClasspath=${jaspic.home}/lib/jaspic-api.jar:${JAVA_HOME}/lib/jce.jar:${JAVA_HOME}/lib/rt.jar:${JAVA_HOME}/../Classes/classes.jar


set JAVA_HOME
cd $JSP_TCK_HOME/bin
ant gui
Accept the defaults and then run the tests

Expected results

A default 9.0.x build with the above configuration triggers 106 test failures.

  • Everything fails. Configuration is not yet correct.
  • It appears you have to install the RI to run the TCK.
  • No labels