• 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

EAR Packagin through ANT script in weblogic 8.1

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can anyone help me in packaging a small code in ear so that i can deploy in Weblogic 8.1? I am facing folder structure problem. It will be nice if anyone can tell me what will be the structure of the component and the steps by which I can create a ear file using ant script.

Here are my codes:
com.kaustav.controllers.TestRH.java (Servlet)
com.kaustav.sessionbeans.SessionAdapter.java
com.kaustav.sessionbeans.testbean. contains my EJB and its home and remote interface.

com.kaustav.utils contains a java program.

Got 2 jsps and all the required .xmls file.

Thanks is advance
Kaustav
 
reply
    Bookmark Topic Watch Topic
  • New Topic