]> source.dussan.org Git - archiva.git/commitdiff
fix typo
authorBrett Porter <brett@apache.org>
Thu, 20 Mar 2008 02:38:09 +0000 (02:38 +0000)
committerBrett Porter <brett@apache.org>
Thu, 20 Mar 2008 02:38:09 +0000 (02:38 +0000)
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@639119 13f79535-47bb-0310-9956-ffa450edef68

archiva-docs/src/site/apt/adminguide/webapp.apt

index 28d3cf57818aa46259a42eb167f2e2ad0039621b..b58aaeaa437125734076d7362bfc25d715a71533 100644 (file)
@@ -25,13 +25,13 @@ To deploy Archiva on Tomcat 5.5
 +-------------------------------------------------------------------------+
  <?xml version="1.0" encoding="UTF-8"?>
  <Context path="/archiva"
-          docBase="${catalina.home}/archiva/archiva-webapp-1.0.war">
+          docBase="${catalina.home}/archiva/archiva-webapp-1.1.war">
 
  <Resource name="jdbc/users" auth="Container" type="javax.sql.DataSource"
            username="sa"
            password=""
            driverClassName="org.apache.derby.jdbc.EmbeddedDriver"
-           url="jdbc:derby:/path/to/database/archiva;create=true" />
+           url="jdbc:derby:/path/to/database/users;create=true" />
 
  <Resource name="jdbc/archiva" auth="Container" type="javax.sql.DataSource"
            username="sa"
@@ -83,4 +83,4 @@ Upgrading Archiva
 Configuring and Running Archiva
 
   Once Archiva is running, it is configured in the same way as the standalone instance. See the {{{../quick-start.html#Setting%20up%20your%20Archiva%20instance} quick start}} guide for more information.
-  
\ No newline at end of file
+