• 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
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Not able to find class in war

 
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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?
 
Honk if you love justice! And honk twice for tiny ads!
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic