Skip to content

IBM/twasdiag

Repository files navigation

twasdiag

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

Download twasdiag.ear (or twasdiag.war) from https://github.com/IBM/twasdiag/releases/latest

Screenshot

Screenshot

Development

  1. Java >= 8 is required on your PATH; for example, IBM Semeru Runtimes
  2. Build:
    • macOS and Linux:
      ./mvnw clean install
      
    • Windows:
      mvnw clean install
      
  3. Run:
    • macOS and Linux:
      ./mvnw -pl ':twasdiag-ear' liberty:run
      
    • Windows:
      mvnw -pl ':twasdiag-ear' liberty:run
      
  4. 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.
    
  5. Open your browser to the HTTP or HTTPS page:
  6. When you want to stop the server, use Ctrl^C.