that is great that u figured it out, kinda sucks for me as i will have many different applications (and the list is growing) that have the same name and that is another step to manage it all....
but maybe it's a good time to re-think that model :). thanks for solving that one! On Nov 13, 2007 11:43 AM, brandon.culpepper <[EMAIL PROTECTED]> wrote: > Holy crap it works!! All I had to do was make sure that the .swf files > were named something different. For some reason because I was using > main.html and main.swf in both sites the swf was getting cached I > guess. So I created one Flex app called RemoteTesting-1 and one called > RemoteTesting-2. I then compiled and pushed RemoteTesting-1 out to > mySite-1 and pushed RemoteTesting-2 out to mySite-2 and each are > working now using their own respective Application.cfm's. Let me know > if you have any questions Derrick. > > --- In [email protected] <flexcoders%40yahoogroups.com>, "Derrick > Anderson" > > <[EMAIL PROTECTED]> wrote: > > > > OMG!! i thought i was the only one in the world! i can confirm this > behavior > > and i can also confirm that it happens on application.cfm files with > > different names and no instance vars. > > > > it is absolutely killing me, let me know if u find anything and i'll > do the > > same! > > > > derrick > > > > On Nov 13, 2007 11:04 AM, Jeffry Houser <[EMAIL PROTECTED]> wrote: > > > > > Does each site have the same application name, set in the > cfapplication > > > tag (or possibly as an instance variable in the Application.cfc ) > > > > > > > > > brandon.culpepper wrote: > > > > > > > > > > > > Not sure if this is a Caching problem or not. > > > > > > > > Server setup: > > > > One CFMX 7.0.2 Standard Edition server with many sites in their own > > > > directories in the webroot. This is not the multi-instance > install of > > > > CF I would prefer but we are working towards that. > > > > > > > > Problem: > > > > mySite-1 hits the flex2gateway and everything is fine. mySite-2 > tries > > > > to hit the flex2gateway and for some reason the flex app is > trying to > > > > use the Application.cfm for mySite-1 and is bombing out because it > > > > thinks I am not logged in. > > > > > > > > When I restart the CF service and hit the > > > > flex2gateway from mySite-2 first everything is fine but hitting it > > > > from mySite-1 is now trying to use the Application.cfm from > mySite-2. > > > > > > > > It seems to only want to use the Application.cfm from what ever the > > > > first site is to hit it. > > > > > > > > Any one else come across this? > > > > > > > > > > > > > > -- > > > Jeffry Houser, Technical Entrepreneur, Software Developer, Author, > > > Recording Engineer > > > AIM: Reboog711 | Phone: 1-203-379-0773 > > > -- > > > My Company: <http://www.dot-com-it.com> > > > My Podcast: <http://www.theflexshow.com> > > > My Blog: <http://www.jeffryhouser.com> > > > > > > > > > > > > > >

