Installing the server components
Edition: 1.1 03/08/2007
71
<servlet-name>upload</servlet-name>
<url-pattern>/upload</url-pattern>
</servlet-mapping>
<security-constraint>
<web-resource-collection>
<web-resource-name>Update Store Protected Area</web-resource-name>
<url-pattern>/admin/main</url-pattern>
<url-pattern>/admin/upload</url-pattern>
<url-pattern>/admin/updates</url-pattern>
<url-pattern>/admin/delete</url-pattern>
<url-pattern>/admin/newUpdate</url-pattern>
</web-resource-collection>
<auth-constraint>
<role-name>
tomcat
</role-name>
</auth-constraint>
</security-constraint>
<login-config>
<auth-method>FORM</auth-method>
<realm-name>Update Store Admin</realm-name>
<form-login-config>
<form-login-page>/login.jsp</form-login-page>
<form-error-page>/loginError.jsp</form-error-page>
</form-login-config>
</login-config>
<security-role>
<role-name>
tomcat
</role-name>
</security-role>
</web-app>
The entries for <security-role> and <auth-constraint> in particular may need to be changed from
tomcat
to
another name.
In the updateStore.properties file you must specify the path to an existing folder where you want
UpdateStore to save the setup.
Example:
#Properties for the Avaya Update Store
#location (path) into local file system where the uploaded setups are stored
store.location.path=c:\\updatestore
Note that you must enter special characters like "\," in a path name with "\".
Log files
The AyavaUpdateService and updater write to the client PC's NTEventLog. The updater also writes a log
file (AvayaUpdateService.log) in the installation directory that contains information on the last update.
Summary of Contents for Customer Interaction Express 1.0
Page 3: ......
Page 4: ......
Page 22: ...22 User Manual CIE 1 0 System Administration...
Page 84: ...84 User Manual CIE 1 0 System Administration...
Page 131: ...Connecting to ACM Avaya Communication Manager Edition 1 1 03 08 2007 131...
Page 154: ...154 User Manual CIE 1 0 System Administration...
Page 174: ...174 User Manual CIE 1 0 System Administration...
Page 216: ...216 User Manual CIE 1 0 System Administration...
Page 226: ...226 User Manual CIE 1 0 System Administration...
Page 318: ...318 User Manual CIE 1 0 System Administration...
Page 322: ...322 User Manual CIE 1 0 System Administration...