Siebel Server Installation Guide for Microsoft Windows > Installing the Siebel Web Server Extension > Post-Installation Tasks for Siebel Web Server Extension >

Adding a New Virtual Directory to IIS


Virtual Directories are created automatically when you install the SWSE.

However, you may in some cases want to create your own virtual directory, for example, to be able to test features such as Web site Single Sign-on, so that you can point to an already existing Application Object Manager.

To do this, you would add the new virtual directory, using the IIS Administrator, then add a file called sweiis.dll, which is available from
SIEBEL_ROOT\SWEApp\BIN. This allows communication with the Siebel Server.

Following this, you must add the name of the new virtual directory to the appropriate connect string in the eapps.cfg file in SIEBEL ROOT\SWEApp\BIN.

To add the new virtual directory

  1. Using the IIS Administrator, navigate to the default Web site.
  2. Right-click the default Web site and select Create a New Virtual Directory.
  3. The Welcome screen for the Virtual Directory Creation Wizard appears.

  4. Click Next.
  5. Type your virtual directory name in the alias section (htmlshowcase) and click Next.
  6. Type the installation path for the SWSE (for example, C:\SWSEAPP_ROOT\SWEApp\PUBLIC\ENU) and click Next.
  7. On the Access Permissions screen, indicate the permissions you want to assign for the directory.
  8. Click Finish.
  9. IIS creates the virtual directory.

  10. Right-click the new virtual directory and select Properties.
  11. The Virtual Directory Name Properties dialog box appears.

  12. Verify that the correct information was added.
  13. For example, is the installation path for the SWSE correct?

    Are the access rights assigned correct for this directory?

  14. Click the Configuration button.
  15. The Application Configuration dialog box appears.

    This dialog box contains a scrollable list of .dlls to which you will add the sweiis.dll.

  16. Click Add, and then click the Browse button to navigate to the location of the sweiis.dll file under SIEBEL ROOT\SWEApp\BIN.
  17. The Edit/Add Application Extension Mapping dialog box appears.

  18. In the Extension field type SWE, leaving the defaults as they are.
  19. Click OK, and then click Apply.
  20. IIS adds the .dll to the new the virtual directory.

  21. Add the SWEF extension by repeating Step 11 through Step 13. However, in Step 12, substitute SWEF for SWE.
  22. You must now add the name of the new virtual directory to the appropriate connect string in your eapps.cfg file.

To add the new virtual directory to eapps.cfg

  1. Navigate to the eapps.cfg file under SIEBEL ROOT\SWEApp\BIN.
  2. Locate the connect string for the Application Object Manager for which you want to create the virtual directory, then edit the name of the object manager (in brackets above the connect string) to be the same as your new virtual directory name.
  3. Example for a Chinese Wireless eService object manager:

    [/wpeserv_]

    AnonUserName = GUESTCST

    AnonPassword = ldap

    ConnectString = siebel.TCPIP.None.None://dedwards5:2320/Siebel/WirelesseServiceObjMgr_chs/SiebSrvr1

    StartCommand = SWECmd=GotoView&SWEView=Home+Page+View+(WirelesseService)

  4. Stop and restart the IIS Administrator.
  5. Stop and restart the Web server.

 Siebel Server Installation Guide for Microsoft Windows 
 Published: 25 June 2003