• 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

where to put the properties file in WebLogic10 server web & Hibernate application

 
Ranch Hand
Posts: 54
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Rancee's, this is regarding properties file where I will have properties for my SMTP server etc. In my Hibernate class I am using this File class to read properties and its working as a stand alone java code but when I deploy this code on WebLogic10 server as a WAR file and run application I am getting File not found exception.
Any suggestions where to keep the Properties file in a webapplication, I tested the same by keeping in src root folder still same problem.


Any suggestions please, that would be great help.
Thanks,VIJAY
reply
    Bookmark Topic Watch Topic
  • New Topic