-1

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.

Triple Mag
  • 13
  • 6

1 Answers1

0

Create an exe for your Java EE web Application is not possible. The WAR file is the closest to it.

More info: How to create Java webapp installer (.exe) that includes Tomcat and MySQL?"