I'm at my wit's end.
I have a class that resides in
$ORION_HOME/applications/twsm/twsm-web/WEB-INF/classes/com/tivoli/xtela/core/license.
It (apparently) needs to call a class com.ibm.cfmwk.builtin.Provider. Now,
I have tried putting a fully expanded com/ibm/cfmwk/builtin/* tree under
WEB-INF/classes, and that doesn't work. I jarred them up, and stuck them in
the WEB-INF/lib directory. No go. Where in the world do I need to put
this class hierarchy so it can be found????
This is really frustrating, and I could use some help on this one....