| Author |
Weblogic Classloader Problem
|
Manjunatha N.S.
Greenhorn
Joined: Dec 30, 2003
Posts: 16
|
|
I have webservices and Cron Job(impelments ServletContextListener) packaged into a Ear. Cron Job uses the Properties file to configure itself and property file is packaged in Ear. But I have problem in loading of Properties using getResourceStream(). If I places Properties file under userDomain it is working fine for Thread.currentThread().getContextClassLoader() and ClassLoader.getSystemClassLoader().getResourceAsStream. Can you please explain why it is not loading Properties file from the Ear. thanks Manju
|
 |
Ajay Reddy
Ranch Hand
Joined: Apr 08, 2005
Posts: 43
|
|
|
As far as I understand, the property file should not be part of the ear. It should be seperate and can be placed anywhere in your weblogic domain.
|
 |
 |
|
|
subject: Weblogic Classloader Problem
|
|
|