diff options
Diffstat (limited to 'src/site/apt/guides/getting-started/index.apt')
-rw-r--r-- | src/site/apt/guides/getting-started/index.apt | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/site/apt/guides/getting-started/index.apt b/src/site/apt/guides/getting-started/index.apt index 4e582e888..d7669abb7 100644 --- a/src/site/apt/guides/getting-started/index.apt +++ b/src/site/apt/guides/getting-started/index.apt @@ -50,6 +50,13 @@ 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 test-deploy Archiva on the embedded Jetty + + * cd archiva-webapp + + * mvn jetty:run + + 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. @@ -101,7 +108,7 @@ To deploy Archiva on Plexus Setting up your Archiva instance - * Goto {{http://localhost:8080/archiva/}} if on Tomcat or {{http://localhost:8080/}} if on Plexus. + * Goto {{http://localhost:9091/archiva/}} if on the embedded Jetty, {{http://localhost:8080/archiva/}} if on Tomcat or {{http://localhost:8080/}} 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. |