Browse Source

Added readme explaining that contacts is now a single application.

Luke Taylor 18 năm trước cách đây
mục cha
commit
5d8076056e
1 tập tin đã thay đổi với 20 bổ sung0 xóa
  1. 20 0
      samples/contacts/readme.txt

+ 20 - 0
samples/contacts/readme.txt

@@ -0,0 +1,20 @@
+
+
+The contacts application demonstrates the main Acegi Security features in action in a web application. Prior to version
+1.0.5, the application was built into several separate WAR files, each using different features - X.509, CAS, LDAP etc.
+
+In the interest of simplicity it has now been refactored into a single web application. The web application context is
+loaded from /WEB-INF/applicationContext-acegi-security.xml. The other context files have been left in the WEB-INF
+directory for reference but aren't used in the application.
+
+To run the application, assuming you have checked out the source tree from subversion, run
+
+mvn install
+
+from the project root. Then run
+
+mvn jetty:run
+
+from the contacts sample directory. This should start the web application on port 8080 for you to try out.
+
+$Id$