fix typo in context path

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1143863 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2011-07-07 15:02:59 +00:00
parent 445dfd7416
commit 4e18b216a5
1 changed files with 10 additions and 10 deletions

View File

@ -17,15 +17,15 @@
~ specific language governing permissions and limitations ~ specific language governing permissions and limitations
~ under the License. ~ under the License.
--> -->
<Context path="/continuum"> <Context path="/archiva">
<Resource name="jdbc/users" auth="Container" type="javax.sql.DataSource" <Resource name="jdbc/users" auth="Container" type="javax.sql.DataSource"
username="sa" username="sa"
password="" password=""
driverClassName="org.apache.derby.jdbc.EmbeddedDriver" driverClassName="org.apache.derby.jdbc.EmbeddedDriver"
url="jdbc:derby:${catalina.base}/target/database/users;create=true" url="jdbc:derby:${catalina.base}/target/database/users;create=true"
/> />
<Resource name="mail/Session" auth="Container" <Resource name="mail/Session" auth="Container"
type="javax.mail.Session" type="javax.mail.Session"
mail.smtp.host="localhost"/> mail.smtp.host="localhost"/>
</Context> </Context>