Update docs

git-svn-id: https://svn.apache.org/repos/asf/directory/samples/trunk@706554 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/apacheds-webapp/src/site/apt/index.apt b/apacheds-webapp/src/site/apt/index.apt
index 15779f1..89f1653 100644
--- a/apacheds-webapp/src/site/apt/index.apt
+++ b/apacheds-webapp/src/site/apt/index.apt
@@ -25,10 +25,10 @@
 ~~ http://maven.apache.org/doxia/references/apt-format.html
 
 
-ApacheDS Archetype Plugin
+ApacheDS-Webapp Archetype
 
- The ApacheDS Archetype Plugin allows the user to create a webapp project
- with an embed ApacheDS.
+ The ApacheDS-Webapp Archetype generates a WebApplication (war) project skeleton
+ with an embedded ApacheDS.
 
 
 * Usage
@@ -42,12 +42,24 @@
   -Dversion=1.0-SNAPSHOT \
   -DarchetypeGroupId=org.apache.directory.samples \
   -DarchetypeArtifactId=apacheds-webapp \
-  -DarchetypeVersion=1.0-SNAPSHOT
-
-or  
-
-mvn archetype:generate -DarchetypeCatalog=http://directory.apache.org
-
-Add the maven remote repository when you don't want to build the plugin yourself
+  -DarchetypeVersion=1.0-SNAPSHOT \
   -DarchetypeRepository=http://vm094.oxylos.org/mirror-maven2/
-+---
\ No newline at end of file
++---
+
+  or
+  
++---
+mvn archetype:generate -DarchetypeCatalog=http://directory.apache.org -DarchetypeRepository=http://vm094.oxylos.org/mirror-maven2/
++---
+
+  \
+  Then change to the created directory (myProject by default) and run the created webapp
+
++---
+cd myProject
+mvn jetty:run
++---
+
+  and point your browser to {{http://localhost:8080/ApacheDS/RootDse}}.
+  
+  For more information see also the {{{http://cwiki.apache.org/confluence/display/DIRxSRVx11/Embedding+ApacheDS+as+a+Web+Application}wiki page}}.
\ No newline at end of file