The image is based on the tomcat:10.0
image.
The difference between the official Tomcat image available from here and the Remal Tomcat Docker image is that there is a pre-configured administration user in the Remal image.
$ cd apache-tomcat
$ ./build.sh
Single Apache-Tomcat server
- Command:
docker-compose up
- Managing console URL: http://localhost:8080
- Credentials:
admin
/admin
Multiply Apache-Tomcat servers
- Command:
docker-compose -f docker-compose-multiserver.yml up
- Managing console URL 1: http://localhost:8081
- Managing console URL 2: http://localhost:8082
- Credentials:
admin
/admin
Copyright (c) 2020-2022 Remal Software, Arnold Somogyi. All rights reserved.
BSD (2-clause) licensed