{"id":20979549,"url":"https://github.com/chrisekelley/zeprs","last_synced_at":"2025-07-09T22:33:44.246Z","repository":{"id":11091314,"uuid":"13441126","full_name":"chrisekelley/zeprs","owner":"chrisekelley","description":"ZEPRS EMR","archived":false,"fork":false,"pushed_at":"2014-11-04T14:32:11.000Z","size":26228,"stargazers_count":4,"open_issues_count":0,"forks_count":7,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-05-14T15:33:58.592Z","etag":null,"topics":["emr","hmis","java","struts1"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chrisekelley.png","metadata":{"files":{"readme":"README-Tomcat7.md","changelog":null,"contributing":null,"funding":null,"license":"license.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-10-09T12:02:12.000Z","updated_at":"2022-12-19T02:36:21.000Z","dependencies_parsed_at":"2022-09-06T17:11:15.587Z","dependency_job_id":null,"html_url":"https://github.com/chrisekelley/zeprs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/chrisekelley/zeprs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisekelley%2Fzeprs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisekelley%2Fzeprs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisekelley%2Fzeprs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisekelley%2Fzeprs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chrisekelley","download_url":"https://codeload.github.com/chrisekelley/zeprs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisekelley%2Fzeprs/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264504611,"owners_count":23618830,"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","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":["emr","hmis","java","struts1"],"created_at":"2024-11-19T05:13:49.522Z","updated_at":"2025-07-09T22:33:44.232Z","avatar_url":"https://github.com/chrisekelley.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"There is a Tomcat 7 bundle available [Zcore_Tomcat 7.0.zip](http://www.ictedge.org/downloads#31August2011) \nthat has been lightly tested in Windows 7/32 bit. \nIf you would like to test Zcore on 64 bit Windows, install the 64 bit version of Tomcat 7 and replace the bin directory with the 64 bit version.\n\nThe following notes are based on the author's modifications that were necessary to get Zcore running in Tomcat7.\n\nIf you are trying to configure ZEPRS on Tomcat 7, please skip to the Tomcat 7 Configuration section\n\n## Security Extensions\nBe sure to install security extensions at \njre6 - [http://www.oracle.com/technetwork/java/javase/downloads/jce-6-download-429243.html]\njre7 - [http://www.oracle.com/technetwork/java/javase/downloads/jce-7-download-432124.html]\n\ninstall to C:\\Program Files\\Java\\jdk1.7.0\\jre\\lib\\security\n\n## Installing Zcore_Tomcat 7.0.zip\n\nCopy C:\\Program Files\\Zcore\\Zcore-0.95c-noJRE\\webapps\\zcore and archive to tomcat webapps dir\n\nCopy C:\\Program Files\\Zcore\\Zcore-0.95c-noJRE\\conf\\Catalina\\localhost\\archive.xml to \nC:\\Program Files\\Apache Software Foundation\\Tomcat 7.0\\conf\\Catalina\\localhost\n\nCopy the following files from C:\\Program Files\\Zcore\\Zcore-0.95c-noJRE\\lib to C:\\Program Files\\Apache Software Foundation\\Tomcat 7.0\\lib:\n- all commons-*.jar\n- ecj-3.7.jar\n- all derby*.jar\n- log4j-1.2.13.jar\n- log4j.properties\n- org.rti.tools.dbcp-2010.09.20.1.jar\n- tomcat-jdbc.jar\n- tomcat-utiljar\n- zcore-*.jar - except for zcore-tomcat-realm.jar - see next line.\n\nAlso add the new zcore-tomcat-realm-tomcat7.jar to C:\\Program Files\\Apache Software Foundation\\Tomcat 7.0\\lib:\n\nCopy the following directories to C:\\Program Files\\Apache Software Foundation\\Tomcat 7.0:\n - C:\\Program Files\\Zcore\\Zcore-0.95c-noJRE\\resources\n - C:\\Program Files\\Zcore\\Zcore-0.95c-noJRE\\databases \n - C:\\Program Files\\Zcore\\Zcore-0.95c-noJRE\\backup \n - C:\\Program Files\\Zcore\\Zcore-0.95c-noJRE\\updates\n\n## Tomcat 7 Configuration\n \nTomcat 7 has changed how it processes EL syntax in JSP's. You must change some of the Tomcat 7 system properties to enable Zcore to work. (For reference, here is a page with the Tomcat 7 properties. http://tomcat.apache.org/tomcat-7.0-doc/config/systemprops.html )\n\nAdd the following lines to C:\\Program Files\\Apache Software Foundation\\Tomcat 7.0\\conf\\catalina.properties:\n# zcore old jsp conpatability\norg.apache.jasper.compiler.Parser.STRICT_QUOTE_ESCAPING=false\norg.apache.jasper.compiler.Parser.STRICT_WHITESPACE=false\norg.apache.el.parser.SKIP_IDENTIFIER_CHECK=true\n\nTomcat has changed how it processes logins. Open C:\\Program Files\\Apache Software Foundation\\Tomcat 7.0\\webapps\\zcore\\META-INF\\context.xml and change cookies=\"false\" to cookie =\"true\". Here is the corrected line:\n\n\t\t\u003cContext path=\"zcore\" docBase=\"zcore\" debug=\"0\" reloadable=\"false\" crossContext=\"true\" privileged=\"true\" useNaming=\"true\" cookies=\"true\"\u003e\n\nIf you intend to view the app in Google Chrome, you need to ensure that the mozilla css is read for Chrome. Add the following to all of the templates at C:\\Program Files\\Apache Software Foundation\\Tomcat 7.0\\webapps\\zcore\\WEB-INF\\templates\\zcore:\nChange \n\n\t\tif (browser.isGecko}\n\nto\n\n\t\tif (browser.isGecko || browser.isSafari)\n\nAccess the app from http://localhost:8080/zcore/ - The original Zcore app runs on port 8088. This can be changed if necessary.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchrisekelley%2Fzeprs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchrisekelley%2Fzeprs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchrisekelley%2Fzeprs/lists"}