Skip to content
VEckardt edited this page May 13, 2017 · 11 revisions

Welcome to the IMConfig wiki!

Configuration Reports and Tools for PTC Integrity Lifecycle Manager Administrators

This solution set is a group of Reports and Tools helping Integrity Administrators to manage PTC Integrity Lifecycle Manager implementations better. The Development has been started back in 2013, and is continued over the past years with additional reports.

Techniques Used

  • Java, JSP, HTML, POI for Excel, Property File Reader, CSS

How to Extend

The development was done with NetBeans IDE:

  1. Create a new jsp file by copying an existing
  2. Tailor the jsp code for your needs
  3. If needed, enhance the IntegitySession.java to get more objects from Integrity
  4. Register your new report in ReportList.java
  5. Compile
  6. Deploy
  7. Test

Installation (Deploy)

  • Just copy the war to the "IntegrityServerX.X\server\mks\deploy" directory
  • NO need to restart server, will become available immediately
  • In case of issues check the file "server.log"

Good to know

  • The Layout is standartized, but can be tailored using the CSS.
  • Main program code sits in the Java Classes

Screenshot

IMConfigScreenshot

Clone this wiki locally