• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

How to asses whether a weblogic domain is still in operation or not

 
Ranch Hand
Posts: 32
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,

we have a requirement from our team to find the list of weblogic domains which does not in operation for the last 1 year (i.e) [ weblogic server which simply running without any applications (or) application is simply deployed but not accessed at all for the last 1 yr ] .

we have come up with an idea of searching access logs of the wl servers . to find app contexts in the access requests apart from [/BEA & /WL_internal ]..

but the problem is our wl environment is like a farm setup which has around 350+ WL clustered domains. so, searching each and every access log is little heavy process .

Do any one have come across this situation before . or any other better approach is available for this . if yes please share your updates with us.

Regards
Antoine
reply
    Bookmark Topic Watch Topic
  • New Topic