• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

[URGENT] Reading a properties file from in an web application

 
Ranch Hand
Posts: 89
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear all,
I have a enterprise application(.ear file) deployed on weblogic. Now from inside the EJB jar file i am reading a proeprties file. Currently I am reading by keeping it in the dir of the server from where the application is launched by the weblogic. But I am not able to do so by keeping the properties file in the jar file. Can anybody tell me how can I do it. Please tell me as soon as possible. It is very urgent.
reply
    Bookmark Topic Watch Topic
  • New Topic