Page MenuHomeDevCentral

Configure Tomcat server explicitly
ClosedPublic

Authored by dereckson on Oct 13 2025, 20:47.
Tags
None
Referenced Files
F14257988: D3755.id10082.diff
Thu, Nov 27, 22:03
Unknown Object (File)
Sat, Nov 22, 18:06
Unknown Object (File)
Wed, Nov 19, 08:05
Unknown Object (File)
Wed, Nov 19, 08:05
Unknown Object (File)
Wed, Nov 19, 08:05
Unknown Object (File)
Tue, Nov 18, 15:58
Unknown Object (File)
Tue, Nov 18, 14:33
Unknown Object (File)
Mon, Nov 17, 21:08
Subscribers
None

Details

Reviewers
DorianWinty
dereckson
Maniphest Tasks
Unknown Object (Maniphest Task)
Commits
rOPSba7b0da5ed63: Configure Tomcat server explicitly
Summary

Use the default current Tomcat server.xml configuration from Orbeon container.

Credentials are stored in tomcat-users.xml with SHA-256 digest for hashing,
with a bruteforce protection.

Ref T2143

Test Plan

Redeploy Orbeon container and associated files

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
Lint Passed
Unit
No Test Coverage
Branch
orbeon-tomcat-config
Build Status
Buildable 6020
Build 6304: arc lint + arc unit

Event Timeline

dereckson created this revision.

Update to use Tomcat 9 syntax in realm:
<CredentialHandler className="org.apache.catalina.realm.MessageDigestCredentialHandler" algorithm="SHA-256" />

This revision is now accepted and ready to land.Thu, Nov 27, 11:08
This revision was automatically updated to reflect the committed changes.