initialcontext tomcat bug

Solutions on MaxInterview for initialcontext tomcat bug by the best coders in the world

showing results for - "initialcontext tomcat bug"
Federico
10 Feb 2018
1//Fix Start
2Thread l_thread = Thread.currentThread();
3l_thread.setContextClassLoader(this.getClass().getClassLoader());
4//Fix End
5initialContext  = new InitialContext();
6
similar questions
queries leading to this page
initialcontext tomcat bug