config_http.properties
############################################################################## # # WebSphere Portal 5.0 configuration file to Configure a WebServer for HTTP # # NOTE: Do NOT enclose any value in quotes! # NOTE: Windows paths must use '/', not '\'. # NOTE: Windows long paths are OK. # NOTE: Properties are immutable. Once set, they cannot be overriden. # ############################################################################### ############################################################################### # # How to use this file: # # 1. Consult InfoCenter for detailed instructions on the properties and tasks # listed in this file: # Installing> Configuring your Web Server # 2. Change into the <wp_root>/config directory # 3. Edit this file to match your enviroment # 4. Import the contents of this file into wpconfig.properties: # on Windows: # WPSconfig -DparentProperties="<full_path_to_this_file>" -DSaveParentProperties=true # # on other platforms: # ./WPSconfig.sh -DparentProperties=<full_path_to_this_file> -DSaveParentProperties=true # 5. Configure WebSphere Portal to communicate with the HTTP server: # on Windows: # WPSconfig httpserver-config # # on other platforms: # ./WPSconfig.sh httpserver-config # 6. Restart the Web (HTTP) server # 7. Restart WebSphere Portal by entering the following commands from the <was_root>/bin directory: # on Windows: # stopServer WebSphere_Portal # startServer WebSphere_Portal # # on other platforms: # ./stopServer,sh WebSphere_Portal # ./startServer.sh WebSphere_Portal # # NOTE: Addtional steps are required for a remote HTTP server, refer to InfoCenter # for details. # ############################################################################### # WpsHostName: The name of the WebSphere Portal host # For example: http://<WpsHostName>:<WpsHostPort>/<WpsContextRoot>/<WpsDefaultHome> # For example "localhost" in the URL: http://localhost:80/wps/portal WpsHostName=localhost # WpsHostPort: The port used by WebSphere Portal # For example: http://<WpsHostName>:<WpsHostPort>/<WpsContextRoot>/<WpsDefaultHome> # For example "80" in the URL: http://localhost:80/wps/portal WpsHostPort=80WebSphere is a trademark of the IBM Corporation in the United States, other countries, or both.
IBM is a trademark of the IBM Corporation in the United States, other countries, or both.