Now, I run the simple example of Motown (Link Single application setup)
First, I check out code and install jar. After that, I run "mvn jetty:run". The application starts OK.
I want to review http request sending from browser into application but the console does not have this information. How can I view the http request?
Thanks