Acegi Security
From Resin 3.0
(Difference between revisions)
(New page: == step by step == # download Resin 3.1.5 or later from http://caucho.com/download # unzip Resin into resin-3.1.x # download Acegi from http://www.acegisecurity.org # copy acegi-security-...) |
|||
Line 1: | Line 1: | ||
+ | === Acegi and Resin === | ||
+ | |||
== step by step == | == step by step == | ||
Line 4: | Line 6: | ||
# unzip Resin into resin-3.1.x | # unzip Resin into resin-3.1.x | ||
# download Acegi from http://www.acegisecurity.org | # download Acegi from http://www.acegisecurity.org | ||
− | |||
# copy acegi-security-samples-tutorial.war into resin-3.1.x/webapps | # copy acegi-security-samples-tutorial.war into resin-3.1.x/webapps | ||
# start Resin using java -jar resin-3.1.x/lib/resin.jar | # start Resin using java -jar resin-3.1.x/lib/resin.jar | ||
+ | # browse http://localhost:8080/acegi-security-samples-tutorial | ||
+ | |||
+ | You can put the acegi-security-1.0.6.jar in ext-webapps to make the classes available for all webapps. |
Revision as of 23:37, 15 January 2008
Acegi and Resin
step by step
- download Resin 3.1.5 or later from http://caucho.com/download
- unzip Resin into resin-3.1.x
- download Acegi from http://www.acegisecurity.org
- copy acegi-security-samples-tutorial.war into resin-3.1.x/webapps
- start Resin using java -jar resin-3.1.x/lib/resin.jar
- browse http://localhost:8080/acegi-security-samples-tutorial
You can put the acegi-security-1.0.6.jar in ext-webapps to make the classes available for all webapps.