Home
Determining whether a site is an internet or intranet site
Establish a URL pattern in a Bookmarks configuration file to indicate whether a site is an internet or an intranet site.
To edit configuration files, use wsadmin. See Start the wsadmin client for details.
Enter a URL pattern for your intranet sites in a configuration file to differentiate between internet and intranet sites.
- Access the Bookmarks configuration file as described in the topic Accessing the Bookmarks configuration file.
- Configure the URL pattern for your intranet sites, using the following format:
<privateIntranetAllocationTable> <ipRange from="8.0.0.0" to="8.247.255.255" /> <ipRange from="9.0.0.0" to="9.0.255.255" /> <ipRange from="128.38.0.0" to="128.38.255.255" /> <ipRange from="131.105.0.0" to="131.105.255.255" /> <ipRange from="151.125.0.0" to="151.125.255.255" /> <ipRange from="159.46.0.0" to="159.46.255.255" /> <urlPattern>http://localhost:.*</urlPattern> <urlPattern>http://.*\.aaabiz\.com.*</urlPattern> </privateIntranetAllocationTable>
Use a regular expression to specify each <urlPattern> tag. The regular expression must be a Javaâ„¢ RE. You can add multiple <urlPattern> expressions inside <privateIntranetAllocationTable>.
- Restart the server.
Use wsadmin commands to update the Bookmarks configuration with the new URL ranges.
- Open a command window and start the wsadmin command line tool as described in the topic, Starting wsadmin.
- Enter the wsadmin command UrlService.recalculateIPAddresses() to update the IP addresses. The exact time depends on the number of URL records in your database. Repeat this update operation each time you edit the URL patterns.
- Denoting sites as intranets
You can make changes to configuration settings to denote a Bookmarks site as an intranet. Changes to Bookmarks configuration settings require node synchronization and a restart of the Bookmarks server before they take effect.- Assigning URLs to intranet sites
Use the URLService commands to assign URLs to intranet sites for your Bookmarks deployment. These commands do not require a file check out or a server restart to take effect. However, after making IP range configuration updates you need to restart Bookmarks for changes to take effect. Then run these commands to process URL changes.