The Java™ Servlet, Version 2.5 Technology Compatibility Kit (Servlet TCK) includes the following items:
JavaTest harness and documentation: See the README-javatest.html file, the JavaTestTMUser's Guide, and the ReleaseNotes-javatest.html file for additional information.
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 2.5 implementation that is being tested.
API tests for all of the public APIs and language elements defined by the Servlet 2.5 Specification.
End-to-end tests for sending http requests to the web container or server and receiving responses based on the Servlet 2.5 Specification.
The Servlet TCK tests have been built and tested with the Java™ Platform, Standard Edition SDK, Version 1.5 (J2SE 1.5) and Java™ Platform, Enterprise Edition reference implementation, Version 5 (Java EE 5 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 2000. In addition, the forward slashes (/
) used in all of the examples need to be replaced with backslashes (\
) for Windows 2000.
Please refer to the JavaTM Servlet 2.5 Technology Compatibility Kit User's Guide for complete installation, configuration, and usage instructions.
Copyright © 2006 Oracle and its affiliates. All rights reserved.