480 Implementing Web Applications with CM Information Integrator for Content and ODWEK
The steps to package and deploy your Web application are as follows:
1. Modify web.xml file by adding the following:
<servlet-class>com.ibm.redbook.control.RBMgrServletOD</servlet-class>
<!-- After the above, add the following entries to the web.xml file
and before the end of the servlet tag -->
<init-param>
<param-name>ConfigDir</param-name>
<param-value>c:\ODWEK</param-value>
</init-param>
<!-- Before the servlet end tag
</servlet>
2. Create a WAR file for your application.
3. Create a EAR file for your application.
4. Use the EAR file to deploy your application into your Application Server.
We have created the RbOD.ear file for you and is ready for you to