{"id":18841249,"url":"https://github.com/dcm4che/dcm4chee-audit","last_synced_at":"2025-09-09T05:42:26.065Z","repository":{"id":7709892,"uuid":"9074873","full_name":"dcm4che/dcm4chee-audit","owner":"dcm4che","description":"DCM4CHEE Audit Module for JBoss AS7","archived":false,"fork":false,"pushed_at":"2014-04-06T14:57:49.000Z","size":168,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-30T10:04:07.098Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dcm4che.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-03-28T10:31:45.000Z","updated_at":"2017-06-19T03:58:51.000Z","dependencies_parsed_at":"2022-09-13T05:41:39.069Z","dependency_job_id":null,"html_url":"https://github.com/dcm4che/dcm4chee-audit","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dcm4che/dcm4chee-audit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcm4che%2Fdcm4chee-audit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcm4che%2Fdcm4chee-audit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcm4che%2Fdcm4chee-audit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcm4che%2Fdcm4chee-audit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dcm4che","download_url":"https://codeload.github.com/dcm4che/dcm4chee-audit/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcm4che%2Fdcm4chee-audit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274250341,"owners_count":25249395,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-09T02:00:10.223Z","response_time":80,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-08T02:50:31.343Z","updated_at":"2025-09-09T05:42:26.036Z","avatar_url":"https://github.com/dcm4che.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"DCM4CHEE Audit 4.x\n==================\n\nSources: https://github.com/dcm4che/dcm4chee-audit\n\nIssue Tracker: http://www.dcm4che.org/jira/browse/ADT\n\nDICOM Audit Logger Module for JBoss AS7.\n\nRequirements\n------------\n-   Java SE 6 or later - tested with [OpenJDK](http://openjdk.java.net/)\n\n-   [JBoss Application Server 7.1.1.Final](http://www.jboss.org/jbossas/downloads)\n\n-   [DCM4CHE 3.x library](https://github.com/dcm4che/dcm4che)\n\n\nBuild and Setup\n---------------\n* Build project with `mvn clean install`\n\n* Unzip content of _dcm4chee-audit-jboss-module/target/dcm4chee-audit-jboss-module-3.0.0-SNAPSHOT.zip_ into the jboss root directory, e.g.\n\n```\nunzip dcm4chee-audit-jboss-module/target/dcm4chee-audit-jboss-module-3.0.0-SNAPSHOT.zip -d /jboss-as-7.1.1.Final/\n```\n\n* Edit /jboss-as-7.1.1.Final/modules/org/jboss/as/web/main/module.xml and add _\u003cmodule name=\"org.dcm4chee.audit.tomcat\"/\u003e_ to the dependencies.\n\nExample dependency tree:\n\n```xml\n\u003cdependencies\u003e\n    \u003cmodule name=\"sun.jdk\"/\u003e\n    .\n    .\n    .\n    \u003cmodule name=\"org.dcm4chee.audit.tomcat\"/\u003e\n\u003c/dependencies\u003e\n```\n\n* Edit container configuration (e.g. _standalone/configuration/standalone.xml_) and add an https connector with protocol \n`org.dcm4chee.audit.tomcat.AuditHttp11Protocol`, e.g.\n\n```xml\n\u003cconnector name=\"https\" protocol=\"org.dcm4chee.audit.tomcat.AuditHttp11Protocol\" scheme=\"https\" socket-binding=\"https\" secure=\"true\"\u003e\n    \u003cssl name=\"https\" key-alias=\"dcm4chee-arc\" password=\"secret\" certificate-key-file=\"${jboss.server.config.dir}/dcm4chee-arc/key.jks\"/\u003e\n\u003c/connector\u003e\n```\n\nDeveloper Info\n--------------\nThe Audit Module is getting a default Audit Logger to write messages to from org.dcm4che.net.audit.AuditLogger.\nThe default Audit Logger has to be set in a deployed project (e.g. dcm4che-arc or dcm4chee-proxy), e.g. when\ninitializing the Audit Logger also add the method call:\n\n```java\nAuditLogger.setDefaultLogger(logger);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcm4che%2Fdcm4chee-audit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdcm4che%2Fdcm4chee-audit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcm4che%2Fdcm4chee-audit/lists"}