- 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
Third Party Application Cookbooks
Sun ONE professional services can be used for integrating Interwoven, Lotus Domino, Screaming Media, SAP, iDSAME, Tarantella, Sun ONE Integration Server, Netbios, Citrix NFUSE, and Open Market. Other integrations mentioned below are strictly rewriter-specific in nature.
To Set Up the Sun ONE Messaging Server 5.0
In the main.js file, change the following line:
// \5c -> to // \5c -> backslash
Also in main.js, change all of the instances of msgHREF to srcHREF.
Turn IP validation off by logging in as the Messaging User and performing the following commands:
$ cd <inst_dir>/server5/msg-<hostname>/ $ ./configutil -o service.http.ipsecurity -v no $ su root # ./stop-msg # ./start-msg
To Set Up the Sun ONE Calendar Server 5.0
Add the following to the Rewrite JavaScript Function Parameters list.
load:,y open:y loadtab:,y,
Add the window.top.location.href rule to the Rewrite JavaScript Variables in URLs list.
Add the urlstring rule to the Rewrite JavaScript Variables Function list.
Log in as superuser.
Change directories to the inst_dir/SUNWics5/bin/config directory.
Edit the ics.conf file, and change the following line:
service.http.ipsecurity=no
Stop, and start the calendar server with the following commands:
# inst_dir/SUNWics5/bin/stop-cal # inst_dir/SUNWics5/bin/start-cal