Daniel >The way I tackled this...a bit of a hack perhaps...is to use URLClassLoader >to create a ClassLoader that points to Catalina's bootstrap.jar which >contains Catalina's StandardClassLoader, load this class and create an >instance of it (StandardClassLoader) using reflection, and establish the >classpaths for this ClassLoader instance. This seems to be working. How >does Phoenix's ClassLoader complicate modifying ClassLoader >hierarchies...what problems should I watch out for? > You have chosen a common strategy for complex classloader trees under Phoenix. We may well provide a recommended solution of rt he same in the future, but for now that strategy is fine. I have done the same with Enterprise Object Broker and Jesktop.
- Paul -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>