To get started using Orion I'm migrating an existing application (not
J2EE) from Netscape/WebSphere to Orion. I want to get it running in
non-JAR/WAR mode first.
My servlet (in orion/servlets directory) runs but I get a
NoClassDefFoundError: com/hksystems/ui/OAJob
when it attempts to use the OAJob helper class.
Based on an earlier message from Magnus (Re: classloader problem)
I've placed all of those classes under:
orion/default-web-app/Web-inf/classes
It's not a jar file but an expanded tree of the classes.
Should this work? Do I need to specify something else in the xml config
files to get the classloader to find my OAJob class?
- running 0.9.1b