Page MenuHomeDevCentral

Configure Tomcat server explicitly
ClosedPublic

Authored by dereckson on Oct 13 2025, 20:47.
Tags
None
Referenced Files
F24588972: D3755.id.diff
Sat, Feb 28, 16:40
F24585162: D3755.id9714.diff
Sat, Feb 28, 12:31
F24585055: D3755.id9714.diff
Sat, Feb 28, 12:24
F24585052: D3755.id9714.diff
Sat, Feb 28, 12:24
F24577846: D3755.diff
Sat, Feb 28, 03:54
F24577741: D3755.diff
Sat, Feb 28, 03:46
F24577611: D3755.diff
Sat, Feb 28, 03:36
F24571285: D3755.id9715.diff
Fri, Feb 27, 20:26
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.Nov 27 2025, 11:08
This revision was automatically updated to reflect the committed changes.