IBM WebSphere Portal 8.5: User assistance for administrators |
---|
Creating a virtual portal
Create a new virtual portal. This includes providing the title, description, and URL context for the new virtual portal, and selecting the initial administrative user group, default theme, and user realm (if applicable) for the new virtual portal.
About this task
Procedure
Results
Notes:
- For advanced administrators:
- If you want to use a custom XML script to create the content of your virtual portal, you can create an XML script file that specifies the initial content for virtual portals. Before you create the new virtual portal, add the XML file with your custom XML script to a WebSphere Application Server asset and then specify the asset and file name in the Configure mode of this portlet. By alternative, you can also copy the asset VirtualPortal.zip provided with the portal under a different name and modify it as required. For details about customizing the initial content of virtual portals refer to the portal information center section about virtual portals. Note: Do not modify the asset VirtualPortal.zip provided with the portal.
- For JCR search collections
- When you create a virtual portal, the creation of the JCR search
collection depends on whether you create the virtual portal with or
without content:
- If you create the virtual portal with content, the portal creates the JCR collection by default.
- If you create only the virtual portal and add no content to it, the portal creates no JCR collection with it. It will get created only when content is added to the virtual portal.
http://host_name:port_number/seedlist/server?Action=GetDocuments&Format=ATOM&Locale=en_US&Range=100&Source=com.ibm.lotus.search.plugins.seedlist.retriever.jcr.JCRRetrieverFactory&Start=0&SeedlistId=wsid@ootb_crawlerwsid
where wsid is the actual workspace ID of the virtual portal. The workspace ID is the identifier of the workspace in which the content item is created, stored and maintained. For example, if the workspace ID of the virtual portal is 10, then the URL looks as follows:
http://host_name:port_number/seedlist/server?Action=GetDocuments&Format=ATOM&Locale=en_US&Range=100&Source=com.ibm.lotus.search.plugins.seedlist.retriever.jcr.JCRRetrieverFactory&Start=0&SeedlistId=10@ootb_crawler10