Dears, I already created a Java EE web application.
This app has Java Bean, servlets, JPA, Apache server and running the server by Glassfish. When starting the app, I have to run the server manually, then the DB.
How can i let the end user use it, or installer when he clicks on it so it runs on the server and starts the application directly?
Please, I can not find an answer for this. Thanks in advance.