URL rewrite Question

I have an application written in JSPs with Javascript variables.The iPlanet portal administrator said that I will need to provided him with a list of all the javascript variable name (800+ which I need to search through 100s of JSPs) so that he could code them all in the iPlanet portal to allow URL rewrite. I am JSP developer and I don't know much about iPlanet portal. However, this sound to me like a maintenance nightmare to keep track of all the variable in the iPlanet portal server.Is there any alternative that we can do to allow URL rewrite without the list of javascript variable (e.g. providing the internal URL name instead, wildcard or regular expression etc))

Thanks

[702 byte] By [708940] at [2007-11-25 4:37:08]
# 1

In the Admin Console | Gateway Management | Manage Gateway Profile you will have 'Rewrite All URLs Enabled'. If true, the Gateway will rewrite any URL without checking the URLs sub/domains against entries in 'DNS Domains and Subdomains'. If false, the rewrite is overridden for those entries in DNS Domains and Subdomains. The following link should throw some light on the same.

http://docs.iplanet.com/docs/manuals/portal/30/ag/confgw.htm#1006077

You can also force the rewriter to rewrite your links by configuring the gateway rules. By this way you encapsulate your functions with that of iplanet function.

Thanks,

Raj_indts

Developer Technical Support

Sun Microsystems

http://www.sun.com/developers/support

708766 at 2007-6-29 3:07:59 > top of Java-index,Web & Directory Servers,Portal Servers...