mirror of https://github.com/apache/archiva.git
fix typo
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@639119 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ab56202d83
commit
b147d24630
|
@ -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.
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue