Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

Module dependency in weblogic

  Asked By: Jesse    Date: Aug 16    Category: Java    Views: 825
  

I want to deploy 2 application in weblogic 9.0. (A war
module and an ejb module). War module needs that ejb
module deploy before. How set ejb module deploy before
war module?

Share: 

 

1 Answer Found

 
Answer #1    Answered By: Sultana Tabassum     Answered On: Aug 16

for deploy  one ejb  in weblogic  u should create a jar
file and deploy it(copy it in u'rdomain/application
directory)

this jar file is include this files and directory :
1- META-INF
directory(include:ejb-jar.xml,weblogic-ejb-jar.xml)
2- you'r package..

create a jar file with this files& directories...
and deploy it on to weblogic server..

 
Didn't find what you were looking for? Find more on Module dependency in weblogic Or get search suggestion and latest updates.




Tagged: