Page MenuHomeDevCentral

Configure Tomcat server explicitly
ClosedPublic

Authored by dereckson on Oct 13 2025, 20:47.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Sep 7, 01:53
Unknown Object (File)
Sat, Sep 5, 11:17
Unknown Object (File)
Thu, Sep 3, 08:04
Unknown Object (File)
Wed, Sep 2, 23:31
Unknown Object (File)
Tue, Sep 1, 05:52
Unknown Object (File)
Mon, Aug 31, 03:54
Unknown Object (File)
Sat, Aug 29, 09:27
Unknown Object (File)
Mon, Aug 24, 04:03
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 6019
Build 6303: 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.