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.