• 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

Struts And Weblogic

 
Ranch Hand
Posts: 47
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

I have developed a web application in eclipse and deployed in tomcat, works great. I want to deploy the same application in Weblogic 8.1. I took the war file and deployed in weblogic. I am using property files, where the InitServlet reads the property file while loading. But in weblogic, the InitServlet is not finding the property file. The file is present under WEB-INF folder. It worked in tomcat but not working in weblogic. If someone can tell how this can be fixed, it will be great. Thanks,


Venkat Babu.
 
reply
    Bookmark Topic Watch Topic
  • New Topic