Hi, all
Here is a question about StandardContext start.
// Binding thread
oldCCL = bindThread();
....
....
// Unbinding thread
unbindThread(oldCCL);
and in bindThread(), 2 static methods
//Binds a directory context to a class loader.
DirContextURLStreamHandler.bind(getResources());
//Binds a naming context to a thread.
ContextBindings.bindThread(this, this);
What is the idea behind it and why I need it? Seemed as I need a
directory context and a naming context for the start.
Thanx alot. ur Lebing
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]