Skip to content

albertone1985/slackspace-customlogin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Custom login page with JSF and Spring-Security 3

Run with standalone Jetty

To run the project with maven and Jetty simply type the following on the command line:

mvn clean compile package jetty:run

After the deployment you can access the project with your browser at http://localhost:8080

Run with another container

When running with another container than Jetty, you have to deploy the war-file manually. You can generate the war-file by typing on the command line:

mvn clean compile package

Now you will find the war-file in the target directory of the project.

About

Sample Project which shows how to build a custom login page with JSF and Spring-Security 3.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published