Page MenuHomeDevCentral

Configure Tomcat server explicitly
ClosedPublic

Authored by dereckson on Oct 13 2025, 20:47.
Tags
None
Referenced Files
F25218113: D3755.id9715.diff
Sun, Apr 5, 20:28
F25218112: D3755.id9714.diff
Sun, Apr 5, 20:28
F25218109: D3755.id10082.diff
Sun, Apr 5, 20:28
F25216892: D3755.diff
Sun, Apr 5, 18:30
Unknown Object (File)
Fri, Apr 3, 08:06
Unknown Object (File)
Thu, Apr 2, 21:48
Unknown Object (File)
Thu, Apr 2, 12:40
Unknown Object (File)
Tue, Mar 31, 15:25
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 Not Applicable
Unit
Tests Not Applicable

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.