Viewing HTTP access on BES 503

Source: Internet
Author: User

MDS log: To view HTTP trafic, first turn on HTTP logging for the BlackBerry MDS Connection Service

Reference:

How to turn on HTTP logging for the BlackBerry MDS Connection Service http://www.blackberry.com/btsc/KB02393

Log timer interval (milliseconds): 30000-3000


MDS log: File name

C:\Program Files\research in Motion\BlackBerry Enterprise server\logs\20130123\acme_mdat_01_20130123_0003.txt


BlackBerry Enterprise Server logs where log is.

Reference:

BES Administration Guide's

Log files for BlackBerry Enterprise Server Components section


Postscript:

Open the following options, OS 7 phone can have two browser icons, but the default is to walk the BES channel, fainted.

WAP Browser:
Click on Device-only.
Set Enable WAP Config to Yes


Internet Browser:
Click on Browser.
Set allow IBS Browsers to Yes
Set MDS Browser Use separate Icon to Yes


BlackBerry Browser:
Click on Global.
Set allow Browser to Yes.

Later wrote a small program, you can force the WAP channel, faster than through the company BES MDS access speed does not know how many times, haha

Reference: http://supportforums.blackberry.com/t5/Java-Development/Invoke-the-browser/ta-p/445362

Code snippet:

Public Myscreen ()
    {        
        //Set the displayed title of the screen       
        settitle ("My Wap Browser");
        
        _url = new EditField ("URL:", "http://m.baidu.com/", Integer.max_value, Editfield.filter_url);        
        Add (_url);
        
        FieldChangeListener Mybuttonlistener = new FieldChangeListener () {public
            void fieldchanged (field field, int context ) {
            	//Get The default sessionbrowsersession 
            	browsersession browsersession = Browsersessionfactory.createwapbrowsersession ();
            	Now launch the URL
            	browsersession.displaypage (_url.gettext ());
            }
        };

        Newbutton = new ButtonField ("Access");
        Newbutton.setchangelistener (Mybuttonlistener);
        Add (Newbutton);
    }



WAP Browser:
Click on device-only.
Set Enable WAP Config to Yes


Internet Browser:
Click on Browser.
Set allow IBS Browsers to Yes
set MDS Browser use separate Icon to Yes


BlackBerry Browser:
Click on Globa L.
Set allow Browser to Yes.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.