Home > roundtripTest

roundtripTest

RoundtripTest is a project mainly written in ..., it's free.

Will test the roundtrip time from browser to sending a web page that requests it to load the same web page again and thus simulate traffic.

mvn archetype:generate Answer:

  • Number from maven-archetype-webapp
  • groupId: dk.babra.roundtripTest
  • artifactId: RoundtripTest
  • version: 1.0
  • package: dk.babra.roundtripTest

Create a war file mvn package

To run it in tomcat: mvn tomcat:run

Previous:neXt-bridge