This week's book giveaway is in the Design and Architecture forum.
We're giving away four copies of Communication Patterns: A Guide for Developers and Architects and have Jacqui Read on-line!
See this thread for details.
  • 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
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

Creation of jar

 
Ranch Hand
Posts: 264
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi all
Im using the Weblogic App server to deploy my ejb........
I always have problems writing the xml files and then integrating these into a lagal Jar file .
is there any place where they can take me through a step by step tutorial or provide any decent reference meterial .I tried the Weblogic docs but they are too vast to go through .
thanks
rgds
pranav
 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hai pranav
i am also in the same boat so if you get any good info kinly send it to my sethupathy@lycos.com and we hope everything goes fine and i'll send if i get it
thanks in advance
nachi
 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This is what you do to learn how to deploy.
As you said u do have BEA server then go BEAHOME\examples\ejb
(where BEAhome is where u intalled server on your system)
underneath this folder there will there are four folder each for different kind of EJB (like stateless, statefull etc.) they have given the complete EJB and check build.cmd to see how he creates the EJb and deploys it
Mind you he does not explain hot deployment.
Normal process is this.
1. Stop the server.
2. set enviorment like BEAHOME\setenv.cmd
3. Execute the build.cmd file to create the files then change the properties file in BEAHOME\weblogic to deploy the EJB and then
4. start the weblogic server by executing startweblogic.cmd
This will get u started on how to deploy the EJBs.
If you need any clarification e-mail me at payjat@hotmail.com

 
You're not going crazy. You're going sane in a crazy word. Find comfort in this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic