• 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
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Description of folders in weblogic console

 
Ranch Hand
Posts: 560
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
All,
I like to know the difference between deploying an EJB under Deployments -> EJB folder and
Deployments -> Applications -> someApp folder.
I am referring these folder names in the WL server admin console.
Thanks.
 
Ranch Hand
Posts: 2713
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
One lists all of the EJB deployed. The other lists all of the EJB deployed for a given Enterprise Application.
[ November 11, 2002: Message edited by: Chris Mathews ]
 
Sai Prasad
Ranch Hand
Posts: 560
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Chris. I have another question related to my first question. If I deploy my EJBs in a jar file in the ${Portal_home}\config\mydomain\applications folder, my web app classes located in ${Portal_home}\applications\enterpriseApp\myWebApp\WEB-INF\classes folder can locate the classes(inside jar) in the ${Portal_home}\applications\enterpriseApp\myWebApp\WEB-INF\classes\lib folder.
But once I deploy the EJB jar as a part of the enterprise app in the folder, ${Portal_home}\applications\enterpriseApp, my web app classes cannot see the class files in the jar located in ${Portal_home}\applications\enterpriseApp\myWebApp\WEB-INF\classes\lib.
I need your help. I guess it is something to do with the web app classloader not able to locate the class files. Thanks.
[ November 11, 2002: Message edited by: Sai Prasad ]
 
I love a good mentalist. And so does this tiny ad:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic