posted 20 years ago
Hi All,
I am facing a very strange problem. I am using Crystal Reports in a web application on hosted on Weblogic server. Now crystal reports uses a configuration file "CrystalReportEngine-config.xml". So it is kept in WEB-INF/classes.
However when i make a war n put it on Weblogic server, it simply does not recognize it and so gives an error on the console. But when i explode the jar on the same place and run the application, it works. Can anyone tell me what the problem is?