Search code examples
javamavenwebspherewarrad

How can I debug a Maven-built app for IBM WAS using RAD?


I generated a war package using Maven and deployed it in a WebSphere Application Server, but I don't know how to debug it using Rational Application Developer (Eclipse).


Solution

  • If you run WSAS locally, you can most likely make RAD launch it in debug mode - read the documentation carefully.

    For remote servers, you need to have your instance in debug mode (check the documentation or ask the person responsible for maintaining the server) and then you can do a "Remote Debug" session from RAD.