Configuring the virtual viewer servlet
You must edit the web.xml file and the servlet-name.properties files to configure the IBM® Daeja® ViewONE Virtual viewer servlet.
About this task
The viewer servlet makes up the core server component for IBM Daeja ViewONE Virtual by providing the entry point that is required for the viewer to work.
To configure the servlet, you need the following files:
- web.xml
-
This XML file defines the location of the core servlet class files (com.ibm.dv.server.Platform).
If you are adding IBM Daeja ViewONE to an existing web application, you might already have a web.xml file. If you are creating a new web application, you might need to create the web.xml file.
- servlet_name.properties
- This properties file has the same name as the servlet that you are using, such as viewone.properties. You use this file to configure and customize the virtual viewer servlet.
Procedure
To edit the configuration files: