简体   繁体   English

在Advanced Installer 8.x版本中为产品创建.EXE文件

[英]Creating .EXE file for Product in Advanced Installer 8.x version

Our company has developed a web application based on Flex+ Spring + Hibernate. 我们公司开发了基于Flex + Spring + Hibernate的Web应用程序。 My boss wants me to make a .exe file contains JRE, Tomcat, oracle, and our product, so that the client can just click something like installMe.exe and follow the wizard to complete the installation. 我的老板希望我制作一个包含JRE,Tomcat,oracle和我们的产品的.exe文件,以便客户端只需单击诸如installMe.exe之类的文件,然后按照向导完成安装即可。

I used to deploy web application with war. 我以前经常部署Web应用程序。 Just put it under tomcat webapps folder, and start tomcat. 只需将其放在tomcat webapps文件夹下,然后启动tomcat。 Now I am using Advanced Installer 8.x version,. 现在,我正在使用Advanced Installer 8.x版本。 How to select tomcat bundle folder in Advanced Installer to create tomcat web application? 如何在Advanced Installer中选择tomcat bundle文件夹以创建tomcat Web应用程序? , I am selecting ,我正在选择

c:\program files\apachetomcat>\tomcat6.0\webapps

please help me, I am struggling for many days 请帮助我,我挣扎了很多天

When using the Tomcat Web Application wizard you can simply select your Tomcat folder ( c:\\program files\\apachetomcat>\\tomcat6.0 ). 使用Tomcat Web应用程序向导时,您只需选择Tomcat文件夹( c:\\program files\\apachetomcat>\\tomcat6.0 )。 This way your installer contains both Tomcat and your web application. 这样,您的安装程序将同时包含Tomcat和Web应用程序。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM