Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Tomcat 6 では、RealmBase は「パス」フィールドを提供しました。Tomcat 7 で削除されたようです。authenticate() メソッド内のコンテキスト ルートの値を決定する方法を知る必要があります。
RealmBase の 6.0 ソース コードを見て、これを取得する方法を見つけました。
幸いなことに、RealmBase から派生したインスタンスには、コンテキスト ルート パスを含む「コンテキスト」プロパティがあります。
this.getObjectName().getKeyProperty("context");