cancel
Showing results for 
Search instead for 
Did you mean: 

Testing of WD Mobile app on BlackBerry simulator

Former Member
0 Kudos

I have develop a webdynpro mobile application and install BlackBerry_JDE_4.3.0 and BlackBerry_Simulators_4.3.0. Can anyone please tell me the steps to test the WD application on BlackBerry simulator.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

From what i understood, you have developed a webdynpro mobile application, which you have already deployed on a SAP J2EE server and can access the application through a URL from a desktop and now you want to access the same from a blackberry device.

If that is the case, you just need to start the simulator and open the browser, and access the application with the URL.

If you are using any http proxy server, then you have to do some changes before starting the simulator at the following location:


Installation folder of JDE "BlackBerry_JDE_4.3.0"\MDS\config\rimpublic.property

Open this property file with note pad and do the changes in # [HTTP HANDLER] section.

Make changes to these properties, whatever are relavant for you:

application.handler.http.proxyHost=

application.handler.http.proxyPort=

application.handler.http.proxyUser=

application.handler.http.proxyPass=

Also i assume that you are starting MDS before starting the simulator. If you have problems starting the MDS then open run.bat file in MDS folder and add this line

after @echo on

set JAVA_HOME=C:\ProgramFiles\Java\jdk1.5.0_12 like this pointing to your current java folder.

Hope this helps.

Best Regards,

Siva.

PS: Reward with some points if you find the post useful.

Answers (0)