Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

initialcontext tomcat bug

//Fix Start
Thread l_thread = Thread.currentThread();
l_thread.setContextClassLoader(this.getClass().getClassLoader());
//Fix End
initialContext  = new InitialContext();
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #initialcontext #tomcat #bug
ADD COMMENT
Topic
Name
2+5 =