You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by fe...@apache.org on 2008/10/21 10:59:12 UTC

svn commit: r706554 - /directory/samples/trunk/apacheds-webapp/src/site/apt/index.apt

Author: felixk
Date: Tue Oct 21 01:59:11 2008
New Revision: 706554

URL: http://svn.apache.org/viewvc?rev=706554&view=rev
Log:
Update docs

Modified:
    directory/samples/trunk/apacheds-webapp/src/site/apt/index.apt

Modified: directory/samples/trunk/apacheds-webapp/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/directory/samples/trunk/apacheds-webapp/src/site/apt/index.apt?rev=706554&r1=706553&r2=706554&view=diff
==============================================================================
--- directory/samples/trunk/apacheds-webapp/src/site/apt/index.apt (original)
+++ directory/samples/trunk/apacheds-webapp/src/site/apt/index.apt Tue Oct 21 01:59:11 2008
@@ -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
+  -DarchetypeVersion=1.0-SNAPSHOT \
+  -DarchetypeRepository=http://vm094.oxylos.org/mirror-maven2/
++---
+
+  or
+  
++---
+mvn archetype:generate -DarchetypeCatalog=http://directory.apache.org -DarchetypeRepository=http://vm094.oxylos.org/mirror-maven2/
++---
 
-or  
+  \
+  Then change to the created directory (myProject by default) and run the created webapp
 
-mvn archetype:generate -DarchetypeCatalog=http://directory.apache.org
++---
+cd myProject
+mvn jetty:run
++---
 
-Add the maven remote repository when you don't want to build the plugin yourself
-  -DarchetypeRepository=http://vm094.oxylos.org/mirror-maven2/
-+---
\ No newline at end of file
+  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