@@ -22,6 +22,17 @@ To avoid conflicts between library versions (e.g. Hazelcast).
...
@@ -22,6 +22,17 @@ To avoid conflicts between library versions (e.g. Hazelcast).
/Connection Pools angelegt.
/Connection Pools angelegt.
9. To verify the result, you can open the management page of Payara http://localhost:4848/ and under **Resources -> JDBC -> JDBC Connection Pools** you can see the pool from the configuration file. You can also test the connection by selecting the pool and then clicking on Ping. In addition, you can view the configurations for the database under the tab Additional properties.
9. To verify the result, you can open the management page of Payara http://localhost:4848/ and under **Resources -> JDBC -> JDBC Connection Pools** you can see the pool from the configuration file. You can also test the connection by selecting the pool and then clicking on Ping. In addition, you can view the configurations for the database under the tab Additional properties.
10. The JDNI Resource is at **Resources -> JNDI ->Custom** Resources and can also be edited in the portal.
Insert Image here
11. The project can be built with **mvn clean install** (located under /UrbanPulse/ ausführen). As a result, a *.war Datei file is will be created at **UrbanPulse/UrbanPulseManagement/target**.
12. The file can also be deployed to Payara in Payar‘s management page, under unter **Applications -> Deploy**.