• 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

deploying in weblogic 5.1

 
Ranch Hand
Posts: 111
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am having weblogic5.1 installed on win98 , I can easily deploy
enterprise bean with j2sdkee1.3 from sun , it automatically
creates xml files , but how to deploy it with weblogic 5.1 ,I tried to use deploytool of it but does it still require writing ejb-jar.xml file , because its not generating container and its not deploying beans also , what is exact step by step process of using deploytool of weblogic5.1,
thanks
 
Ranch Hand
Posts: 977
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I�ve been studing WL6.0 for 2 weeks and I don�t think u have a "wizard" to build your xml files I think u have to build them and make your java archives(.jar, .war, .ear) by hand.
If anyone knows how to do please let me know as well.
 
ray bond
Ranch Hand
Posts: 111
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thanks for your reply but i have read ejb_deploy.html document number of times but still i think it is not that much of help for deploying with deploytool , i mean do you have to create meta-inf directory,ejb-jar.xml empty file or with full set of xml tags , after deploying does it generate client.jar file becuase when you deploy with j2sdkee1.3 it gives client.jar file,
in j2sdkee1.3 jar files are placed in repository/localhost directory , likewise with weblogic where are they placed , please can anybody who is good with weblogic 5.1 explain these things in detail,
thanks
 
ray bond
Ranch Hand
Posts: 111
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
about weblogic i want to know that for client application to execute it must have some stub which deals with skeleton at ejb container , but if weblogic does not generate client.jar file then what file client application has to set in classpath as a stub and to enable distibuted execution of ejb , with j2sdkee1.3 from sun you have the option "Return client.jar file" so after deploying it generates client.jar file seperetly , what about weblogic.
second question is if ejb-jar.xml file has to be manually created and placed in META-INF directory then how to create this xml file , what tags to use and what value for tags to use ?
thanks

 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic