summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorHenri Yandell <bayard@apache.org>2006-11-10 21:24:54 +0000
committerHenri Yandell <bayard@apache.org>2006-11-10 21:24:54 +0000
commit103c532d41d26d846b2b1f91771d6e9cd58827fa (patch)
treeae7268a8deb63a6fe6185aecd8108921f0df01f5 /src
parent1b923cd669aa67ea32a4de04e52c2fa1eea1d692 (diff)
downloadarchiva-103c532d41d26d846b2b1f91771d6e9cd58827fa.tar.gz
archiva-103c532d41d26d846b2b1f91771d6e9cd58827fa.zip
Note that the plexus-webapp is currently broken
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@473500 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src')
-rw-r--r--src/site/apt/guides/getting-started/index.apt24
1 files changed, 13 insertions, 11 deletions
diff --git a/src/site/apt/guides/getting-started/index.apt b/src/site/apt/guides/getting-started/index.apt
index e6ee4a266..4e582e888 100644
--- a/src/site/apt/guides/getting-started/index.apt
+++ b/src/site/apt/guides/getting-started/index.apt
@@ -50,17 +50,6 @@ To build
* Run: mvn install:install-file -DgroupId=javax.mail -DartifactId=mail -Dversion=1.3.2 -Dpackaging=jar -Dfile=javamail-1.3.2/mail.jar
-To deploy Archiva on Plexus
-
- Plexus is a container developed as a part of Maven. It provides a very simple way to get started with Archiva:
-
- * Unpack the archiva-plexus-runtime/target/archiva-bin.tar.gz archive into a directory of your choice.
-
- * Start with: ./bin/plexus.sh start or a platform specific version.
-
- * A Derby exception "Schema 'SA' does not exist" occurs, but is not of concern.
-
-
To deploy Archiva to Tomcat 5.5
* Create a directory in tomcat called archiva, at the same level as bin, conf, logs and the others.
@@ -97,6 +86,19 @@ To deploy Archiva to Tomcat 5.5
When you first start Archiva, you will see an Exception that schema SA does not exist - however it doesn't appear to cause a problem. If you use a username other than 'sa', such as 'archiva', then you seem to get the same error but Tomcat fails to start the context and you have to shutdown and restart again.
+To deploy Archiva on Plexus
+
+ (THIS IS CURRENTLY BROKEN)
+
+ Plexus is a container developed as a part of Maven. It provides a very simple way to get started with Archiva:
+
+ * Unpack the archiva-plexus-runtime/target/archiva-bin.tar.gz archive into a directory of your choice.
+
+ * Start with: ./bin/plexus.sh start or a platform specific version.
+
+ * A Derby exception "Schema 'SA' does not exist" occurs, but is not of concern.
+
+
Setting up your Archiva instance
* Goto {{http://localhost:8080/archiva/}} if on Tomcat or {{http://localhost:8080/}} if on Plexus.