macOS
brew install tomcatlocal Homebrew formula metadata
brew / 順位 1408
tomcat のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install tomcatlocal Homebrew formula metadata
sudo dnf install tomcatFedora Rawhide package metadata · tomcat · ソース: dl.fedoraproject.org
nix profile install nixpkgs#tomcatnixpkgs package indexes · tomcat · ソース: raw.githubusercontent.com
sudo zypper install tomcatopenSUSE Tumbleweed package metadata · tomcat · ソース: download.opensuse.org
choco install TomcatChocolatey community package catalog · Tomcat · ソース: community.chocolatey.org
scoop install extras/tomcatScoop official bucket manifest trees · bucket/tomcat.json · ソース: api.github.com
概要
Implementation of Java Servlet and JavaServer Pages
履歴
Apache Tomcat is the long-running open source servlet and web application container for the Java/Jakarta ecosystem. The Apache site describes it as an implementation of Jakarta Servlet, Jakarta Pages, Expression Language, WebSocket, Annotations, and Authentication specifications, with Tomcat 10 and later aligned to Jakarta EE and Tomcat 9 and earlier aligned to Java EE.
Apache's heritage page traces Tomcat to Sun Microsystems, where it began as the reference implementation for the Java Servlet and JavaServer Pages specifications. Sun donated the code base to the Apache Software Foundation in 1999, the first Apache Tomcat release was 3.0, and the project became a top-level Apache project in 2005 after leaving the Jakarta umbrella.
The official version matrix records the long major-version sequence from Tomcat 3.x through current supported Tomcat 9, 10.1, and 11. It also shows why Tomcat packaging is version-sensitive: each major line maps to particular Servlet/JSP/Jakarta Pages, EL, WebSocket, Authentication, Annotation, and Java runtime requirements.
Apache states that Tomcat powers numerous large-scale, mission-critical web applications across diverse industries and organizations. Its adoption history is also visible in packaging: the input metadata lists Homebrew, Chocolatey, Fedora/DNF, Nix, Scoop, and openSUSE/Zypper names, reflecting Tomcat's role as a default installable Java web container across operating systems.
Tomcat is commonly installed to run WAR-style Java web applications, local development servers, CI smoke-test containers, and lightweight production servlet deployments. The `catalina` command is the package-manager-visible entry point, while administrators tune `$CATALINA_BASE/conf/server.xml`, `catalina.properties`, and `tomcat-users.xml`.
For maintainers, Tomcat's source workflow also matters: Apache documents `tomcat.git` as the repository containing the Tomcat source code, with active branches for main, 11.0.x, 10.1.x, and 9.0.x, and a GitHub web view. That branch structure is exactly what downstream package maintainers track when choosing stable formula versions.
Tomcat is package-nerd significant because it is both an application server and an ecosystem compatibility boundary. A package name like `tomcat`, `tomcat@10`, or `tomcat10` carries real meaning about Java version requirements, Java EE versus Jakarta EE APIs, servlet specification versions, config-file compatibility, and how much migration work an application needs.
セキュリティ状態
broad file, network, media, or database tool signal. formula declares a Homebrew service.
リスク orange · 信頼度 中 · infrastructure
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
$CATALINA_BASE/conf/server.xml$CATALINA_BASE/conf/catalina.properties$CATALINA_BASE/conf/tomcat-users.xmlCredential-bearing paths to review before unattended agent runs.
$CATALINA_BASE/conf/tomcat-users.xml実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
catalina | 実行可能ファイル | インデックス済み実行可能ファイル | ローカル実行可能ファイルインデックスから検出されました。 |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
インストールメタデータ
| パッケージキー | brew:tomcat |
|---|---|
| バージョン | 11.0.24 |
| パッケージマネージャ | Homebrew |
| ホームページ | https://tomcat.apache.org/ |
| 最終更新 | 2026-07-08T14:29:49Z |
| Pulse | updated |
| Bottle | 未記録 |
| サービス | 宣言なし |
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
tomcat
nix profile install nixpkgs#tomcattomcat 10.1.57-3.fc45
Apache Tomcat - Servlet and JSP engine for system-wide deployment
sudo dnf install tomcattomcat-admin-webapps 10.1.57-3.fc45
Apache Tomcat - Administrative web applications
sudo dnf install tomcat-admin-webappstomcat-common 10.1.57-3.fc45
Apache Tomcat - Common files for Tomcat packages
sudo dnf install tomcat-commontomcat-docs-webapp 10.1.57-3.fc45
Apache Tomcat - Online documentation web application
sudo dnf install tomcat-docs-webapptomcat-el-5.0-api 10.1.57-3.fc45
Apache Tomcat Expression Language v5.0 API Implementation Classes
sudo dnf install tomcat-el-5.0-apitomcat-jsp-3.1-api 10.1.57-3.fc45
Apache Tomcat JavaServer Pages v3.1 API Implementation Classes
sudo dnf install tomcat-jsp-3.1-apitomcat-lib 10.1.57-3.fc45
Apache Tomcat - Core libraries for embedding Tomcat
sudo dnf install tomcat-libtomcat-servlet-6.0-api 10.1.57-3.fc45
Apache Tomcat Java Servlet v6.0 API Implementation Classes
sudo dnf install tomcat-servlet-6.0-apitomcat-user-instance 10.1.57-3.fc45
Apache Tomcat - Tools for creating user-managed instances
sudo dnf install tomcat-user-instancetomcat-webapps 10.1.57-3.fc45
Apache Tomcat - Default ROOT web application
sudo dnf install tomcat-webappstomcat 9.0.120-1.1
Apache Servlet/JSP/EL Engine, RI for Servlet 4.0/JSP 2.3/EL 3.0 API
sudo zypper install tomcattomcat-admin-webapps 9.0.120-1.1
The host manager and manager web applications for Apache Tomcat
sudo zypper install tomcat-admin-webappstomcat-docs-webapp 9.0.120-1.1
The "docs" web application for Apache Tomcat
sudo zypper install tomcat-docs-webapptomcat-el-3_0-api 9.0.120-1.1
Expression Language v3.0 API
sudo zypper install tomcat-el-3_0-apitomcat-embed 9.0.120-1.1
Libraries for Embedding Apache Tomcat
sudo zypper install tomcat-embedソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.