Ok, I've implemented my own UserManager that extends AbstractUserManager, 
and I've created an appropriate class implementing the User interface. The 
class is called PWUserManager, in the pw.security package. It is placed 
within a jar called pw_security.jar (in pw/security directory within the 
jar) and moved to orion/lib.

In my orion-application.xml I have:
        <user-manager class="pw.security.PWUserManager" />

In server.xml I have:
        <library path="../lib" />

All seems fine, except when I start orion I get:

Error instantiating application 'propertyworld' at 
file:/usr/srvr/server_root/www.propertyworld.co.uk/: UserManager class 
'pw.security.PWUserManager' not found

Using 0.9.4.

This has been baffling me for hours now. I've tried putting the classes in 
many directories in jar and un-jarred form. Can anyone shed some light on 
this, or at least tell me if they can use their own UserManager?

Thanks.
-Joe Walnes

Reply via email to