Skip to content

Sample Wicket app to demo end-to-end security using Apache Fortress

License

Notifications You must be signed in to change notification settings

vipup/apache-fortress-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README for Apache Fortress Demo End-to-End Security Example

Security Layers in this Demo

Apache Fortress Demo Security Layers

Document Overview

This document is the starting point for the apache fortress demo web app. It provides directions to download the source package from github, and generate a java document that contains the actual installation instructions.

Prerequisites for target environment

  1. Debian or Redhat Liunx machine with OpenSSL installed.
  2. Java 7++
  3. Apache Maven 3++
  4. Apache Tomcat 7++
  5. Firefox Web Browser
  6. Completed either section in Apache Fortress Core Quickstart:

Instructions for downloading and generating the install doc

  1. Download ZIP

  2. Extract the contents to your local machine.

  3. cd apache-fortress-demo-master

  4. Set java and maven home env variables.

  5. Generate the java document that contains the demo installation instructions:

mvn javadoc:javadoc

note: if using java 8, add this param to the pom.xml:

<plugin>
   ...
   <artifactId>maven-javadoc-plugin</artifactId>
   <configuration>
       <additionalparam>-Xdoclint:none</additionalparam>
       ...
   </configuration>
</plugin>
  1. Perform these steps:

[links are relative to target/site/apidocs/doc-files/ on local machine]

About

Sample Wicket app to demo end-to-end security using Apache Fortress

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 87.5%
  • HTML 12.1%
  • Other 0.4%