Top
Interstage Studio J Business Kit User's Guide
FUJITSU Software

2.3.4 Proxy Setting

This section describes how to set an HTTP proxy server to be used by JBK Plugin.

When a local area network (LAN) is built, a firewall may be provided to prevent intrusions from other networks. To download an applet from a Web server outside a LAN, the downloading must be done through an HTTP proxy server. If this operation is needed, set the HTTP proxy server as described below.

In the following cases, the user does not have to make the proxy setting.

Setting a Proxy Server

To change the default proxy setting, code the following lines in the jbkplugin.properties file:

jbk.plugin.proxy.enable=<HTTP-proxy-server-used-or-not>
jbk.plugin.proxy.http.host=<HTTP-proxy-server-host-name>
jbk.plugin.proxy.http.port=<HTTP-proxy-server-port-number>
jbk.plugin.proxy.override=<HTTP-proxy-override-address-list>

Specify the following information in the properties:

Example

Sample proxy setting

jbk.plugin.proxy.enable=true
jbk.plugin.proxy.http.host=proxy.fujitsu.com
jbk.plugin.proxy.http.port=8080
jbk.plugin.proxy.override=*.fujitsu.com|*.foo.co.jp

Browser Proxy Bypass List

In the Java proxy bypass list, asterisks (".*.*") cannot be recognized as wild cards and need to be connected using a proxy. Under the following circumstances, if the bypass list under the browser's proxy setting is using ".*.*", record it as ".*".