Skip to content

Commit ce13541

Browse files
committed
LRDOCS-80
1 parent c2ec3a3 commit ce13541

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

userGuide/en/chapters/11-installing-liferay.markdown

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1624,7 +1624,9 @@ Liferay Portal needs to have the Liferay Portal Dependency JARs, an appropriate
16241624
- `resin.jar`
16251625
- `script-10.jar`
16261626

1627-
2. Make sure the JDBC driver for your database is accessible by Tomcat. Obtain the JDBC driver for your version of the database server. In the case of MySQL, use `mysql-connector-java-{$version}-bin.jar`. You can download the latest MySQL JDBC driver from [http://www.mysql.com/products/connector/](http://www.mysql.com/products/connector/). Extract the JAR file and copy it to `$TOMCAT_HOME/lib/ext`.
1627+
4. Make sure the JDBC driver for your database is accessible by Tomcat. Obtain the JDBC driver for your version of the database server. In the case of MySQL, use `mysql-connector-java-{$version}-bin.jar`. You can download the latest MySQL JDBC driver from [http://www.mysql.com/products/connector/](http://www.mysql.com/products/connector/). Extract the JAR file and copy it to `$TOMCAT_HOME/lib/ext`.
1628+
1629+
5. Liferay requires an additional .jar on Tomcat installations to manage transactions. This is included in the bundle, but you need to add it if you're installing Liferay manually. You may find this .jar here: [http://www.oracle.com/technetwork/java/javaee/jta/index.html](http://www.oracle.com/technetwork/java/javaee/jta/index.html). Place this file in Tomcat's lib/ext folder.
16281630

16291631
Now that you have the necessary libraries in place, we'll move on to configuring your domain.
16301632

0 commit comments

Comments
 (0)