diff options
author | Joakim Erdfelt <joakime@apache.org> | 2007-01-18 20:39:19 +0000 |
---|---|---|
committer | Joakim Erdfelt <joakime@apache.org> | 2007-01-18 20:39:19 +0000 |
commit | 79cc18ce7052c90339c8b17e9adff321e8cb3246 (patch) | |
tree | 7da0e6b726700bd41c0926d3b10a6af0f63bd2f2 /src | |
parent | 74d27bf44fdc8143814577176d27d7348320a056 (diff) | |
download | archiva-79cc18ce7052c90339c8b17e9adff321e8cb3246.tar.gz archiva-79cc18ce7052c90339c8b17e9adff321e8cb3246.zip |
* Upgraded webdav server to use new plexus-webdav with ability to override logic and correct flaws found in webdav servers.
* Added ProxiedDavServer component (used by plexus-webdav) to make /repository/ access proxied.
* Upgraded plexus, used [MRM-264] as baseline, but many more changes were needed.
* Plexus upgrade broken JSTL's <c:forTokens> taglib everywhere, corrected by moving away from that taglib.
* Created GroupIdLink tag following webwork guidelines for UI component.
* Fixed AuditLog.
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@497563 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src')
-rw-r--r-- | src/site/apt/guides/getting-started/index.apt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/site/apt/guides/getting-started/index.apt b/src/site/apt/guides/getting-started/index.apt index 7666dd749..0b362515e 100644 --- a/src/site/apt/guides/getting-started/index.apt +++ b/src/site/apt/guides/getting-started/index.apt @@ -94,7 +94,7 @@ To deploy Archiva on Plexus Setting up your Archiva instance - * Goto {{http://localhost:9091/}} if on the embedded Jetty, {{http://localhost:8080/archiva/}} if on Tomcat or {{http://localhost:8080/}} if on Plexus. + * Goto {{http://localhost:9091/}} if on the embedded Jetty, {{http://localhost:8080/archiva/}} if on Tomcat or {{http://localhost:8080/archiva/}} if on Plexus. * On the first page - setup your administration user. The password requires a numerical character and must not be longer than 8 chars. You'll then need to log in. User 'admin' as the username and the password you've entered. |