• 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

Timerapp; classdefnotfound exception

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,

I want to install a simple timerapplication. I have created one class file in a war:


In the WEB-INF folder i have my web.xml file:


Now, via the weblogic console, i can not deploy the war file because it says that my (one and only) class can not be found. I only can deploy my war file if i put the LifecycleListener.class in the C:\bea81\user_projects\domains\mydomain folder.
If i do that, i see in the output that my timerapp runs also correct.

What is there missing that my simple war file does not deploys ?
 
Esti Vanderkelen
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think I found the solution.
However, is it normal that all classes should be under the WEB-INF folder inside the war file ???
(i putted the class files before in the root folder of the war file, and probably that was wrong?)???
 
Did Steve tell you that? Fuh - Steve. Just look at this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic