Our company has developed a web application based on Struts2 + Spring + Hibernate. My boss wants me to make a installation CD contains JRE, Tomcat, MySQL, and our product, so that the client can just click sth like installMe.exe and follow the wizard to complete the installation. I used to deploy web application with war. Just put it under tomcat webapps folder, and start tomcat. Which software should I choose to complete my boss's task? Thanks, guys.
我们公司开发了一个基于Struts2 + Spring + Hibernate的Web应用程序。我的老板要我制作一张包含JRE,Tomcat,MySQL和我们产品的安装光盘,这样客户端就可以点击像installMe.exe这样的软件,然后按照向导完成安装。我以前用战争部署Web应用程序。只需将它放在tomcat webapps文件夹下,然后启动tomcat即可。我应该选择哪种软件来完成老板的任务?多谢你们。
1 个解决方案
#1
3
You need to create an installer script and tell the installer where to put the files. I have used two, advanced installer which creates an MSI or Nullsoft which is from the guys who created winamp. A lot of open source companies are using it. I'd recommend the fist one, and getting a license to do the more complicated stuff.
您需要创建安装程序脚本并告诉安装程序将文件放在何处。我使用了两个高级安装程序创建了一个MSI或Nullsoft,它来自创建winamp的人。很多开源公司都在使用它。我推荐第一个,并获得执照更复杂的许可证。
The installation of Java is handled automatically with advanced installer. There is even a cool java template you can start from.
使用高级安装程序自动处理Java的安装。甚至可以从一个很酷的java模板开始。
#1
3
You need to create an installer script and tell the installer where to put the files. I have used two, advanced installer which creates an MSI or Nullsoft which is from the guys who created winamp. A lot of open source companies are using it. I'd recommend the fist one, and getting a license to do the more complicated stuff.
您需要创建安装程序脚本并告诉安装程序将文件放在何处。我使用了两个高级安装程序创建了一个MSI或Nullsoft,它来自创建winamp的人。很多开源公司都在使用它。我推荐第一个,并获得执照更复杂的许可证。
The installation of Java is handled automatically with advanced installer. There is even a cool java template you can start from.
使用高级安装程序自动处理Java的安装。甚至可以从一个很酷的java模板开始。