Configure and start Tomcat from Eclispe and set a breakpoint in the POST method.
Then use the curl , wget, or SOAP UI client link.
Or even try: Write down integration tests that run tomcat and use soemthing like Apache HttpClient . You can write a JUnit class rule that starts and stops tomcat for your tests. This is a more original work, but gives you an infinitely repeatable test for continuous integration.
source share