I'm trying to use ObjectStore in a servlet running in OrionServer8.1. In my
web-application.xml I have :
<classpath>c:\jdev\src</classpath>
<classpath>c:\odi\osji\osji.jar</classpath>
The first entry is my where my source tree is and the second entry is the
jar file containing the ObjectStore classes. I can't get Orion to recognize
the osji.jar. I get a ClassNotFound when my servlet tries to access an
ObjectStore class. After trying all sorts of things I eventually unzipped
the jar file into my source tree and now it finally recognizes the
ObjectStore classes. The osji.jar works fine in other applications, by the
way.
Any idea what the problem is?
Brien Voorhees