> We currently have a CF9/IIS7.5 setup. We are trying to introduce a JSP > application and needed to install Tomcat to run it > (It's on port 8080). We need both CF and the JSP app to work on the same > HTTPS (443) site. I tried adding a ISAPI Redirect > in IIS but that just makes the entire site run with Tomcat. Anything else > you can do for both to work in parallel?
You can't have both of them handling the same set of URLs. You can define different context paths for each (assuming you're using CF 9 Enterprise multiserver configuration). Or you could just deploy your JSP app on JRun. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized instruction at our training centers, online, or onsite. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:351899 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

