Installer for web application

We have developed a web application that will be deployed by a non-technical person. Therefore, I want to create an installer for it. The installer has the functions of installing the JVM, Apache Tomcat, and the military web application file, depending on whether they are installed or not. Is there any installation suit I can use to achieve this?

+3
source share
2 answers

If you are targeting the Linux platform, the best way to do this is to create packages (rpm or deb) with dependencies for jvm and tomcat.

+2
source

Winstone WAR ( Servlet -, ), -way (- Java).

, JAR Winstone WAR ( , "winstone" ). WAR "embedded.war" - ( META-INF ).

, : "java -jar winstone.jar", - ROOT. http://localhost:8080/, .

(, ), , , "embedded.properties".

, , jar.

+1

Source: https://habr.com/ru/post/1739833/


All Articles