The Debug On Server dialog box appears.
You receive a notification that the server is not running in debug mode.
http://localhost:8080/TemperatureConverterPrj/. You can ignore the HTTP Status code message. EJB does not have a landing page and you need to enter the URL for the application manually.
http://localhost:8080/TemperatureConverterPrj/RestApp1/getCelsius?fahrenheit=212
The breakpoint is hit and execution breaks in the Java program. At this point, you can step through the program as normal.