Long story short, we are installing Groupwise WebAccess on our ColdFusion 10 web server to offer webmail, and it is hard-coded to use the jakarta directory for it's own ISAPI_redirect.dll. ColdFusion was installed and integrated into IIS 7.5 rather than set to run standalone.
I'm not sure if the underlying Tomcat services that ColdFusion installs are being utilized, but I know that it requires the jakarta folder to run CF. So is it possible to configure somewhere in CF's files a different name of this virtual directory? I could create a cf-jakarta and map it to CF's ISAPI_redirect.dll file and this should not conflict with WebAccess' need for it's own ISAPI_redirect.dll.