- Initial release,

- Based on rx3-docker/java-1.1.4-mga9 image,
- Use Tomcat 9.0.111 from Mageia 9 RPM.
This commit is contained in:
2026-01-10 13:27:51 +01:00
commit 5cd74a347d
9 changed files with 244 additions and 0 deletions

4
var/log/init-appl-server/.gitignore vendored Normal file
View File

@@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore

View File

@@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore

4
var/log/tomcat/.gitignore vendored Normal file
View File

@@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore