I have a problem here with me at the moment, regarding application servers. I want to build an app. that connects to the database using Spring (not Spring Boot).
I first started with glassfish, in which I could not create a connection pool. So, someone recommended that I use Payara Server for pooling.
These is what I did:
- Because I did not have Payara Plugins in Netbeans, I downloaded and plugged them in.
- Created a server in Netbeans using a simple GUI (click-away)
- During creation, Netbeans required me to select/download a server. I told Netbeans to download it for me (I selected this version to be downloaded: Payara 4.1.1.161).
- The server was then created successfully.
When I start the server, I receive the following error: