]> source.dussan.org Git - archiva.git/commitdiff
add note in doc for adding classpath line for new jdbc driver
authorOlivier Lamy <olamy@apache.org>
Wed, 2 Jan 2013 09:00:47 +0000 (09:00 +0000)
committerOlivier Lamy <olamy@apache.org>
Wed, 2 Jan 2013 09:00:47 +0000 (09:00 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1427714 13f79535-47bb-0310-9956-ffa450edef68

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

index fc8d023ed48bfdef2c8154070e3398e9979e6450..54ba8c4ab5e14d02bd5be415fae50ab38d88d847 100644 (file)
@@ -3,7 +3,7 @@
  ------
  Olivier Lamy
  ------
- 2012-09-26
+ 2013-01-03
  ------
 
 ~~ Licensed to the Apache Software Foundation (ASF) under one                      
@@ -137,7 +137,19 @@ wrapper.java.command=fullpath to your java executable
 
  [[1]] Place the jar containing the JDBC driver in the <<<lib>>> directory of the Archiva installation.
 
- [[2]] Edit <<<conf/jetty.xml>>>, providing the JDBC driver class
+ [[2]] Edit <<<conf/wrapper.conf>>> to add it in the jetty classpath
+
++------+
+ Find lines with:
+ wrapper.java.classpath.x=%REPO_DIR%/tomcat-juli-7.0.34.jar
+
+ Add one
+
+ wrapper.java.classpath.x+1=%REPO_DIR%/yourjdbcdriver.jar
+
++------+
+
+ [[3]] Edit <<<conf/jetty.xml>>>, providing the JDBC driver class
  name, database url, username, and password.
 
  []