
Chapter 12. ODWEK installation and configuration 421
Change the margins and orientation, and click Print Preview to see a
preview of what your print-out would look like. Figure 12-25 shows a print
preview sample.
Figure 12-25 Print preview sample screen
12.3 Installing the ODWEK servlet on Windows
In this section, we show you a step-by-step process to install the ODWEK servlet
on Windows.
The
ODWEK servlet is a set of code, with Java Native Interface (JNI) wrapped
around it. It is more efficient than the CGI version of ODWEK. This is because for
every single request from a user, CGI has to spawn (start) a new process on the
server. Over time, this ...