Edit the CSEnvironment.properties file
To modify any Lotus Collaborative Services environment properties, stop the portal server, locate the file in a location specific to your platform, back up the file before editing it, use a text editor to open and modify it, and then restart the server.
- Use the following commands to stop WebSphere Portal:
- Open a command prompt and change to the following directory:
- Windows: profile_root\bin
- UNIX: profile_root/bin
- i5/OS: profile_root/bin
- Enter the following command to stop the WebSphere_Portal server, where WebSphere_Portal is the name of the WebSphere Portal server:
- Windows: stopServer.bat WebSphere_Portal -username admin_userid -password admin_password
- UNIX: ./stopServer.sh WebSphere_Portal -username admin_userid -password admin_password
- i5/OS: stopServer WebSphere_Portal -username admin_userid -password admin_password
profile_root is the name of the WAS profile where WebSphere Portal is installed; for example, wp_profile.
- Open the CSEnvironment.properties file in a text editor. The file is located in the following directory:
- Windows: profile_root\PortalServer\config\config
- UNIX: profile_root/PortalServer/config/config
- i5/OS: profile_root/PortalServer/config/config
- Before making any changes, make a backup copy of the CSEnvironment.properties file.
- Edit the CSEnvironment.properties file to include the desired values.
- Remove the comment tag (#) from the beginning of each edited line.
- Save the changes.
- Use the following commands to restart the portal server:
- Open a command prompt and change to the following directory:
- Enter the following command to start the WebSphere_Portal server, where WebSphere_Portal is the name of the WebSphere Portal server:
- Windows: startServer.bat WebSphere_Portal
- UNIX: ./startServer.sh WebSphere_Portal
- i5/OS: startServer WebSphere_Portal
profile_root is the name of the WAS profile where WebSphere Portal is installed; for example, wp_profile.
Parent topic:
Collaborative Services environment properties