aboutsummaryrefslogtreecommitdiff
path: root/id/server/modules/module-monitoring/src
AgeCommit message (Collapse)AuthorFilesLines
2015-08-27Use test- and productive TrustStore configurations in one IDP instanceThomas Lenz1-1/+1
- every service configuration could select its preferred TrustStore
2015-07-02develThomas Lenz1-7/+3
2015-06-19refactor MOA-ID AuthConfigurationThomas Lenz4-8/+12
2015-02-04Create exemplary AuthServlet module (MOAID-68)Thomas Knall5-0/+528
- Create new module moa-id-module-monitoring. - Move MonitoringServlet, DatabaseTestModule, IdentityLinkTestModule, TestManager and TestModuleInterface to new module. - Update pom.xml, adding new module dependency. - Update web.xml, disabling static servlet registration. - Add @WebServlet servlet registration for MonitoringServlet.