When an xml version of a book is selected to be
installed, the files copy and it's added to the index
correctly; however, when it tries to update the search
index, the installer cannot find lucene.jar and gets a
java.lang.noClassDefFoundError exception even though
lucene.jar has been added to the the classpath.
Logged In: YES
user_id=1177364
All that was needed to be done was update the manifest file
to include the jar. The manual adding to the classpath was
not affecting the application; however, manual adding to the
classpath is still required for the main server, in addition
to the manifest imports.