• 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:

How to delete/drop domain/server

 
Ranch Hand
Posts: 86
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
I created a test domain ( mydomain ) and a Administrative server ( myserver ) in it. Now, I have all the correct folders/files under D:\bea\user_projects.
My question is how to elegantly delete the server and then wipeout the domain - besides deleting the folders/files under D:\bea\user_projects - manually?
Thanks for any suggestions/input.
 
Ranch Hand
Posts: 2713
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The best way to delete a WebLogic Domain is to just delete the folder. No additional steps need to be taken.
 
Ranch Hand
Posts: 1871
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
Looked at whether there is a way to remove a domain from the console.
There is none!!!
So looks like the solution suggested by Chris is the only one.
 
Greenhorn
Posts: 16
Oracle Suse Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yup Chris is absolutely right, the only way to remove a domain is delete the folder and re-create the domain.
 
reply
    Bookmark Topic Watch Topic
  • New Topic