To set up a new IIS Web site, do the following.
Prerequisites
- These instructions do
not apply to
the following installation scenarios:
- AgilePoint BPMS for Azure
- AgilePoint running in Windows Service mode
- Windows Server 2003
Instructions
- Create a physical folder on
your local drive - for example,
c:\AgilePointServer.
The folder you create should not be located underneath or inside of
the folder your SharePoint Web site is installed in. (The default location of
the SharePoint site is usually c:\Inetpub\wwwroot\, so you should pick a
different location for your new site's folder).
- Go to the
IIS Manager and create a new Web site.
- Type a
Site name of the Web site - for example,
AgilePointServer. A new Application Pool is created along with the web
site.
Note: It is a best practice for memory utilization to have
a dedicated Application Pool in IIS for AgilePoint Server.
- In the
Physical Path field, browse and select the path to the
AgilePoint Server physical folder.
- In the
Port field, specify a unique port number (this must be different
than the port number used by SharePoint, which defaults to 80. It must also be
different from any other port numbers used for Web sites in IIS). It is
recommended to use a port number that consists of a 4 digits.
Note: During the AgilePoint Server installation, you
will be asked to specify the port number you chose above, the AgilePoint Server
Installer will install AgilePoint Server to this new Web site (folder and port
number).
- If necessary, specify a
Host Header name.
- Ensure the
Start Web site immediately check box is checked and click
OK.
The next step will be to configure the AgilePointServer IIS
Application Pool.
- In
IIS Manager, click the
Application Pool node.
- Right-click on the
AgilePointServer Application Pool and click
Advanced Settings.
- On the
Advanced Settings
window, ensure the following settings:
- You can test the settings by
right-clicking on the
Web site > Basic Settings > Test Settings. This step
verifies that the AgilePoint Server Service Account can access the physical
folder.
Note: In IIS 6, ensure that on the Home Directory tab, The content
for this resource should come from is set to A directory located on this
computer. This is the only setting supported by AgilePoint.