Iis Coldfusion 11升级-web服务器配置问题

Iis Coldfusion 11升级-web服务器配置问题,iis,coldfusion,coldfusion-11,Iis,Coldfusion,Coldfusion 11,我们刚刚从coldfusion9迁移到coldfusion11,在访问托管在windows2003iis6上的网站时,我们面临以下问题 该网站以集成Windows身份验证模式托管。使用URL末尾的index.cfm访问站点时,提示输入凭据并抛出页面,即使提供了正确的凭据,也无法显示错误 摘自isapi_redirect.log调试日志 [debug]handle_notify_事件::jk_isapi_plugin.c(2179):过滤器已启动 [debug]map_uri_to_worker_

我们刚刚从
coldfusion9
迁移到
coldfusion11
,在访问托管在
windows2003
iis6
上的网站时,我们面临以下问题

  • 该网站以
    集成Windows身份验证
    模式托管。使用URL末尾的index.cfm访问站点时,提示输入凭据并抛出
    页面,即使提供了正确的凭据,也无法显示
    错误
  • 摘自
    isapi_redirect.log
    调试日志

    [debug]handle_notify_事件::jk_isapi_plugin.c(2179):过滤器已启动

    [debug]map_uri_to_worker_ext::jk_uri_worker_map.c(1170):正在尝试 从30个映射映射URI“//index.cfm”

    [debug]find_match::jk_uri_worker_map.c(984):尝试映射 上下文URI'/*.CFML=cfusion'source'uriworkermap'

    [debug]find_match::jk_uri_worker_map.c(984):尝试映射 上下文URI'/*.Cfml=cfusion'source'uriworkermap'

    。。[调试]查找匹配::jk_uri_worker_map.c(984): 正在尝试映射上下文URI“/*.cfml=cfusion”源“uriworkermap”

    [debug]find_match::jk_uri_worker_map.c(984):尝试映射 上下文URI“/*.CFC=cfusion”源“uriworkermap”

    [debug]find_match::jk_uri_worker_map.c(984):尝试映射 上下文URI'/*.swc=cfusion'source'uriworkermap'

    [debug]find_match::jk_uri_worker_map.c(984):尝试映射 上下文URI'/*.CFM=cfusion'source'uriworkermap'

    [debug]find_match::jk_uri_worker_map.c(984):尝试映射 上下文URI“/*.cfc=cfusion”源“uriworkermap”

    [debug]find_match::jk_uri_worker_map.c(984):尝试映射 上下文URI'/*.cfm=cfusion'source'uriworkermap'

    [debug]find_match::jk_uri_worker_map.c(997):找到一个wildchar匹配 “/*.cfm=cfusion”

    [debug]handle_notify_事件::jk_isapi_plugin.c(2261):检查 [/index.cfm]指向web inf目录

    [debug]handle_notify_事件::jk_isapi_plugin.c(2278):[/index.cfm]是 servlet url-应重定向到cfusion

    [debug]handle_notify_事件::jk_isapi_plugin.c(2316):向前 转义URI[/index.cfm]

    [debug]handle_notify_事件::jk_isapi_plugin.c(2389):转发至: /雅加达/isapi_redirect.dll

    [debug]handle_notify_事件::jk_isapi_plugin.c(2391):转发URI: TOMCATURI6A6B0000:/index.cfm

    [debug]handle_notify_事件::jk_isapi_plugin.c(2396):转发工作程序: TOMCATWORKER6A6B0000:cfusion

    [debug]handle_notify_事件::jk_isapi_plugin.c(2398):工作者索引: TOMCATWORKERIDX6A6B0000:28

    [debug]handle_notify_事件::jk_isapi_plugin.c(2179):过滤器已启动

    [debug]map_uri_to_worker_ext::jk_uri_worker_map.c(1170):正在尝试 要从30个映射映射URI“//jakarta/isapi_redirect.dll”

    [debug]find_match::jk_uri_worker_map.c(984):尝试映射 上下文URI'/flashservices/gateway/*=cfusion'source'uriworkermap'

    [debug]find_match::jk_uri_worker_map.c(984):尝试映射 上下文URI'/cfform internal/*=cfusion'source'uriworkermap'

    [debug]find_match::jk_uri_worker_map.c(984):尝试映射 上下文URI'/cffileservlet/*=cfusion'source'uriworkermap'

    [debug]find_match::jk_uri_worker_map.c(984):尝试映射 上下文URI“/cfformgateway/*=cfusion”源“uriworkermap”

    。。[debug]find_match::jk_uri_worker_map.c(984):尝试映射 上下文URI'/*.jsp=cfusion'source'uriworkermap'

    [debug]find_match::jk_uri_worker_map.c(984):尝试映射 上下文URI'/*.cfm=cfusion'source'uriworkermap'

    [debug]find_match::jk_uri_worker_map.c(984):尝试映射 上下文URI'/*.as=cfusion'source'uriworkermap'

    [debug]handle_notify_事件::jk_isapi_plugin.c(2404): [/jakarta/isapi_redirect.dll]不是servlet url

    [debug]init_ws_服务::jk_isapi_plugin.c(3494):读取扩展 头HTTP_TOMCATWORKER6A6B0000:(空)

    [debug]init_ws_服务::jk_isapi_plugin.c(3495):读取扩展 标题HTTP_tomcatworkeridx6a60000:-1

    [debug]init_ws_服务::jk_isapi_plugin.c(3496):读取扩展 头HTTP_TOMCATURI6A6B0000:(空)

    [debug]init_ws_服务::jk_isapi_plugin.c(3497):读取扩展 头HTTP_TOMCATQUERY6A6B0000:(空)

    [debug]init_ws_服务::jk_isapi_plugin.c(3502):没有URI头值 假如不守规矩

    [错误]HttpExtensionProc::jk_isapi_plugin.c(2622):初始化失败 服务请求

  • 在末尾运行不包括index.cfm的页面运行正常
  • 前。http:///test/ 工作但是http:///test/index.cfm 没有

    根据IIS Web服务器配置的安装指南:

    一,。已使用所有连接器相关文件创建文件夹1。
    ii.
    雅加达
    所有网站都有虚拟目录。
    iii.存在Tomcat ISAPI过滤器。
    处理人员也在场

  • CGI.Path\u Info正在返回
    [空字符串]
    。这个问题在CF 10的某个版本中被认为已修复

  • 任何指针都会非常有用吗?

    对不起,我不清楚您是否添加了雅加达虚拟目录。有吗@TRose:是的,
    Jakarta
    虚拟目录作为
    Web服务器配置工具的一部分添加