惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

罗磊的独立博客
SecWiki News
SecWiki News
酷 壳 – CoolShell
酷 壳 – CoolShell
爱范儿
爱范儿
量子位
M
MIT News - Artificial intelligence
GbyAI
GbyAI
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
TaoSecurity Blog
TaoSecurity Blog
博客园 - 【当耐特】
H
Heimdal Security Blog
腾讯CDC
The Last Watchdog
The Last Watchdog
Security Archives - TechRepublic
Security Archives - TechRepublic
Hacker News: Ask HN
Hacker News: Ask HN
S
Schneier on Security
Microsoft Security Blog
Microsoft Security Blog
WordPress大学
WordPress大学
博客园 - 司徒正美
Recent Commits to openclaw:main
Recent Commits to openclaw:main
C
Cybersecurity and Infrastructure Security Agency CISA
S
SegmentFault 最新的问题
大猫的无限游戏
大猫的无限游戏
Application and Cybersecurity Blog
Application and Cybersecurity Blog
F
Full Disclosure
有赞技术团队
有赞技术团队
T
Tailwind CSS Blog
Engineering at Meta
Engineering at Meta
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
T
Threatpost
月光博客
月光博客
A
Arctic Wolf
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
雷峰网
雷峰网
T
Troy Hunt's Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
The Cloudflare Blog
D
DataBreaches.Net
O
OpenAI News
L
LINUX DO - 最新话题
宝玉的分享
宝玉的分享
小众软件
小众软件
V
Vulnerabilities – Threatpost
A
About on SuperTechFans
人人都是产品经理
人人都是产品经理
T
The Exploit Database - CXSecurity.com
Martin Fowler
Martin Fowler
美团技术团队
P
Privacy International News Feed

博客园 - Brendan

IIS与TOMCAT协同工作---在IIS下运行JSP页面 AXIS部署错误解决方案集锦 使用System.Web.Mail发送Mail的错误解决方案 类的XML序列化(XML Serialization) [翻译]你可以赚钱,但你不能赚时间 Windows 2003 Server配置IIS服务器(ASP, ASP.NET)全功略 Session state can only be used when enableSessionState is set to true, either in a configuration file or in the Page directive 用MS SQL Server事件探查器来跟踪数据库的操作 反反编译工具——Deploy.NET C中获取当前时间的函数 Buffered I/O 与 Non-Buffered I/O性能差异的实例体验 替换函数(Substitution Function) 主定理(Master Theorem) Dynamic Programming之Longest Increasing Subsequence (LIS)问题 ADO.NET数据库连接模块 ASP.NET控件事件丢失的探究 SQLDMO For C#(翻译) 关联(Association)设计中的扇形陷阱(Fan Traps)和断层陷阱(Chasm Traps) 简单并发控制
[转载]Manually configuring Microsoft Internet Information Services (IIS)
Brendan · 2006-12-11 · via 博客园 - Brendan

Manually configuring Microsoft Internet Information Services (IIS)

原文摘自http://publib.boulder.ibm.com/infocenter/wasinfo/v5r1//index.jsp?topic=/com.ibm.websphere.base.doc/info/aes/ae/tins_manualWebIIS.html

This topic describes manual configuration settings for Internet Information Services (IIS).

Why and when to perform this task

Follow this procedure to manually reproduce how the Installation wizard configures the Microsoft Internet Information Services Web server.

Configuring IIS 5.0

  1. Start the IIS application.
  2. Create a new virtual directory for the Web site instance that you intend to work with WebSphere Application Server. These instructions assume that you are using the Default Web Site.
    1. Expand the tree on the left until you see Default Web Site. Right-click Default Web Site and select New > Virtual Directory to create the directory with a default installation.

      In the wizard for adding a virtual directory, perform the following steps:

      1. Type sePlugins in the "Alias to be used to Access Virtual Directory" field.
      2. Browse to the WebSphere Application Server install_root\bin directory in the "Enter the physical path of the directory containing the content you want to publish" field.
      3. Select the Allow Execute Access check box in the "What access permissions do you want to set for this directory" field.
      4. Click Finish to add the sePlugins virtual directory to your default Web site.
  3. Add the Internet Services Application Programming Interface (ISAPI) filter into the IIS configuration.
    1. Right-click the host name in the tree on the left and click Properties.

      In the Properties dialog, perform the following steps:

      1. Go to the Internet Information Services tab.
      2. Click WWW Service in the Master properties window.
      3. Click Edit to open the WWW Service master properties window.
      4. Click ISAPI Filters > Add to open the Filter properties window.
      5. Type iisWASPlugin in the "Filter Name" field.
      6. Click Browse in the Executable field.
      7. Browse to the install_root\bin directory.
      8. Click the iisWASPlugin_http.dll file.
      9. Click OK until all open windows close.
  4. Add the Plugin Config variable to the registry under the path HKEY_LOCAL_MACHINE > SOFTWARE > IBM > WebSphere Application Server > 5.x.0.0 where x designates the version.

    Set the value of the Plugin Config variable to the location of the configuration file, which is the install_root\config\cells\plugin-cfg.xml directory.

Configuring IIS 6.0

  1. Start the IIS application.
  2. Create a new virtual directory for the Web site instance that you intend to work with WebSphere Application Server. These instructions assume that you are using the Default Web Site.
    1. Expand the tree on the left until you see Default Web Site. Right-click Default Web Site and select New > Virtual Directory to create the directory with a default installation.
    2. In the wizard for adding a virtual directory, perform the following steps:
      1. Type sePlugins in the "Alias to be used to Access Virtual Directory" field.
      2. Browse to the WebSphere Application Server install_root\bin directory in the "Enter the physical path of the directory containing the content you want to publish" field.
      3. Select the Allow Execute Access check box in the "What access permissions do you want to set for this directory" field.
      4. Click Finish to add the sePlugins virtual directory to your default Web site.
  3. Add the Internet Services Application Programming Interface (ISAPI) filter into the IIS configuration.
    1. Right-click Default Web Site in the tree on the left and click Properties.
    2. In the Properties dialog, perform the following steps:
      1. Go to the Internet Information Services tab.
      2. Go to the ISAPI Filters tab.
      3. Click Add to open the Filter properties window.
      4. Type iisWASPlugin in the "Filter Name" field.
      5. Click Browse in the Executable field.
      6. Browse to the install_root\bin directory.
      7. Click the iisWASPlugin_http.dll file.
      8. Click OK until all open windows close.
  4. Add the Plugin Config variable to the registry under the path HKEY_LOCAL_MACHINE > SOFTWARE > IBM > WebSphere Application Server > 5.x.0.0 where x designates the version.

    Set the value of the Plugin Config variable to the location of the configuration file, which is the install_root\config\cells\plugin-cfg.xml directory.

  5. Enable the Web server to run WebSphere Application Server extensions:
    1. Expand the tree on the left until you see Web service extensions.
    2. Click Web service extensions.
    3. Click All Unknown ISAPI extensions on the right side of the page.
    4. Click Allow.

Results

You can configure the Internet Information Services (IIS) Web server to work with WebSphere Application Server, Version 5.x.