Hi, I was looking at the isapi_redirect stuff, and found that in worker.properties you can do extension mapping.
I am not expert, but just guessing. Try adding .mxml explicitly? Something like this, assuming "/flex" points to Flex application in Tomcat. [uri:/flex] info=flex app in the default context. context=/flex debug=0 [uri:/flex/*.mxml] info=Extension mapping [uri:/flex/*] info=Map the whole webapp -abdul -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of John Crosby Sent: Saturday, May 28, 2005 10:10 PM To: [email protected] Subject: [flexcoders] Integrating Tomcat, Flex & IIS Integrating Tomcat, Flex & IIS I need to integrated Tomcat with IIS so it (IIS) serves up Flex applications? I've set up Flex with Tomcat to successfully run off of port 8080, and I have used an ISAPI rewrite to get the Tomcat JSP examples to be successfully served from IIS. My Problem is Tomcat won't serve up the mxml pages. I've set up a virtual directory in IIS for the flex samples. I've even tried setting up the ISAPI redirect for that specific virtual directory. Any help/ideas would be greatly appreciated. Thanks in advance. :) ////////////////////////////// - John Crosby MCI :: RealEyes Media :: Yahoo! Groups Links Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

