Confluence Docs 2.10 : Setting up Confluence with IIS
This page last changed on Sep 10, 2008 by jfleming.
This page describes how to install Confluence Standalone with IIS using the Apache jk connector.
On this page: Error formatting macro: toc: java.lang.NullPointerException
Step 1. Install IISIf you are running Windows Server 2003, you will only be able to use IIS 5.1 or 6. If you are using Windows Server 2008, you might like to install IIS 7. IIS 6If you are using Windows Server 2003 or XP professional, follow these instructions for installing IIS 6. After installation is complete you should be able to go to http://localhost/iishelp/iis/misc/default.asp in your browser and see the IIS Getting Started page. IIS 7Similar to the previous Windows versions, IIS is not installed by default in Windows Server 2008 so you need to install it manually.
To check that IIS has been installed successfully, you can direct your browser to http://localhost/ and see the IIS 7 logo. You can learn more about IIS 7 from this website. Step 2. Install Confluence StandaloneDo a normal Confluence installation, after which you should be able to use confluence as usual through the URL http://localhost:8080. Step 3. Configure TomcatAdd another connector to your server.xml file, directly after the existing <Connector ... /> tag: <Connector port="8009" enableLookups="false" redirectPort="8443" protocol="AJP/1.3" URIEncoding="UTF-8" /> Restart Confluence.
INFO: Starting Coyote HTTP/1.1 on http-8080
7/09/2006 14:40:04 org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
7/09/2006 14:40:04 org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/31 config=null
Step 4. Configure the Tomcat ConnectorThese instructions are based on the Tomcat Connector, IIS Configuration documentation.
Step 5. Connect Confluence with IISConnect Confluence with IIS, depending on your version of IIS:
RELATED TOPICS
![]() ![]() ![]() ![]() |
![]() |
Document generated by Confluence on Dec 03, 2008 15:13 |