configure proxy settings (blackberry simulator)

8
CONFIGURE PROXY SETTINGS ( BLACKBERRY SIMULATOR) Option 1 1. Install Blackberry JDE6 https://developer.blackberry.com/java/download/ previousjdeversions/ 2. Open the “rimpublic.property file” (Notepad with permission Administrator) . The rimpublic.property file can be found in the following locations: For BlackBerry MDS-CS Simulators installed with BlackBerry JDE \Program Files\Research In Motion\BlackBerry JDE #.#.#\MDS\config 3. Under the [HTTP HANDLER] section, update the following: application.handler.http.proxyEnabled = true application.handler.http.proxyHost=hostname

Upload: juanbcn87

Post on 08-Nov-2014

57 views

Category:

Documents


2 download

TRANSCRIPT

Page 1: Configure Proxy Settings (Blackberry Simulator)

CONFIGURE PROXY SETTINGS ( BLACKBERRY SIMULATOR)

Option 1

1. Install Blackberry JDE6

https://developer.blackberry.com/java/download/previousjdeversions/

2. Open the “rimpublic.property file” (Notepad with permission Administrator) . The rimpublic.property file can be found in the following locations:

For BlackBerry MDS-CS Simulators installed with BlackBerry JDE

\Program Files\Research In Motion\BlackBerry JDE #.#.#\MDS\config

3. Under the [HTTP HANDLER] section, update the following:

application.handler.http.proxyEnabled = true

application.handler.http.proxyHost=hostname

application.handler.http.proxyPort=hostport

Page 2: Configure Proxy Settings (Blackberry Simulator)

To include proxy authentication, update the following under the [HTTP HANDLER] section:

application.handler.http.proxyUser=username

application.handler.http.proxyPass=password

To include proxy auto configuration parameters, update the following values:

application.handler.http.proxyAutoConfig = true

application.handler.http.proxyAutoConfigURL=http://URL_to_Your_Config_File

application.handler.http.proxyAutoConfig.ScriptCacheTime=0

Example :

Page 3: Configure Proxy Settings (Blackberry Simulator)

4. Execute MDS

Page 4: Configure Proxy Settings (Blackberry Simulator)

5. Execute Simulator

Page 5: Configure Proxy Settings (Blackberry Simulator)

Option 2 (windows 7 64)

1. Install BlackBerry Email MDS 4.1.4

http://swdownloads.blackberry.com/Downloads/contactFormPreload.do?code=00EC53C4682D36F5C4359F4AE7BD7BA1&dl=3980A887C5B7352386D1F6996D598EB1&check1=A

2. Open the “rimpublic.property file” (Notepad with permission Administrator) . The rimpublic.property file can be found in the following locations:

For BlackBerry MDS-CS Simulators installed with BlackBerry JDE

C:\Program Files (x86)\Research In Motion\BlackBerry JDE X.X.X\MDS\Servers\MDS\config

3. Under the [HTTP HANDLER] section, update the following:

application.handler.http.proxyEnabled = true

application.handler.http.proxyHost=hostname

application.handler.http.proxyPort=hostport

To include proxy authentication, update the following under the [HTTP HANDLER] section:

application.handler.http.proxyUser=username

application.handler.http.proxyPass=password

To include proxy auto configuration parameters, update the following values:

application.handler.http.proxyAutoConfig = true

application.handler.http.proxyAutoConfigURL=http://URL_to_Your_Config_File

application.handler.http.proxyAutoConfig.ScriptCacheTime=0

Page 6: Configure Proxy Settings (Blackberry Simulator)

Example :

4. Execute cmd.exe with permission of Adminstrator

Go to folder C:/Windows/System32 and execute cmd

5. Write “ cd C:\Program Files (x86)\Research In Motion\BlackBerry Email and MDS Services Simulators 4.1.4\MDS “ and pulse enter.

Write “run.bat” and pulse enter.

Page 7: Configure Proxy Settings (Blackberry Simulator)

it will open a new window msdos

6. Execute BlackBerry Simulator