I'd do a search on "IIS redirect" to see if there isn't a way to get IIS to redirect a browser from "/" to "/index.cfm". By having the browser redirect to "/index.cfm", IIS will now see the *.cfm extension in the request and know to forward it on to Tomcat.
Paul From: [email protected] [mailto:[email protected]] On Behalf Of Benjamin Davis Sent: Wednesday, November 11, 2009 1:43 PM To: [email protected] Subject: [OpenBD] Re: IIS 6 and OpenBD Ok, so a solution I have found...good or bad we'll see. It seems that IIS is dumb with its default documents. Inorder for it to "find" the index.cfm, you actually need to forward everything to Tomcat, so in the uriworkermap.properties file, I added /*=obdlb and now it works. The only downfall I see is that everything is being sent to IIS to Tomcat back to IIS and then to end user when IIS is perfectly capable of handling static files. Any other thoughts? --~--~---------~--~----~------------~-------~--~----~ Open BlueDragon Public Mailing List http://groups.google.com/group/openbd?hl=en official site @ http://www.openbluedragon.org/ !! save a network - trim replies before posting !! -~----------~----~----~----~------~----~------~--~---
