diff options
author | Dennis Lundberg <dennisl@apache.org> | 2010-06-11 11:09:16 +0000 |
---|---|---|
committer | Dennis Lundberg <dennisl@apache.org> | 2010-06-11 11:09:16 +0000 |
commit | 024954c6af6cd2f3b23e906c0b0c4c370cb2db59 (patch) | |
tree | cd50e1a3aff31f28b29dd852e7f5b8ab03c78473 /archiva-docs | |
parent | 4664fef3660f66d1c38e9dc078d1ea626e99d758 (diff) | |
download | archiva-024954c6af6cd2f3b23e906c0b0c4c370cb2db59.tar.gz archiva-024954c6af6cd2f3b23e906c0b0c4c370cb2db59.zip |
The Windows batch file is called archiva.bat.
Merged from archiva-1.3.x branch.
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@953659 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-docs')
-rw-r--r-- | archiva-docs/src/site/apt/adminguide/standalone.apt | 6 | ||||
-rw-r--r-- | archiva-docs/src/site/apt/quick-start.apt | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/archiva-docs/src/site/apt/adminguide/standalone.apt b/archiva-docs/src/site/apt/adminguide/standalone.apt index 0c87b3091..0ae8108fb 100644 --- a/archiva-docs/src/site/apt/adminguide/standalone.apt +++ b/archiva-docs/src/site/apt/adminguide/standalone.apt @@ -13,7 +13,7 @@ Installing Standalone Distribution of Apache Archiva Archiva can be run by executing: - * <<<bin/archiva>>>, or <<<bin\archiva.bat>>> for windows (select the one for your environment). The argument can be <<<console>>> to run + * <<<bin/archiva>>>, or <<<bin\archiva.bat>>> for Windows (select the one for your environment). The argument can be <<<console>>> to run interactively, or <<<start>>> to run in the background (in this case, run the script with <<<stop>>> to later stop the server). The logs are available in the <<<logs>>> directory where Archiva is installed. @@ -24,7 +24,7 @@ Installing Standalone Distribution of Apache Archiva On Windows, to use the <<<start>>> and <<<stop>>> commands you must first install it as a service. This is done by running: ---- -.\bin\archiva install +.\bin\archiva.bat install ---- You can then use the <<<start>>> and <<<stop>>> commands as well as the traditional Windows service management console to manage the Archiva @@ -36,7 +36,7 @@ Installing Standalone Distribution of Apache Archiva You can later remove the service with: ---- -.\bin\archiva remove +.\bin\archiva.bat remove ---- * Separating the base from the installation diff --git a/archiva-docs/src/site/apt/quick-start.apt b/archiva-docs/src/site/apt/quick-start.apt index 627acb3eb..b54b38c3b 100644 --- a/archiva-docs/src/site/apt/quick-start.apt +++ b/archiva-docs/src/site/apt/quick-start.apt @@ -3,7 +3,7 @@ ----- Henri Yandell ----- - 1 October 2006 + 2010-06-11 ----- ~~ Licensed to the Apache Software Foundation (ASF) under one @@ -36,7 +36,7 @@ Installing Archiva ---- ./bin/archiva console (Linux, Mac, Solaris) -.\bin\archiva console (Windows) +.\bin\archiva.bat console (Windows) ---- You will need to choose a different start command based on your platform. The <<<console>>> argument |