• 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

Deleting temporary and cache directories in weblogic

 
Greenhorn
Posts: 12
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have installed weblogic 10.3.6 server on my Linux nox, I have deployed some applications on my Managed Server. I want to delete logs, temporary files and cache files that weblogic creates before I re-start my server.

I see below directories in my Admin Server:

path: user_projects/domains/my_domain/servers/AdminServer

cache
sysman
adr
data
logs
tmp

and below for my Managed Server:

path: user_projects/domains/my_domain/servers/MyManagedServer

cache
data
logs
stage
tmp

In above list what all directories I can delete?
What does sysman, adr, data and stage folders contain?
Is stage folder exists only for Managed Server?

Please help me in this.
 
Ranch Hand
Posts: 256
Netbeans IDE Firefox Browser Fedora
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Below are the directories which you can delete safely which will not affect the server or its configurations

tmp
cache
logs

Please check details for the directory structure in weblogic and its usage.
reply
    Bookmark Topic Watch Topic
  • New Topic