Manage your servers
Before you begin to manage your site using the Site Management page, add the source and target servers to the Resource Manager portlet. After adding the servers to the portlet, you can edit and remove servers and manage access to the servers.
You manage your servers from the Site Management page. To navigate to the Site Management page, from the portal home page, select Administration > Site Management. You must be an administrator to use the site management functions.
If you use the Portal Scripting Interface scripts to publish pages instead of the Resource Manager portlet on the Site Management page, you do not need to perform these steps for managing your servers. With the scripts you pass the configuration data as parameters .
To manage your servers using the Site Management page:
- Log on as an administrator to the server where you will manage your site.
- To add a new server:
- Navigate to the Site Management page by clicking Administration > Site Management.
- Click Manage servers > Add new server.
- Enter the fully qualified Host name for the server.
- Enter the server Port number.
- Enter the server Path. You can accept the default path, for example:/wps/mycontenthandler.
If you configure a virtual portal, then the path is as follows:
- If the virtual portlet was created by defining the URL context:
/wps/mycontenthandler/vpidwhere vpid is the URL context of the virtual portal. To determine that URL context, open the Manage Virtual Portals portlet and view the virtual portal by clicking its Edit icon. Example:http://www.server.de:10040/wps/mycontenthandler/sales- If the virtual portal was defined by the host name:
http://vphost:port/wps/mycontenthandlerwhere the host and port of the virtual portal are specified. Example:http://www.salesserver.de:10040/wps/mycontenthandler
- Assign a unique name for the server.
- Check the Use Secure Sockets Layer option if the server is set up for SSL.
- Click OK to save your changes, or click Cancel to exit without saving your changes.
- To Manage server access:
Use the Manage server access option to provide or update the login credentials to servers that you are managing.
- Click Manage servers and then select Manage server access.
- Select the server that you want to access from the drop-down menu.
- Enter the User name for the server.
- Enter the Password for the server.
- Click Save to save the information, or click Done to exit without saving the information.
- To edit a server:
- Click Manage servers and then select Edit > servername.
- Edit the fully qualified Host name for the server.
- Edit the server Port number.
- Edit the server Path.
- Edit the Assign a unique name for the server.
- Check the Use Secure Sockets Layer option if the server is set up for SSL.
- Click OK to save your changes, or click Cancel to exit without saving your changes.
- To remove a server:
- Click Manage servers and then select Remove > servername.
- Click OK to delete the server or Cancel to exit without deleting the server.
- Secure HTTP proxy
To prevent cross site scripting in Web applications, browsers introduced the so called same-origin policy. This policy prevents client side scripts used in the Resource Manager portlet from loading content from an origin that has a different protocol, domain name, or port. To overcome this restriction, the Resource Manager portlet uses the server side HTTP proxy provided by the portal.
Parent topic:
Manage your site
Related tasks
Enable remote access to your servers
Publish your page
Providing reviewer access to a published page
Promote your page
Demote your page
Republishing and promoting a page
Related reference
Site management extension of the Portal Scripting Interface