• 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 file and web.xml

 
Ranch Hand
Posts: 179
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well i have made the client in servlet that access the ejb(stateless bean).After making the ear file what changes i have to made in web.xml file.And please tell how to make ear file if my client.class is puted in the
c:\tomcat4.01\webapps\examples\web-inf\classes\client.class
Thanks.
Jawwad Ahmed
SCJP
SCWCD
 
Ranch Hand
Posts: 200
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I think the section on packaging J2EE applications in the following article may help your understanding:
http://developer.java.sun.com/developer/technicalArticles/J2EE/build/index.html
If you don't use it already you should investigate Ant (http://jakarta.apache.org/ant/index.html) to automate your build, packaging and deployment.
I hope this helps,
Cheers,
Steve
 
Rototillers convert rich soil into dirt. Please note that this tiny ad is not a rototiller:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic