Skip to content

Commit 29859f0

Browse files
committed
update readme
1 parent 87a9252 commit 29859f0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

jakarta-ee/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ CREATE TABLE programming_language(
107107
);
108108
```
109109

110-
## Building and deploying the application
110+
## Configuring Glassfish
111111

112112
[Download MariaDB Connector/J](https://mariadb.com/downloads/connectors/connectors-data-access/java8-connector) (select Java8+ connector) and place the JAR in the **lib** directory of the fault GlassFish domain (replace `[GLASSFISH_HOME]` with the directory in which your GlassFish installation resides):
113113

@@ -149,6 +149,8 @@ Go to **Resources > JDBC > JDBC Resources**. Click **New** and fill in the follo
149149

150150
Click **OK**.
151151

152+
## Building and deploying the application
153+
152154
Build the WAR file:
153155

154156
```Bash

0 commit comments

Comments
 (0)