{"id":17614217,"url":"https://github.com/vroncevic/atmanager","last_synced_at":"2026-04-13T16:32:17.998Z","repository":{"id":45611044,"uuid":"58213453","full_name":"vroncevic/atmanager","owner":"vroncevic","description":"Apache Tomcat Manager","archived":false,"fork":false,"pushed_at":"2024-06-14T17:07:15.000Z","size":7092,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-28T21:47:00.195Z","etag":null,"topics":["administration","apache-tomcat","application-server","bash","linux","macos","qnx","shell","tomcat","tomcat-manager","web"],"latest_commit_sha":null,"homepage":"https://vroncevic.github.io/atmanager","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vroncevic.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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}},"created_at":"2016-05-06T14:37:23.000Z","updated_at":"2024-06-14T17:06:31.000Z","dependencies_parsed_at":"2024-06-14T18:10:55.198Z","dependency_job_id":"d6772dff-8e02-4fcd-aaf6-c632acb20875","html_url":"https://github.com/vroncevic/atmanager","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vroncevic%2Fatmanager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vroncevic%2Fatmanager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vroncevic%2Fatmanager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vroncevic%2Fatmanager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vroncevic","download_url":"https://codeload.github.com/vroncevic/atmanager/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246390941,"owners_count":20769488,"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":["administration","apache-tomcat","application-server","bash","linux","macos","qnx","shell","tomcat","tomcat-manager","web"],"created_at":"2024-10-22T18:33:29.356Z","updated_at":"2026-04-13T16:32:17.983Z","avatar_url":"https://github.com/vroncevic.png","language":"Shell","readme":"# Apache Tomcat Manager\n\n\u003cimg align=\"right\" src=\"https://raw.githubusercontent.com/vroncevic/atmanager/dev/docs/atmanager_logo.png\" width=\"25%\"\u003e\n\n**atmanager** is shell tool for controlling/operating **[Apache Tomcat Server](http://tomcat.apache.org/index.html)**.\n\nDeveloped in **[bash](https://en.wikipedia.org/wiki/Bash_(Unix_shell))** code: **100%**.\n\n[![atmanager_shell_checker](https://github.com/vroncevic/atmanager/actions/workflows/atmanager_shell_checker.yml/badge.svg)](https://github.com/vroncevic/atmanager/actions/workflows/atmanager_shell_checker.yml)\n\nThe README is used to introduce the tool and provide instructions on\nhow to install the tool, any machine dependencies it may have and any\nother information that should be provided before the tool is installed.\n\n[![GitHub issues open](https://img.shields.io/github/issues/vroncevic/atmanager.svg)](https://github.com/vroncevic/atmanager/issues) [![GitHub contributors](https://img.shields.io/github/contributors/vroncevic/atmanager.svg)](https://github.com/vroncevic/atmanager/graphs/contributors)\n\n\u003c!-- START doctoc generated TOC please keep comment here to allow auto update --\u003e\n\u003c!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --\u003e\n**Table of Contents**\n\n- [Installation](#installation)\n- [Usage](#usage)\n- [Dependencies](#dependencies)\n- [Shell tool structure](#shell-tool-structure)\n- [Docs](#docs)\n- [Copyright and licence](#copyright-and-licence)\n\n\u003c!-- END doctoc generated TOC please keep comment here to allow auto update --\u003e\n\n### Installation\n\n![Debian Linux OS](https://raw.githubusercontent.com/vroncevic/atmanager/dev/docs/debtux.png)\n\nNavigate to release **[page](https://github.com/vroncevic/atmanager/releases)** download and extract release archive.\n\nTo install **atmanager** type the following\n\n```bash\ntar xvzf atmanager-6.0.tar.gz\ncd atmanager-6.0\ncp -R ~/sh_tool/bin/   /root/scripts/atmanager/ver.6.0/\ncp -R ~/sh_tool/conf/  /root/scripts/atmanager/ver.6.0/\ncp -R ~/sh_tool/log/   /root/scripts/atmanager/ver.6.0/\n```\n\nSelf generated setup script and execution\n\n```bash\n./atmanager_setup.sh \n\n[setup] installing App/Tool/Script atmanager\n\tTue Dec  2 07:09:46 PM CET 2025\n[setup] clean up App/Tool/Script structure\n[setup] copy App/Tool/Script structure\n[setup] remove github editor configuration files\n[setup] set App/Tool/Script permission\n[setup] create symbolic link of App/Tool/Script\n[setup] done\n\n/root/scripts/atmanager/ver.6.0/\n├── bin/\n│   └── atmanager.sh\n├── conf/\n│   ├── atmanager.cfg\n│   ├── atmanager.logo\n│   └── atmanager_util.cfg\n└── log/\n    └── atmanager.log\n\n4 directories, 5 files\nlrwxrwxrwx 1 root root 48 Dec  2 19:09 /root/bin/atmanager -\u003e /root/scripts/atmanager/ver.6.0/bin/atmanager.sh\n```\n\nOr You can use docker to create image/container.\n\n### Usage\n\n```bash\n# Create symlink for shell tool\nln -s /root/scripts/atmanager/ver.6.0/bin/atmanager.sh /root/bin/atmanager\n\n# Setting PATH\nexport PATH=${PATH}:/root/bin/\n\n# Start Apache Tomcat Server\natmanager start\n\natmanager ver.6.0\nTue Dec  2 07:09:46 PM CET 2025\n\n[check_root] Check permission for current session? [ok]\n[check_root] Done\n\n                                                                                     \n               ██                                                                    \n              ░██                                                                    \n    ██████   ██████ ██████████   ██████   ███████   ██████    █████   █████  ██████  \n   ░░░░░░██ ░░░██░ ░░██░░██░░██ ░░░░░░██ ░░██░░░██ ░░░░░░██  ██░░░██ ██░░░██░░██░░█  \n    ███████   ░██   ░██ ░██ ░██  ███████  ░██  ░██  ███████ ░██  ░██░███████ ░██ ░   \n   ██░░░░██   ░██   ░██ ░██ ░██ ██░░░░██  ░██  ░██ ██░░░░██ ░░██████░██░░░░  ░██     \n  ░░████████  ░░██  ███ ░██ ░██░░████████ ███  ░██░░████████ ░░░░░██░░██████░███     \n   ░░░░░░░░    ░░  ░░░  ░░  ░░  ░░░░░░░░ ░░░   ░░  ░░░░░░░░   █████  ░░░░░░ ░░░      \n                                                             ░░░░░                   \n\t                                                       \n\t\tInfo   github.io/atmanager ver.6.0 \n\t\tIssue  github.io/issue\n\t\tAuthor vroncevic.github.io\n\n[atmanager] Loading basic and util configuration!\n100% [================================================]\n\n[load_conf] Loading App/Tool/Script configuration!\n[check_cfg] Checking configuration file [/root/scripts/atmanager/ver.6.0/conf/atmanager.cfg] [ok]\n[check_cfg] Done\n\n[load_conf] Done\n\n[load_util_conf] Load module configuration!\n[check_cfg] Checking configuration file [/root/scripts/atmanager/ver.6.0/conf/atmanager_util.cfg] [ok]\n[check_cfg] Done\n\n[load_util_conf] Done\n\n[check_tool] Checking tool [/opt/tomcat/bin/catalina.sh]? [ok]\n[check_tool] Done\n\n[check_op] Checking operation [start]? [ok]\n[check_op] Done\n\n[atmanager] Operation: start Apache Tomcat Server\nUsing CATALINA_BASE:   /opt/tomcat\nUsing CATALINA_HOME:   /opt/tomcat\nUsing CATALINA_TMPDIR: /opt/tomcat/temp\nUsing JRE_HOME:        /usr\nUsing CLASSPATH:       /opt/tomcat/bin/bootstrap.jar:/opt/tomcat/bin/tomcat-juli.jar\nUsing CATALINA_OPTS:   \nTomcat started.\n[logging] Checking directory [/root/scripts/atmanager/ver.6.0/log/]? [ok]\n[logging] Write info log!\n[logging] Done\n\n[atmanager] Done\n```\n\n### Dependencies\n\n**atmanager** requires next modules and libraries\n* sh_util [https://github.com/vroncevic/sh_util](https://github.com/vroncevic/sh_util)\n\n### Shell tool structure\n\n**atmanager** is based on MOP.\n\nShell tool structure\n\n```bash\nsh_tool/\n├── bin/\n│   └── atmanager.sh\n├── conf/\n│   ├── atmanager.cfg\n│   ├── atmanager.logo\n│   └── atmanager_util.cfg\n└── log/\n    └── atmanager.log\n```\n\n### Docs\n\n[![Documentation Status](https://readthedocs.org/projects/atmanager/badge/?version=latest)](https://atmanager.readthedocs.io/projects/atmanager/en/latest/?badge=latest)\n\nMore documentation and info at\n* [https://atmanager.readthedocs.io/en/latest/](https://atmanager.readthedocs.io/en/latest/)\n* [https://www.gnu.org/software/bash/manual/](https://www.gnu.org/software/bash/manual/)\n* [http://tomcat.apache.org/tomcat-9.0-doc/introduction.html](http://tomcat.apache.org/tomcat-9.0-doc/introduction.html)\n\n### Copyright and licence\n\n[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n\nCopyright (C) 2016 - 2026 by [vroncevic.github.io/atmanager](https://vroncevic.github.io/atmanager)\n\n**atmanager** is free software; you can redistribute it and/or modify\nit under the same terms as Bash itself, either Bash version 4.2.47 or,\nat your option, any later version of Bash 4 you may have available.\n\nLets help and support FSF.\n\n[![Free Software Foundation](https://raw.githubusercontent.com/vroncevic/atmanager/dev/docs/fsf-logo_1.png)](https://my.fsf.org/)\n\n[![Donate](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://my.fsf.org/donate/)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvroncevic%2Fatmanager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvroncevic%2Fatmanager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvroncevic%2Fatmanager/lists"}