Page MenuHomeDevCentral

Configure Tomcat server explicitly
ClosedPublic

Authored by dereckson on Oct 13 2025, 20:47.
Tags
None
Referenced Files
F34180165: D3755.id10082.diff
Fri, Jun 26, 03:37
F34174410: D3755.id.diff
Thu, Jun 25, 23:38
F34174033: D3755.id9715.diff
Thu, Jun 25, 23:00
F34172061: D3755.id10082.diff
Thu, Jun 25, 21:45
F34171267: D3755.diff
Thu, Jun 25, 21:10
F34167783: D3755.id9714.diff
Thu, Jun 25, 18:33
F34163174: D3755.id.diff
Thu, Jun 25, 16:23
Unknown Object (File)
Thu, Jun 25, 05:43
Subscribers
None

Details

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.