Skip to content

Instantly share code, notes, and snippets.

@scottmarlow
Last active June 14, 2024 00:38
Show Gist options
  • Save scottmarlow/5abf105ab91de64ec76e09f7c1ed90b7 to your computer and use it in GitHub Desktop.
Save scottmarlow/5abf105ab91de64ec76e09f7c1ed90b7 to your computer and use it in GitHub Desktop.
EE 10 Platform TCK properties
ts.home is set to Platform TCK home folder
https://github.com/jakartaee/platform-tck/blob/tckrefactor/install/jakartaee/bin/ts.jte lists all of the configuration settings that users may specify.
https://github.com/jakartaee/platform-tck/blob/10.0.x/user_guides/jakartaee/src/main/jbake/content/config.adoc contains the EE 10 Platform TCK user guide from which the below are mentioned:
webServerHost = name of the host on which
your Web server (default is localhost).
webServerPort = Web server port
wsgen.ant.classname` property to the Vendor's
implementation class that mimics the CI Ant task that in turn calls the
`wsgen` Java-to-WSDL tool. +
The default setting is `com.sun.tools.ws.ant.WsGen`
`wsimport.ant.classname` property to the Vendor's
implementation class that mimics the CI Ant task that in turn calls the
`wsimport` WSDL-to-Java tool. +
The default setting is `com.sun.tools.ws.ant.WsImport`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment