ASE-Tomcat
Purpose
This software stack provides Tomcat, a Java web application server. Apache Tomcat implements the Servlet 4.0 and JavaServer Pages 2.3 specifications from the Java Community Process, and includes many additional features that make it a useful platform for developing and deploying web applications and web services.
Properties
Stack-Description | Tomcat Application Server (ASE) |
---|---|
Stack-Image | docker.msg.team/ps/docker-stack-ase-tomcat |
Stack-Version | 10.1.7 |
Stack-Release | 20230321 |
Product-Name | Tomcat |
Product-Vendor | Apache Software Foundation |
Product-Contact | https://github.com/yudai/gotty |
Product-Model | Open Source |
Product-License | Apache |
Product-Limits | none |
Implementation Base | Java. |
Execution Base | OpenJDK. |
Initial Start Time | 00:00:05 |
Documentation | http://tomcat.apache.org/tomcat-9.0-doc/index.html |
Topology
The stack consists of 1 container:
- ase-tomcat: the Apache Tomcat Servlet/JSP container application
Configuration
Variable Name | Default | Meaning |
See also the variables which control integration of the stack into the reverse proxy.
For changes to take effect the stack has to be reinstalled.
First Steps
Usually, there is no need to configure anything to get up and running.
The default user to access the Tomcat Server Manager is "admin" with password "admin". It is available at <your-ps-server>/ase-tomcat/manager/.
This default admin password change be changed inside the ase-tomcat container in the file /app/lib/tomcat/conf/tomcat-users.xml.
Administration Commands
Command | Arguments | Function | |
docker-stack exec ase-tomcat foo |
Related Documents