I pulled this from the .flexProperties file in one of my an FDS projects. Hope this is what your are looking for.
<?xml version="1.0" encoding="UTF-8"?> <flexProperties version="1" toolCompile="true" flexServerType="2" serverRoot="C:\FlexProjects\myapp.war" serverRootURL="http://appservername:8080/myapp/" serverContextRoot="/myapp"/> Greg --- In [email protected], "Mark Piller" <[EMAIL PROTECTED]> wrote: > > Hey Scott, > > I do not see what changes you have made, both XML snippets looks the > same to me. > > When you create an FDS project, you need to enter all three values for > your FDS server (or WebORB in case of our product). Sounds like you're > running Coldfusion. Perhaps someone from the list will chime in with > the FDS/CF configuration they use. > > Thanks, > Mark > > --- In [email protected], "Scott Hoff" <shoff@> wrote: > > > > I was able to get it to work by changing it from: > > > > <?xml version="1.0" encoding="UTF-8"?> > > <flexProperties version="1" toolCompile="true" flexServerType="0"/> > > > > to: > > > > <?xml version="1.0" encoding="UTF-8"?> > > <flexProperties version="1" toolCompile="true" flexServerType="0"/> > > > > However, I wasn't sure how to fill out the rest of the stuff that you > > specified. Do I always need to start a new flex files with the war > > files that come with flex? I'm not sure which root folder to point it > > to. I know that flex services needs all of the config files... > > >

