Package de.a_weinert.realm

Support for Tomcat Web applications.

See:
          Description

Class Summary
ADweRealm Realm for Active Directory via JNDI.
ADweRealm.DevLog A file logger mainly for ADweRealm.
DefaultServlet Default Servlet.
DefaultServlet.Range A range helper class.
UserRoleValve An authenticating valve for users and roles.
 

Package de.a_weinert.realm Description

Support for Tomcat Web applications.

Active Directory Realm, role valve, enhanced directory listings etc.
Copyright 2008   Albrecht Weinert

Description

This package de.a_weinert.realm contains classes to enhance Tomcat based J2EE Web applications.
Unlike other Frame4J classes using packages de.frame4j... the classes here are kept under de.a_weinert... (like they were in the predecessor framework). The rationale is to allow changing the framework from predecessor to Frame4J without breaking a quite big set of running Tomcat servers. You really can replace the .jar (probably in C:\Programme\Apache\Tomcat\lib) without touching any of the Tomcat's configuration .xml files. (This was done many times with 100% success.)

This package consists of:

Archives and class loading

Out of Tomcat's class loader reasons this package is not put in Frame4J's archive. This package is put instead in an own simple archive, usually named catErgWe.jar (download) or alike.

Frame4J's archive, on the other hand, is usually named frame4j.jar (download) and kept as JDK's installed extension in C:\programme\jdk\jre\lib\ext\ or alike. Often it is already there for the non Tomcat uses of Frame4J.

Hints: 1.) frame4j.jar may be put in Tomcat's library only if not to be found by any other way via class path, extension or endorsement.
2.) catErgWe.jar must not be visible (to Tomcat) by any means outside Tomcat's library.

Terms of use, copyright

Copyright 2008   Albrecht Weinert.

Please find here the terms of use for the framework Frame4J.

Version:
Revision 49 (20.05.2010)
Author:
Albrecht Weinert
See Also:
Package description, Terms of use
, de.frame4j.net, de.frame4j, de.frame4j.xml, de.frame4j.util