首页 新闻 论坛 群组 Blog 文档 下载 读书 Tag 网摘 搜索 .NET Java 游戏 视频 人才 外包 培训 数据库 书店 程序员
中国软件网
欢迎您:游客 | 登录 注册 帮助
  • jboss 怎么整合到IIS中去?? [无满意答案结帖,结帖人:Caeserxu]
    进入用户个人空间
    加为好友
    发送私信
    在线聊天
    • Caeserxu
    • 等级:
    • 可用分等级:
    • 总技术分:
    • 总技术分排名:
    • 结帖率:
    发表于:2007-05-29 19:41:16 楼主
    如题,请给出有实际操作的经验,谢谢!
    20  修改 删除 举报 引用 回复
    进入用户个人空间
    加为好友
    发送私信
    在线聊天
    • grieved
    • 等级:
    • 可用分等级:
    • 总技术分:
    • 总技术分排名:
    发表于:2007-08-20 21:53:131楼 得分:0
    路过帮顶
    修改 删除 举报 引用 回复
    进入用户个人空间
    加为好友
    发送私信
    在线聊天
    • yzh_213
    • 等级:
    • 可用分等级:
    • 总技术分:
    • 总技术分排名:
    发表于:2007-08-24 14:45:592楼 得分:0
    装一个ISAPI Rewrite
    下载地址 http://www.isapirewrite.com/
    1.Installl ISAPI Rewrite
    Visit http://www.isapirewrite.com/ and download the trial version of the ISAPI Rewrite
    plugin.
    · Direct download is
    http://www.isapirewrite.com/download/isapi_rwf_x86_0060.msi
    · Launch the installation program and accept all of the default settings.
    · You will be prompted to restart IIS and you should allow this.
    · If you experience trouble with the installation, you’ll need to refer to the
    2.developers of this product.
    Fixing the ISAPIRewrite association issue
    After installing, it may be necessary to “fix” the association of this filter.
    · Open a command prompt
    · Navigate to C:\Program Files\Helicon\ISAPI_Rewrite
    · Launch the ProxyCfg.vbs script
    o Proxycfg.vbs –r or cscript proxycfg.vbs –r

    · Restart IIS

    3.Configure ISAPI Rewrite
    The last step is to modfy the httpd.ini file which resides in C:\Program
    Files\Helicon\ISAPI_Rewrite
    Add this line to the bottom of the file.
    # Proxy requests to Apache on 8080.
    # FOR TEST APPLICATION
    RewriteProxy /test(.*) http\://localhost:8080/testweb$1 [I,U]
    Save the file. You should not need to restart IIS.

    jboss中的web访问为http://localhost:8080/testweb
    修改 删除 举报 引用 回复

    网站简介广告服务网站地图帮助联系方式诚聘英才English 问题报告
    北京创新乐知广告有限公司 版权所有 京 ICP 证 070598 号
    世纪乐知(北京)网络技术有限公司 提供技术支持
    Copyright © 2000-2008, CSDN.NET, All Rights Reserved