• 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
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

what is domain location of weblogic application server?

 
Greenhorn
Posts: 25
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am new to weblogic.I am trying to configure liferay with weblogic. I want to put liferay dependency jar files inside lib folder of domain.

Now i am confused because in Oracle>Middleware>user_projects>domains there are two folders that contains lib folder.

1)base_domain
2)my_domain.

Can someone let me know where should i put all dependency jar files?
 
Ranch Hand
Posts: 826
Eclipse IDE Oracle Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Nakul,

There can be multiple number of domains in weblogic. Here there are two domains, 'base_domain' (default domain) and 'my_domain'. It depends on which one you choose to work in ! And once you select that, you can put your jars in the lib of that domain.

By the way, how did you install your weblogic?
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic