Changing the blog handle
Run a command to change your blog handle. The blog handle displays in the URL for your blog.
.
To edit configuration files, you must use the wsadmin client. See Starting the wsadmin client for details.
-
Start the wsadmin client following the steps in Administering Blogs using the wsadmin Client.
-
Start the Blogs Jython script interpreter by entering the following command:
execfile("blogsAdmin.py")
-
Run the following command to replace the blog handle:
BlogsAdminService.renameWeblogHandle("<old_handle>", "<new_handle>")
whereold_handle is the blog handle that need to be replaced, and wherenew_handle is the new handle for the blog.
Parent topic:Administering Blogs using the wsadmin client