Switch to EL TCK 6.0.2-SNAPSHOT for 11.0.x testing
2 files changed
tree: a9d3c6c3858b6183f84e0cd3c5709b2816fea918
  1. .github/
  2. annotations-tck/
  3. download/
  4. el-tck/
  5. jsp-tck/
  6. servlet-tck/
  7. websocket-tck/
  8. .gitignore
  9. LICENSE
  10. NOTICE
  11. pom.xml
  12. README.md
README.md

Running the Jakarta 11 TCK with Tomcat 11

Overview

This is a Maven project that can be used to run the refactored TCK (Jakarta 11 onwards) with Tomcat 11.

Download the TCK

Downloading the TCK first is required:

  1. Review the component TCK and Tomcat versions in $TCK_TOMCAT/pom.xml and edit as required.

  2. cd $TOMCAT_TCK/download

  3. mvn verify

Alternately, all the TCKs can be downloaded and run at once:

  1. Review the component TCK and Tomcat versions in $TCK_TOMCAT/pom.xml and edit as required.

  2. cd $TOMCAT_TCK

  3. mvn verify

Running the Annotations TCK

  1. Review the component TCK and Tomcat versions in $TCK_TOMCAT/pom.xml and edit as required.

  2. cd $TOMCAT_TCK\annotations-tck

  3. mvn verify

Running the EL TCK

  1. Review the component TCK and Tomcat versions in $TCK_TOMCAT/pom.xml and edit as required.

  2. cd $TOMCAT_TCK\el-tck

  3. mvn verify

Running the WebSocket TCK

  1. Review the component TCK and Tomcat versions in $TCK_TOMCAT/pom.xml and edit as required.

  2. cd $TOMCAT_TCK\websocket-tck

  3. mvn verify

Running the Servlet TCK

  1. Review the component TCK and Tomcat versions in $TCK_TOMCAT/pom.xml and edit as required.

  2. cd $TOMCAT_TCK\servlet-tck

  3. mvn verify

Running the JSP TCK

  1. Review the component TCK and Tomcat versions in $TCK_TOMCAT/pom.xml and edit as required.

  2. cd $TOMCAT_TCK\jsp-tck

  3. mvn verify