twasdiag is a Java Enterprise Edition 6 web application for executing diagnostics. It was originally designed for IBM WebSphere Application Server traditional though it may also be used with IBM WebSphere Liberty with the javaee-6.0 or javaee-7.0 features.
Running this application in production should be done with care because it may be used to execute various powerful functions.
Download twasdiag.ear (or twasdiag.war) from https://github.com/IBM/twasdiag/releases/latest
- Java >= 8 is required on your
PATH; for example, IBM Semeru Runtimes - Build:
- macOS and Linux:
./mvnw clean install - Windows:
mvnw clean install
- macOS and Linux:
- Run:
- macOS and Linux:
./mvnw -pl ':twasdiag-ear' liberty:run - Windows:
mvnw -pl ':twasdiag-ear' liberty:run
- macOS and Linux:
- Wait for the message, "server is ready to run a smarter planet". For example:
CWWKF0011I: The twasdiagServer server is ready to run a smarter planet. - Open your browser to the HTTP or HTTPS page:
- When you want to stop the server, use
Ctrl^C.
