- Intended Audience
- Deployment Assumptions
- How the Gateway Works
- Concepts of the Rewriter
- Adding and Removing Rewriter Rules
- Methodology for Rule Extraction
- Out-Of-Box Rule Set
- Rewriting HTML Attributes
- Rewriting FORM Tag Input
- Rewriting JavaScript Content
- Rewriting Applet Parameters
- Rewriting Cascading Style Sheets
- Rewriting XML
- Performance
- Order Importance
- CASE Studies: How to Configure the Gateway to Rewrite a Web-Based JavaScript Navigation Bar
- Third Party Application Cookbooks
- Exchange
- How to Get Hot Patches
- Glossary
- Acknowledgements
Exchange
You can run Exchange using the Netlet for Windows 95, 98, SE, ME. Windows 2000, and later releases, has reserved the port that the netlet uses to listen on and that the Outlook client is hard coded to use. Stopping the services on this port will prevent system-wide networking from functioning correctly.
In SP3 Hot Patch 1, the ability to use Outlook Web Access (OWA) instead was added so that remote users could still access their corporate mail without the use of the Outlook client. The rewriter rules necessary for this integration are pre-loaded into the gateway profile when the patch is installed. There is one remaining problem with OWA integration that has to do with the Internet Explorer client.
As described earlier, the STYLE attribute is not currently handled by the gateway. OWA uses DHTML defined by the CSS behavior attribute. Because the behavior attribute has a URL and the STYLE attribute itself is not handled any differently than other HTML tag attributes, the URL will not be rewritten correctly. Thus, there are some more advanced OWA actions, such as folder renaming, which will not work correctly using the Internet Explorer browser. The entire functionality has been determined to work correctly using the Netscape Communicator client.
In addition to running the Portal Server on at least SP3 Hot Patch 1, NTLM authentication will also need to be disabled on the IIS instance running the Web Exchange interface, as described in the following procedure.
To Disable NTLM on the IIS Instance
From the Control Panel, select the Internet Information Services icon.
Expand the default website icon.
Select Exchange (or whatever you have mapped OWA to use).
Click on the page icon with the right mouse button, and select Properties.
Choose Directory Security Tab.
Under Anonymous Access and Authentication Control, choose Edit.
Deselect Integrated Windows Authentication.
Select OK.
Restart the services.