I currently have a dev server with Jrun 4 on it. I want touse Flex
Builder to create a FDS project that compiles on theserver. I have Jrun
instance with default-ear, flex, and SERVER-INFfolders. Under my
default-war folder I have the WEB-INF/flexfolder.When I create my FDS
project my root folder points todefault-war, my root URL points to
server:8104/....I use defaultlocation and call my project "Test". So now
I have a "Test" folderunder default-war with my Test.mxml.When I run the
app in Flex B...