[Server/Client API‎ (Java‎)] Using ERSClient In JSP

Running ERSClient in JSP file from web application example Tomcat are supported.

Tested this in RepertoireServer7.5.0 with Tomcat-6.0.1.8

Here are the steps: (May vary depending on versions)

  1. Start up Elixir Repertoire Server.

  2. Edit the .jsp file for the host, port, username, password, repository, parameters, output file.

  3. Insert the .jsp file into your web application folder (Example: .\apache-tomcat\webapps\ROOT)

  4. Insert Glint.jar, log4j.jar, RepertoireClient.jar and RepertoireJDBC.jar from .\Repertoire-Server\RepertoireServer\clients\lib into .\apache-tomcat\lib

  5. Now you can run the jsp file. (Example: http://localhost:8079/renderReportforERSClient.jsp)

Please change the following attachment to .jsp after downloading.
renderReportforERSClient.txt