• 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
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

jboss classpath

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

I have a test.ear in my deploy directory.META-INF/application.xml specifies the classpath if ear is used in jboss.
Can I specify the classpath to pick jars outside of the jboss directory.
Any thoughts on this

Thanks
Praveen SP
 
Sheriff
Posts: 10445
227
IntelliJ IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Can I specify the classpath to pick jars outside of the jboss directory.



Any reason why you want to do this? Can't those jars be packaged with your EAR? And what jar files are those - 3rd party or you application jars?
 
Praveen Seluka
Ranch Hand
Posts: 95
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

My app depends on some jars of another app.I dont want to pack all the jars in my ear.My app should be independent.If it has to be packaged every time the other app changes we need to rebuild the whole ear.I dont want this to happen.I want them to be isolated.

Can we specify to pick jars from a particular location in jboss classpath?
or can we specify in application.xml , pick all jars under this directory?

Thanks
Praveen SP
reply
    Bookmark Topic Watch Topic
  • New Topic