Hi all,

I have a WAR file that I need to install in a pre-installed Tomcat
directory. Does the following mean: "Stop Tomcat, install or uninstall the
WAR file, Start Tomcat."?

<Component
Id="flashaccess.war" Guid="{693127FB-E0B7-4FFE-B77C-DAA6AD8058FE}">
    <File Id="flashaccess.war" Name="flashaccess.war" KeyPath="yes"
      Source="..\..\FlashAccess\Webservice\Build\wars\flashaccess.war"/>
    <ServiceControl Id="StartTomcat6"
        Name="Tomcat6"
        Start="both"
        Wait="no" />
    <ServiceControl Id="StopTomcat6"
        Name="Tomcat6"
        Stop="both"
        Wait="no" />
</Component>

I have checked the event logs and see Tomcat is stopped and started, and I
have looked at verbose logs from the installer, but I am not sure of the
exact sequencing of the three events: stop, install/uninstall file, start. I
have also looked at the documentation for <ServiceControl/> and I am still
not sure.

Thank you,
Zachary
------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to