Flex项目部署笔记

xiaoxiao2026-05-17  13

Flex项目构建完成后,需要重本地的服务器,构建到专门的服务器。serverRootURL是需要更改的。

例如:在开发的时候,使用的serverRootURLhttp://localhost:8400/blazeds/

部署后的serverRootURL www.myProject.com..则需要更改配置。

更改步骤如下:

打开 flex项目目录的 .flexProperties 文件,修改

<flexProperties

flexServerType="2"

serverContextRoot="/blazeds" serverRoot="D:/delete_it/2009-05-19/blazeds-turnkey-4.0.0.6951/tomcat/webapps/blazeds" serverRootURL="http://localhost:8400/blazeds/"

toolCompile="true"

useServerFlexSDK="false"

version="1"/>

更改红色字体内容就可以了。

相关资源:敏捷开发V1.0.pptx
转载请注明原文地址: https://www.6miu.com/read-5048936.html

最新回复(0)