惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Stack Overflow Blog
Stack Overflow Blog
量子位
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
美团技术团队
小众软件
小众软件
aimingoo的专栏
aimingoo的专栏
Recent Announcements
Recent Announcements
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Microsoft Security Blog
Microsoft Security Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
酷 壳 – CoolShell
酷 壳 – CoolShell
J
Java Code Geeks
V
V2EX
大猫的无限游戏
大猫的无限游戏
D
DataBreaches.Net
博客园 - Franky
爱范儿
爱范儿
T
Tailwind CSS Blog
A
About on SuperTechFans
Google DeepMind News
Google DeepMind News
博客园_首页
B
Blog RSS Feed
博客园 - 司徒正美
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知

博客园 - waya

解決MySQL中文亂碼 java的圖像縮略方法 攝影用光 Flex調試工具Flextracepanel linux下安裝JDK5 得到不同時區的當前時間 - waya - 博客园 Flex實現的一些小應用,截幾個界面圖留驗 一個便宜的高负载网站架构 同時啟動多個Tomcat服務器 - waya - 博客园 在同一臺機器上同時啟動多個JBOSS spring2與spring1的單例模式的配置區別 Flex的多行表頭 Trace到文件的設置 開啟整屏窗口並無痕關閉父窗口 隱藏顯示表格行;確認提示窗口;開啟定制窗口 Log4j日志异步写入數據庫 參數URL編碼 時間字符串轉換 URL编码表一览
Installing Flex Data Services on JBoss
waya · 2007-03-10 · via 博客园 - waya

出處http://weblogs.macromedia.com/dharfleet/archives/2006/07/installing_flex.cfm

Installing Flex Data Services on JBoss

The aim with this coffee break guide is to get you up and running with Flex Data Services and Flex Builder / Eclipse using JBoss as your app server.

You will need to download and install Flex Builder, FDS and JBoss with Tomcat embedded (I am currently using 4.0.3 SP1). I assume you can figure out these installs on your own. Once you have these installed, you need to copy the following files:


[fds install]/resources/security/tomcat/flex-tomcat-common.jar
[fds install]/resources/security/tomcat/flex-tomcat-server.jar

into

[jboss root]/server/default/lib


Download the correct Xalan jars as described in "XPath Issues with JBoss 4.0.3 SP1", here http://www.adobe.com/support/documentation/en/flex/2/install.html#jboss


copy [fds install]/flex.war to a temporary directory and rename it fdsweb.war

insert into the WAR at fdsweb.war/WEB-INF/lib the Xalan jars. I have:


xalan.jar
xercesImpl.jar
xml-apis.jar

expand the war under the [jboss root]/server/default/deploy directory, calling the directory fdsweb.war

Start JBoss and go to: http://localhost:8080/fdsweb/

you should now see "Welcome to Adobe Flex Data Services 2! This is an empty .... "

In my next Coffee Break Guide, I will show you how to set up a very simple 'RPC' call between flex and java. Go drink your cold coffee !

JBoss Installation
JBoss XPath Issues
JBoss Download
Flex Data Services Download