How can I automatically redeploy the Flex application when I change flex-config.xml?

A: If you are using Jrun as app server, then add the following into the jrun.xml under
<service class="jrun.deployment.DeployerService" name="DeployerService">

<service name="Flex Web Application Factory" class="jrun.servlet.WebApplicationFactory" >
<attribute name="mandatoryFingerPrint">WEB-INF/flex/flex-config.xml</attribute>
</service>

Then restart jrun. Now the flex-config.xml is a watched file, when you modify flex-config.xml, Jrun will redeploy the app for you, so you don't have to restart the server each time you modify the flex-config.xml file.

相关文章:

  • 2022-12-23
  • 2021-06-28
  • 2021-09-17
  • 2021-05-16
  • 2022-12-23
  • 2022-12-23
  • 2021-05-04
  • 2022-12-23
猜你喜欢
  • 2022-02-15
  • 2021-11-27
  • 2022-12-23
  • 2021-11-10
  • 2021-11-10
  • 2021-12-03
相关资源
相似解决方案