Running

Tomcat

setenv.[sh|bat]

Set the following system properties

context.xml

Make the following changes:

TBD

tomcat-users.xml

Make the following changes:

TBD

server.xml

TBD

Test Suite

Download latest nightly build

https://download.eclipse.org/ee4j/jakartaee-tck/8.0.1/nightly/jsptck-2.3_latest.zip

Extract to JSP_TCK_HOME


Edit $JSP_HOME/bin/ts.jte

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

webServerHome=/path/to/tomcat

webServerHost=localhost
webServerPort=8080

el.classes=${webServerHome}/lib/el-api.jar${pathsep}${webServerHome}/modules/jasper-el.jar

sigTestClasspath==${webServerHome}/lib/jsp-api.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 TBD test failures