• 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

how to move the jar from the war web-inf directory?

 
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'm using the Jboss-3.2.2 and I deploy some ears.
In one ear, there is a war, and in this war's web-inf directory, there are some jars which have existed in the other ears. I just want to remove these redundant jars from the war/web-inf/lib, but if I do so, when jsp compiling, jboss give the error of no class found exception.
Is there some way in jboss that in the war, it can share all the jars in the other ears? how can I config this feature?
Thx
 
reply
    Bookmark Topic Watch Topic
  • New Topic