Re: orion classloader?

2000-11-08 Thread Tony Wiegand
      I'm not sure if this will fix your problem, but try getting    the classloader from the thread.   Thread.currentThread().getContextClassLoader();     Savotchkin Egor wrote: Hi all, I needed to load property files on my own without ResourceBundle class because the latter does a lot

WEB-INF lib files

2000-10-16 Thread Tony Wiegand
Hi all, I'm running Orion 1.3.8 on Redhat 6.2. When I deploy my webapp it doesn't pick up the jar files placed in my WEB-INF/lib directory. I'm trying to use log4j with my servlets. If I place the jar files in the orion lib, everything works fine.The error the ser