summaryrefslogtreecommitdiffstats
path: root/Documentation/install-j2ee.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/install-j2ee.txt')
-rw-r--r--Documentation/install-j2ee.txt16
1 files changed, 8 insertions, 8 deletions
diff --git a/Documentation/install-j2ee.txt b/Documentation/install-j2ee.txt
index 96814a0dbc..49270410e0 100644
--- a/Documentation/install-j2ee.txt
+++ b/Documentation/install-j2ee.txt
@@ -27,12 +27,6 @@ Installation
review_site/bin/gerrit.sh stop
----
-* Deploy the 'gerrit.war' file to your application server.
-+
-The deployment process differs between servers, but typically this
-can be accomplished by copying 'gerrit.war' into the 'webapps/'
-subdirectory of the container's installation.
-
* Configure JNDI DataSource 'jdbc/ReviewDb'.
+
This DataSource must point to the database you created above.
@@ -40,6 +34,12 @@ Don't forget to ensure your JNDI configuration can load the
necessary JDBC drivers. You may wish to ensure connection pooling
is configured and enabled within the DataSource.
+* Deploy the 'gerrit.war' file to your application server.
++
+The deployment process differs between servers, but typically this
+can be accomplished by copying 'gerrit.war' into the 'webapps/'
+subdirectory of the container's installation.
+
* ('Optional') Install Bouncy Castle Crypto API
+
If you enabled Bouncy Castle Crypto during 'init', copy the JAR
@@ -101,8 +101,8 @@ To start automatically when the system boots, create a start
script and modify it for your configuration:
----
- java -jar webapps/gerrit.war --cat extra/jetty7/gerrit-jetty.sh >/etc/init.d/gerrit-jetty.sh
- vi /etc/init.d/gerrit-jetty.sh
+ java -jar webapps/gerrit.war --cat extra/jetty7/gerrit-jetty.sh >/etc/init.d/gerrit-jetty
+ vi /etc/init.d/gerrit-jetty
----
[TIP]