• 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 Create the jar in Weblogic

 
Ranch Hand
Posts: 264
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can anyone tell me how to deploy my beans on the Wblogoc application server.I have started of on J2EE and shifting on weblogic is confusing.
I cant get the JAR file created .
Is there a step by step tutorial on how this is done ....
 
Greenhorn
Posts: 27
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There is some good step by step instructions on what goes into the .jar file (e.g. ejb-jar.xml) for a bean in the "Bean Deployment" or "Deploying Beans" section of the WebLogic documentation. That documentation should be present in your installation. Just start with the top level .html file present in your weblogic install and you should be able to navigate to the specific information you are looking for.
The section for developers in that documentation explains some things pretty well as well.
 
reply
    Bookmark Topic Watch Topic
  • New Topic