{"id":42926179,"url":"https://github.com/cerner/jwala","last_synced_at":"2026-01-30T18:09:39.191Z","repository":{"id":150896239,"uuid":"82604742","full_name":"cerner/jwala","owner":"cerner","description":"A web application that provides management for a group of Tomcat servers","archived":false,"fork":false,"pushed_at":"2025-12-23T16:19:32.000Z","size":29160,"stargazers_count":13,"open_issues_count":7,"forks_count":14,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-12-24T02:58:12.186Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cerner.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE","maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2017-02-20T21:31:29.000Z","updated_at":"2025-12-23T16:38:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"ecd0b709-4e24-4c9f-9263-4a904fe4af21","html_url":"https://github.com/cerner/jwala","commit_stats":null,"previous_names":[],"tags_count":325,"template":false,"template_full_name":null,"purl":"pkg:github/cerner/jwala","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cerner%2Fjwala","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cerner%2Fjwala/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cerner%2Fjwala/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cerner%2Fjwala/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cerner","download_url":"https://codeload.github.com/cerner/jwala/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cerner%2Fjwala/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28917035,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-30T16:37:38.804Z","status":"ssl_error","status_checked_at":"2026-01-30T16:37:37.878Z","response_time":66,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2026-01-30T18:09:38.465Z","updated_at":"2026-01-30T18:09:39.186Z","avatar_url":"https://github.com/cerner.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# _About_\n\nJwala is a web application that provides management for a group of Tomcat servers. Jwala is capable of creating and persisting definitions of Group instances, and exposes a RESTful interface to do so. The definition of a Group includes Web Apps, JVMs, Web Servers, and Resources.\n\nOnce defined, a Group may also be managed through Jwala’s REST API, to perform management operations on the group. The management operations are listed under Component Responsibilities below. The primary user of Jwala will be the enterprise package manager application, which will interact with Jwala using the REST API.\n\nJwala utilizes the defined file system structure and SSH agents on each machine to manage running Tomcat instances on remote Servers. Jwala utilizes the Cerner Tomcat Platform application deployment model to know how to request current status from each Tomcat instance and HTTPD instance. Jwala is also able to update each instance as changes are made to the configuration, and allows maintenance operations to be executed from a central console.\n\n\n# _Building_\n\nJwala can be build by using gradle 2.9. To build the jwala project run the \"gradle build\" command. This runs the build and test tasks. This task creates the jwala-tomcat.war file in jwala-webapp module, which can be run by dropping it in Apache Tomcat application server. \n\n1. [Install Git](https://git-scm.com/) \n2. [Install JDK jdk1.8.0_66](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html)\n3. [Install Gradle verion 2.9](https://services.gradle.org/distributions/gradle-2.9-bin.zip)\n4. \tClone jwala as follows\ngit clone https://github.com/cerner/jwala.git\n5. Build jwala bundle using gradle\n      `gradle clean zipJwalaTomcat`\n6. Set JAVA_HOME and run apache tomcat\n       set JAVA_HOME=jdk1.8.0_66\n7. Run jwala on tomcat\n\ncd /jwala/jwala-tomcat/build/apache-tomcat-7.0.55/bin\n\nStart Tomcat as follows\n\n`catalina.bat run`\n\n# Run Jwala\nJwala can run by using the war file build in the the above step \n\nunzip jwala-tomcat-0.0.22.zip to a location\n\nExample\nc:/apache-tomcat-7.0.55\n\nRun tomcat\n\nc:/apache-tomcat-7.0.55/bin/catalina.bat start\n\nJwala will be accessible from \n\n[Jwala](https://localhost:8001/jwala/) https://localhost:8001/jwala/\n\nYou can login using default credentials as, \n\nusername: jwala \n\npassword: jwala \n\n# _Availability_\n\nArtifacts or running software associated with this project and where to access them is generally added here.\n\nIn the open source community provided pre-built artifacts for your project can greatly assist in adoption and building\ngood will.\n\n\n# _Communication_\n\nPlease use github issues to track and open new issues related to Jwala\nSee [issues]() [issues]\n\n# Contributing\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md)\n\n# LICENSE\n\nCopyright 2016 Cerner Innovation, Inc.\n\nLicensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at\n\n\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.\n\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcerner%2Fjwala","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcerner%2Fjwala","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcerner%2Fjwala/lists"}