This provides a set of utility JSPs that can be used in debugging JNDI trees, JMS, JDBC, EJBs and web applications. These JSPs are standalone and do not require any dependencies aside from being in a J2EE container. The JSPs can also be extracted and put into other projects that might have resources that are in the java: tree. This project also serves as a sample web application that is integration tested with Cactus.
The target audience for this tool is a J2EE application developer with knowledge on how to deploy applications to the container. Another audience would be the testers as this provides direct access to the JMS and JDBC resources that is available to the application.
There are three distribution packages for this application: a source distribution, an EAR distribution and a WAR distribution.
The WAR file can be deployed to any standard J2EE or web container. It can also be unzipped to get the JSPs which can be copied into an existing J2EE application. The JSPs may also be extracted from the source distribution to be included into an existing application.
The EAR file can be deployed to any standard J2EE container. This distribution is primarily deployed on servers used by the test team. The context root is /util.