• 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:

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.
 
Never trust an airline that limits their passengers to one carry on iguana. Put this tiny ad in your shoe:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic