The Java™ Servlet, Version 4.0 Technology Compatibility Kit (Servlet TCK) includes the following items:
Servlet TCK Signature, API, and End-to-end tests:
A Signature test that checks that all of the public APIs are supported or defined as specified in the Servlet Version 4.0 implementation that is being tested.
API tests for all of the public APIs and language elements defined by the Servlet 4.0 Specification.
End-to-end tests for sending http requests to the web container or server and receiving responses based on the Servlet 4.0 Specification.
The Servlet TCK tests have been built and tested with the Java™ Platform, Standard Edition SDK, Version 1.8 and Java™ Platform, Enterprise Edition reference implementation, Version 8 (Java EE 8 RI).
In the instructions in this document, variables in angle brackets need to be expanded for each platform. For example, <TS_HOME>
becomes $TS_HOME
on Solaris/Linux and %TS_HOME%
on Windows. In addition, the forward slashes (/
) used in all of the examples need to be replaced with backslashes (\
) for Windows.
Please refer the Servlet 4.0 Technology Compatibility Kit User's Guide for complete instructions on installing, setting up, and running the Servlet 4.0 TCK. The online version of the JT Harness version 5.0 documentation is available here.
Please take special care to set the JAVA_OPTIONS environment variable as described in the sections "Using the Command Line for TCK Test Execution" and "Using the GUI for TCK Test Execution".
Copyright (c) 2017, 2018 Oracle and/or its affiliates. All rights reserved.