JAVA & XML & JAVASCRIPT & AJAX & CSS

Web 2.0 技术储备............

  BlogJava :: 首页 :: 新随笔 :: 联系 :: 聚合  :: 管理 ::
  77 随笔 :: 17 文章 :: 116 评论 :: 0 Trackbacks

01 2009 档案

     摘要: Weblogic中的描述符导致的应用性能问题.  阅读全文
posted @ 2009-01-06 17:51 Web 2.0 技术资源 阅读(2944) | 评论 (1)  编辑

     摘要: 修改Apache配置文件:
1.修改 /apache2/conf/mime.types文件,在末尾增加一行:text/x-component htc
2.修改 /apache2/conf/httpd.conf文件,在末尾增加一行:AddType text/x-component .htc
3.重启apache服务器
4.清空IE缓存测试下,问题解决了(这个还是有必要的)。

如果增加 AddType text/x-component .htc 后无法启动Apache,就不要增加了。
从上面的文档来说其实只要修改其中一个就行了。
  阅读全文
posted @ 2009-01-06 17:40 Web 2.0 技术资源 阅读(3940) | 评论 (0)  编辑