Show TOC Start of Content Area

Background documentation System Properties for Proxy Server  Locate the document in its SAP Library structure

The portal supports working through a network proxy server to control and limit access to resources outside the company domain.

This section describes how to define a proxy for the portal by setting the system properties for the proxy server.

Note

URL iViews that employ the server-side fetch method (see Fetch Methodproperty in URL iView Properties) use the proxy settings defined on the portal server, as described below. URL iViews that employ the client-side fetch method rely instead on the proxy settings defined in the browser of each portal user.

Note

In addition to the procedure described here, it is possible to define proxy setting using XML script. For more information, see XML Content and Actions.

Setting the Properties

You configure services in SAP NetWeaver Administrator. To specify the proxy server property values, configure the following application and service:

      portal application – com.sap.portal.ivs.httpservice

      service – proxy

For more information, see Accessing Portal Services in SAP NetWeaver Administrator.

Proxy Properties

The values set here are for the system settings of the Java Virtual Machine (JVM). Proxy settings consist of defining values for a set of four identical properties for three separate protocols: FTP, HTTP, and HTTPS.

 

HTTP - Enable Proxy Setting*

In order to work through a proxy, enter true

HTTP Proxy Host*

IP address or name of the proxy server

HTTP Proxy Port*

Port number of the proxy server

HTTP - Bypass Proxy Servers*

Hosts which should be connected to directly and not through the proxy server. The value can be a list of hosts, each separated with any of the following four symbols:

      space

      pipe (|)

      semi-colon (;)

      comma (,)

You may use a wildcard character (*) for matching.

Example: *.goofy.sap.com|*.mickey.sap.com;*.donald.sap.com

 

Note

The properties in the table refer to the HTTP protocol only. The same properties apply for HTTPS and FTP; for example, HTTPS - Enable Proxy Setting and FTP - Bypass Proxy Servers.

Authentication Properties

Configure the following properties for basic authentication:

      Sets user name for proxy basic authentication

      Sets password for proxy basic authentication

Firewall Properties

Configure the following properties in the event that a firewall is part of your network configuration:

      Firewall Proxy Host

      Firewall Proxy Port

      Firewall - Enable Proxy Setting (for which you enter true to activate)

Note

Properties for which no values are entered are ignored and do not override existing values.

Reset JVM Property

Reset JVM Settings - If you configured proxy server properties directly in the AS Java JVM, set this property to false to avoid ovewriting the JVM properties at startup, or at restart, of the service. The default setting is true.

Restarting Services

After setting the proxy property values, you need to restart the following services:

·         com.sap.portal.ivs.httpservice|http

·         com.sap.portal.ivs.httpservice|proxy

 

 

 

End of Content Area