• 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:

how to deploy Entity beans in weblogic 5.1

 
r r
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i have created the .jar file with all the necessary clsses & .xml file. help me to know how to deploy it in the weblogic 5.1 using weblogic deployer tool
 
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi
u have a jar with you. now, open the ejb deployer tool. With the help of open icon open your jar file (this jar file must be in the classpath).
as per yuor xml file, u make the enteries (like jndi look up name......)in the deployer. if u want to check the ejb1.1 compliance, there is icon available.
then, u can create the container generated clas by cklicking the icon.
then save your jar there and place it int the properties file.

Run yr server amd run the client
alagan
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic