java-tutorials/guest/remote-debugging
catalin-burcea 153a3923f0 [BAEL-18783] - Fix formatting of POMs 2019-12-06 11:40:56 +02:00
..
src/main Merge pull request #8125 from eugenp/revert-8119-BAEL-3275-2 2019-10-31 20:43:47 -05:00
README.md Merge pull request #8125 from eugenp/revert-8119-BAEL-3275-2 2019-10-31 20:43:47 -05:00
pom.xml [BAEL-18783] - Fix formatting of POMs 2019-12-06 11:40:56 +02:00

README.md

Building

To build the module, use Maven's package goal:

mvn clean package

The war file will be available at target/remote-debugging.war

Running

The war application is deployed to Apache Tomcat 8 or any other Java Web or Application server. To deploy it to the Apache Tomcat 8 server, drop it in the tomcat/webapps directory.

The service then will be accessible at http://localhost:8080/remote-debugging/hello?name=John