简体   繁体   English

如何部署flex + java + blazeds应用程序?

[英]How to deploy a flex+java+blazeds application?

i have a problem, I developed an application using flex+java+blazeds with tomcat that provide flex enviroment. 我有一个问题,我使用提供flex环境的tomcat使用flex + java + blazeds开发了一个应用程序。

I want to deploy my application using tomcat but I can't, how can I deploy my app? 我想使用tomcat部署我的应用程序,但是我不能,该如何部署我的应用程序?

In project properties choose -> Flex Build Path -> set output folder to " WebContent " , output folder URL to url eg http://localhost:8080/yourappname . 在项目属性中,选择-> Flex构建路径 ->将输出文件夹设置为“ WebContent ”,将输出文件夹URL设置为url,例如http:// localhost:8080 / yourappname This will allow Tomcat to automatically pick up the generated flex files from the WebContent directory. 这将使Tomcat自动从WebContent目录中拾取生成的flex文件。

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

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