Apache tomcat

Clone this repo:

Branches

  1. 1cb88ba Remove the Jakarta OSS staging repo - it is no longer used by Mark Thomas · 35 hours ago main
  2. f9f4a23 Bump org.junit:junit-bom from 5.9.1 to 6.0.2 by dependabot[bot] · 11 days ago
  3. 7d16dd0 Bump org.jboss.arquillian.container:arquillian-tomcat-embedded-10 by dependabot[bot] · 11 days ago
  4. 8e688fa Bump org.apache.maven.plugins:maven-install-plugin from 3.1.2 to 3.1.4 by dependabot[bot] · 11 days ago
  5. 432827c Bump org.jboss.arquillian.container:arquillian-tomcat-embedded-10 by dependabot[bot] · 2 weeks ago

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