• 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

Deploying EAR files on JBOSS

 
Ranch Hand
Posts: 37
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
how to deploy the Ear files on JBOSS.
War files getting deployed on JBOSS separately.
But while giving with ear file it's getting deplyed .but not accessibe.

My ear file is WJ.ear
My war file is WJW.war.

if i deploy the war file WJ.ear/WJW.war ,
i'm getting error source not found.

how to deploy the ear files .

i'm having jboss-app.xml(is it jboss-app.xml or jboss-application.xml) under META-INF.

and jboss-web.xml under WEB-INF folder


what are the elements to be added to the jboss-app.xml
reply
    Bookmark Topic Watch Topic
  • New Topic