WebSphere

 

Portal Express, Version 6.0
Operating systems: i5/OS, Linux, Windows

 

Accessing the pre-rendered site

Pre-rendered sites are accessed either through IBM® Workplace Web Content Management™, or through a Web server.

 

Accessing the pre-rendered site through a Web Content Management application

To enable users to access the pre-rendered site through a Web Content Management application, update the WCMConfigService.properties file and make the following changes:

  1. Ensure that the following line is commented out:

    connect.businesslogic.module.default.class= com.aptrix.pluto.renderer.RendererModule

  2. Ensure that the following line is not commented out:

    connect.businesslogic.module.default.class= com.aptrix.cacher.CacherModule

Users can access the site through the following URL:

http://host_name:port_number/wps/wcm/connect/library_name/site_name
The library_name parameter is optional. If the library is specified, the Web Content Management application looks for the site in that library. If no library is specified, the default library is used, as specified by the defaultLibrary property in the WCMConfigService.properties file.

 

Accessing the pre-rendered site through a Web Content Management application and a Web server

You must configure your Web server to map to the following alias and Web Content Management directories:

Alias Directory
/wps/wcm/connect [ILWWCM_HOME]/ilwwcm/cacher

When using a Web server to view a pre-rendered site, the above directories require execute access.

Users access the site via the following URL:

http://host_name:port_number/wps/wcm/connect/library_name/site_name
The library_name parameter is optional. If the library is specified, the Web Content Management application looks for the site in that library. If no library is specified, the default library is used, as specified by the defaultLibrary property in the WCMConfigService.properties file.

 

Parent topic:

Pre-rendered sites