• 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

XercesImpl.jar as a common jar?

 
Ranch Hand
Posts: 144
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello:
Is it possible/advisable to place a jar into a common path that's available for all applications in WSAD and WS 5.0?
What I'd like ot do is to have XercesImpl.jar and the log4J jar in a comman place where all our applications and use them and build with them. Certainly, I can add each of these jars to my EAR file but I'd like to avoid carying the same libraries inside each application's EAR file.
In WS 3.5 you could add a jar to the server classpath in the admin.config file and it would be available for all applications. Is there a similar technique in WS 5.0?
Thank you.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic