jGuard install on j2ee

  1. required librairies
  2. AccessFilter and web.xml
  3. integrate jGuard in your jsp
  4. integrate jGuard in your servlets

Login Modules

Authorization Managers

Advanced jGuard

jGuard install on jvm

  1. java.home
  2. libraries and bootclasspath
  3. java.security
  4. jGuard.loginScheme
  5. jGuard.policy







Integrate jGuard in your jsp pages

Add standard.jar, and jstl.jar in the lib directory and add them to the path. you should add the JGuard taglib reference in the web.xml :

.........
.........
<taglib>
   <taglib-uri>/tags/jguard</taglib-uri>
   <taglib-location>/WEB-INF/conf/tld/jGuard.tld</taglib-location>
</taglib>
.........
.........

You should put also for this example, the jGuard.tld (provided in the jGuard distribution), in the /WEB-INF/conf/tld/ directory.

All the jguard tags support expression language (EL).