Installer for web application

Posted by Xinus on Stack Overflow See other posts from Stack Overflow or by Xinus
Published on 2010-04-05T10:19:22Z Indexed on 2010/04/05 10:23 UTC
Read the original article Hit count: 178

We have developed a web application which is to be deployed by nontechnical person. Therefor I want to create an installer for it. Installer has functions of installing JVM, Apache Tomcat, and the web application war file depending on whether they are installed or not. Is there any installation suit which I can use to achieve this?

© Stack Overflow or respective owner

Related posts about web-application

Related posts about deployment-setup