1

I have a JETTY service hosted on a remote machine. I do not have the source code of the war.
But, the war has doesn’t have swagger. My question is, how can I get all the URLs(paths) that my service has hosted.

The war does contain java melody. so I’m able to monitor the service. Through java melody, I’m able to see statistics related to HTTP. In particular, I’m also able to view all the recent HTTP hits and the paths. But, I want all the paths that are there, like swagger.