blob: 98034f9361267a6e46a3e4cffc59d79be106c02f [file] [log] [blame]
JSecurity Runtime Requirements
------------------------------
All 3rd party libraries mentioned below are in this distro's lib directory if you don't already have them.
Required jars
-------------
Ensure jsecurity.jar and Apache commons-logging.jar are in your application's classpath.
JDK 1.3 and 1.4 only: you must include retroweaver.jar and its associated dependendencies
(they can be found in this distro's lib/retroweaver directory).
Feature-based dependencies
--------------------------
- If you want to use JSecurity's enterprise session management:
. JDK 1.5+: include ehcache.jar
. JDK 1.3 or 1.4: include ehcache.jar and jug.jar
- JSecurity Web Filter text-based config ('config' init param) in web.xml:
- JSecurity code Annotations:
. include Jakarta commons-beanutils-core.jar