Acegi Security

From Resin 3.0

(Difference between revisions)
Jump to: navigation, search
(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-...)
 
 
(4 intermediate revisions by one user not shown)
Line 1: Line 1:
 +
{{Cleanup}}
 +
== Acegi and Resin ==
 +
 +
Acegi is a security framework which is typically used with Spring.  It works with Resin easily without any extra modifications.
 +
 
== step by step ==
 
== step by step ==
 +
 +
''[Verified with Resin 3.1.5]''
  
 
# download Resin 3.1.5 or later from http://caucho.com/download
 
# download Resin 3.1.5 or later from http://caucho.com/download
 
# 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-xxx.jar into resin-3.1.x/ext-lib (or your WEB-INF/lib)
 
 
# 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.

Latest revision as of 18:58, 2 December 2011

40px-Edit-clear.png This article requires cleanup and may refer to a legacy version of Resin.

Please visit http://www.caucho.com/documentation/ for the most up-to-date documentation.

Acegi and Resin

Acegi is a security framework which is typically used with Spring. It works with Resin easily without any extra modifications.

step by step

[Verified with Resin 3.1.5]

  1. download Resin 3.1.5 or later from http://caucho.com/download
  2. unzip Resin into resin-3.1.x
  3. download Acegi from http://www.acegisecurity.org
  4. copy acegi-security-samples-tutorial.war into resin-3.1.x/webapps
  5. start Resin using java -jar resin-3.1.x/lib/resin.jar
  6. 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.

Personal tools