...
Web Application Coverage can be collected on any server that can accept Java Agents. The following requirements are only necessary to complete this tutorial:
- Java JDK 1.58
- Apache Maven build system
- Calculator example, which is an extremely basic web application. You can find this example in the
[INSTALL]/examples
directory. - One of the following application servers:
- Apache Tomcat (this scenario has been verified with versions 6.0, 7.0, 8.0)
- JBoss/WildFly
- Oracle WebLogic
...