IBM G210-1784-00 Hearing Aid User Manual


 
5. Edit the WebSphere plug-in configuration file (plugin-config.xml) and search for the following line:
<Uri AffinityCookie="JSESSIONID" Name="/lms-lmm/*"/>
Replace this line by the following lines:
<Uri AffinityCookie="JSESSIONID" Name="/lms-lmm"/>
<Uri AffinityCookie="JSESSIONID" Name="/lms-lmm/"/>
<Uri AffinityCookie="JSESSIONID" Name="/lms-lmm/*.do"/>
<Uri AffinityCookie="JSESSIONID" Name="/lms-lmm/*.jsp"/>
<Uri AffinityCookie="JSESSIONID" Name="/lms-lmm/*.jsv"/>
<Uri AffinityCookie="JSESSIONID" Name="/lms-lmm/*.jsw"/>
<Uri AffinityCookie="JSESSIONID" Name="/lms-lmm/anon-api/*"/>
<Uri AffinityCookie="JSESSIONID" Name="/lms-lmm/auth-api/*"/>
<Uri AffinityCookie="JSESSIONID" Name="/lms-lmm/ContentServlet"/>
<Uri AffinityCookie="JSESSIONID" Name="/lms-lmm/import"/>
<Uri AffinityCookie="JSESSIONID" Name="/lms-lmm/j_security_check"/>
<Uri AffinityCookie="JSESSIONID" Name="/lms-lmm/services/*"/>
<Uri AffinityCookie="JSESSIONID" Name="/lms-lmm/servlet/AxisServlet"/>
<Uri AffinityCookie="JSESSIONID" Name="/lms-lmm/status"/>
These lines direct the WebSphere plug-in to forward requests for static elements to the local Web server.
Static elements are recognized by the WebSphere plug-in based on URLs. URLs of requests that match any of
the patterns defined by the Name parameter of the Uri tags are identified as requests for static elements.
Installing static files for the Delivery Server user interface
Use the following steps to install the static elements on the Delivery Server:
1. Copy the lms-ds-http.war file to the HTTP server. The war file can be found in the web-apps directory of the
LMS installation folder.
2. Install a program on the HTTP server for decompressing zip files.
3. Create a directory lms-ds in the document root of the HTTP server or create it somewhere else and configure
it as virtual directory lms-ds.
4. Extract the war file to the lms-lmm directory. If you installed the unzip command you would use, for
example: unzip lms-ds-http.war -d d:\IBMHttpServer\htdocs\en_US\lms-ds
5. Edit the WebSphere plug-in configuration file (plugin-config.xml) and search for the following line:
<Uri AffinityCookie="JSESSIONID" Name="/lms-ds/*"/>
Replace this line with the following lines:
<Uri AffinityCookie="JSESSIONID" Name="/lms-ds"/>
<Uri AffinityCookie="JSESSIONID" Name="/lms-ds/"/>
<Uri AffinityCookie="JSESSIONID" Name="/lms-ds/*.ds"/>
<Uri AffinityCookie="JSESSIONID" Name="/lms-ds/*.jsp"/>
104 IBM Lotus LMS Release 1 Installation Guide