• 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
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Deploying Ear file in jboss

 
Ranch Hand
Posts: 32
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,
any one can help me,

I had a .ear file which contains .jar,.war archives along with META-INF\aplication.xml. I tried to deploy ear file in jboss(deploy folder).
Ear file is getting deploy but could not locate the ejb bean(.jar) while i tried to run the client (jsp) file. i did not mention about the jar file in application.xml, Is the problem is with this application.xml?

Thanks in advance.
ragards
 
Krishna Nagadev
Ranch Hand
Posts: 32
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

I got it. I did not do jar(ear) with consious.
now its working fine.
 
reply
    Bookmark Topic Watch Topic
  • New Topic