2 way communication - talk to server from web start app and vice versa

I want to send status messages between my web start application and services running on the web server computer. I havent been able to find any examples on this. Can I communicate over http? Do I need to set up a separate connection to a port and communicate on my own? any ideas on how to do this?
thanks

''Roland Tanglao [[#answer-698502|said]]''
<blockquote>
Hi scruffy90:
You wrote "LG G2 and Samsung Galaxy Note 3. Both on Android 4.4.2 Firefox for Android Ver. 35.0.1 "
I just tried switching between HSPA+ aka 3G and WiFi on a Galaxy S5 running Android 5 and have had no issues but I think this may have been an issue in the past (I did a search for a bug in bugzilla.mozilla.org but couldn't find anything).
Are there any other details you could provide that could help us debug?
e.g.
# Are you using a proxy?
# Who is your WiFi provider?
# Have you tried other WiFi (e.g. the Wifi both at home and work)
Cheers!
...Roland
</blockquote>
Hello Roland,
No proxy on the phone or wi-fi network.
My ISP is Time Warner, but I supply my own router (Linksys e4200)
And this happens on every wi-fi network, at home and away from home.

Similar Messages

  • How to change view in iPhone from vertical to horizon and vice versa?

    How to change view in iPhone from vertical to horizon and vice versa?

    Not all applications will go from Portrait to Landscape. Changing just requires you to turn the device. However, if you have the orientation lock activated, then it will not change to landscape. To check, look in the status bar and see if you can see a small lock shaped icon near the battery icon. If you do, then orientation lock is activated. To turn it off, swipe upwards from the bottom of the iPhone screen to bring up Control Center. The orientation lock is the last icon on the top row to the right. Tap on it to turn it off. White is on, black is off.

  • How do I transfer songs from Itunes to Iphone and vice versa?

    How do I transfer songs from Itunes to Iphone and vice versa?

    iPhone User Guide (For iOS 4.2 and 4.3 Software)

  • How to get data passed back to server from Web Start client ?

    dear experts,
    my web application allows users to launch a web start window from the jsp page, after users enters some data in the web start page and press "OK", the data entered should be passed back server for process. i just have not much clue how to do this....
    thanks.

    Use the java networking library to send a request to a url that takes the arguments you want to pass in.
    Example:
    URL url = new URL("http://yourserver/yourhandler.do?arg1=foo&arg2=bar");
    HttpURLConnection conn = (HttpURLConnection) URL.openConnection(url);
    ... any output testing, etc...
    conn.disconnect();It's not the prettiest, but it ought to get the job done.
    You should probably (at least) use the BasicService to get the codebase back to the server that served up the jnlp file.
    -Mike

  • Server not found when switching from 4g to wifi and vice versa.

    I've had this issue for a while across multiple phones and multiple versions of Firefox for Android, and it does not happen with any other browser (which is upsetting). Whenever I am surfing the web and have multiple tabs open, and I switch from 4g to wifi or vice versa, I always get a "Server not found" error on both existing tabs and new tabs. This is an annoying issue that I am surprised to see hasn't been fixed. The only way I've been able to fix it is to quit and relaunch the app. I have tried removing plug-ins and reinstalling, but it has not helped.
    Anything I could do to alleviate the issue?
    LG G2 and Samsung Galaxy Note 3. Both on Android 4.4.2
    Firefox for Android Ver. 35.0.1

    ''Roland Tanglao [[#answer-698502|said]]''
    <blockquote>
    Hi scruffy90:
    You wrote "LG G2 and Samsung Galaxy Note 3. Both on Android 4.4.2 Firefox for Android Ver. 35.0.1 "
    I just tried switching between HSPA+ aka 3G and WiFi on a Galaxy S5 running Android 5 and have had no issues but I think this may have been an issue in the past (I did a search for a bug in bugzilla.mozilla.org but couldn't find anything).
    Are there any other details you could provide that could help us debug?
    e.g.
    # Are you using a proxy?
    # Who is your WiFi provider?
    # Have you tried other WiFi (e.g. the Wifi both at home and work)
    Cheers!
    ...Roland
    </blockquote>
    Hello Roland,
    No proxy on the phone or wi-fi network.
    My ISP is Time Warner, but I supply my own router (Linksys e4200)
    And this happens on every wi-fi network, at home and away from home.

  • My screen goes off and on once its changes power from AC to Battery and vice versa

    Dear All
    I started noticing this from today ownwards that whenever the power is switched off and goes to battery mode and vice versa the screen turns off and on for 1 second. I dont know this is normal or i did mess up with some kind of power options. I am using T410i.
    Please help me out in this.
    Solved!
    Go to Solution.

    Hi sanku500, and welcome to the Lenovo User Community!
    What you're seeing is the video refresh rate switching:
    http://forums.lenovo.com/t5/ThinkPad-Edge-Knowledg​e-Base/Display-screen-flickers-blinks-goes-blank-o​...
    Hope this helps!
    I don't work for Lenovo. I'm a crazy volunteer!

  • UCCX changing time variables from AM to PM and vice-versa

    Hi all.
    I have an extremely irritating issue that I'm hoping someone can shed some light on.
    I'm currently making improvements to one of our contact centre scripts. We require to activate redirection on the fly quite often, and in the past I used a modified script with different time of day tests.Going forward I wanted to provide the ability for this to be activated and times set through the GUI.
    So I made some variables as parameters, of note these are RedirectOperation (boolean), RedirectFrom (Time) and RedirectUntil(Time).
    The flow is that if RedirectOperation is true, a time test is performed to dictate when we redirect - this is in the form of:
    (T[now] >= RedirectFrom) && (T[now] <= RedirectUntil)
    Now I know I can use T[now].before(xxx) etc but the operation itself isn't the issue, it does work perfectly fine this way, but the times change from AM <<>> PM under certain conditions.
    To explain:
    I set the default (on the script itself) RedirectFrom to "T[6:00:00 PM]" and RedirectUntil to "T[11:59:59 PM]".
    When debugging the script, I can see that the system changes the times from PM to AM (under the variable list on CCX editor during a reactive debug) ! That's if I've not selected these parameters on the GUI. If however, I do select the parameters and still use the default values, when debugging, they stay as PM!!
    This is surely a bug??
    To try something else, I changed my time format to 24 hour clock - so 18:00:00 and 23:59:59 respectively. I can set these on the script itself, and if the parameters are unchecked and left at default, it works fine. However when I select the parameter and try to change the times to (for example) 19:00:00 and 22:59:59, the GUI spits an error saying:"* Please enter a valid date for the Date configurable variable." I can only assume there is a mismatch between what you're allowed to put into the script and what the GUI thinks you're allowed to.
    But certainly the script surely should not be changing between AM and PM when a variable is left to default??
    Any ideas would be greatly appreciated!
    Thanks in advance.
    Scotty

    After choosing your start time you should be able to click to the right to change from AM to PM or vice versa by using the up/down button.  I just did it.
    If your DVR is not cooperating, try rebooting it.

  • Replication of Custom Fields from CRM to ISU and Vice versa

    Hi Experts,
    We are working on adding Z fields on BP level. For this how does the replication of the values takes place from CRM to ISU or vice versa. What are the middleware enhancement we need to do in CRM side or in the ISU side. We would add the fields on web UI crm side by AET but at ISU side how we need to do that and how would the field values replicate in both the system.
    A approach for adding BP custom fields in CRM and its interaction with ISU and vice versa would be appriciated.
    Thanks,
    Mayur

    Excuse, you may enter more in detail?
    I have created a custom field on BP using the AET would now like to replicate this custom field in BP also in ISU.
    I can do all this using the EEWB, but I would avoid it, since, in ISU we already have custom fields on BP, I just can not link them with CRM.

  • Syncing photos from iPad to macbook and vice versa

    I recently synced my ipad with my new macbook air. I successfuly imported all my photos from my iPad to iPhoto on my laptop.  However, now everytime I connect my ipad and laptop iPhoto opens and asks me to import all the photos all over again, despite the fact that they are still all there.
    I haven't synced my photos with another computer before. I want to be able to add a photo onto my ipad and have it on my laptop and vice versa.
    This doesn't have to be done wirelessly, I am happy to only have it happen when I plug them togerther, but I want the same photos on both my laptop and iPad.
    I havent really messed around with anything as I am afraid of wiping my photos. I understand that I may have to do this via a third party or something, any help would be great.
    Thanks.

    Connect the iPad to your Mac then launch iTunes.
    Select the iPad under Devices then select Photos from the menu.
    Deselect:   Sync Photos from
    You probably have iPhoto selected from the pop up menu.
    Deselecting Sync Photos from should prevent the prompt to sync every time you connect the iPad.

  • Syncing contacts from iPhone to Outlook and vice versa

    I have the new iPhone and I have set up an account in Outlook and have it sync from my MSN Hotmail account. Everything syncs and looks good with the exception of my contacts. I need to know how to put a contact into my phone and have it sync into my Outlook and vice versa. Currently if I put a contract in my phone it does not go to Outlook and if I put a contact in Outlook it does not go to my iPhone.
    Do I have to add a new contact to the MSN hotmail account and then it will sync to my Outlook and then my iPhone? How do I get the contacts to go from my iPhone to my Outlook and then to my Hotmail?
    Same issue with Calendars.
    Thanks!

    The iPhone supports syncing contacts and calendar events with Outlook 2003 or 2007, which is selected under the Info tab for your iPhone sync preferences with iTunes. Syncing contacts and calendar events direct with Outlook 2003 or 2007 via the iTunes sync process syncs direct with the Outlook address book and calendar - with what is available locally on your computer in the Outlook address book and calendar.

  • How to sync garageband projects from mac to iPad and vice versa

    how can I sync garageband projects from iPad to MAC and vice versa

    Hi Marko,
    Please send your .muse file to [email protected] Add link to this forum post  and refer it to me. I'll investigate the issue.
    Also, please send the file you created on MAC.
    Regards,
    Aish

  • How to call Web Start app from Web Start app?

    Is there a way to call another Java Web Start Application from a running
    Java Web Start Application, possibly from a different JNLP file?
    Could this be done in a way that there won't be another virtual machine
    launched; i. e. that the started Application will run in the same virtual
    machine as the calling one?
    Cheers,
    Tobias

    Im not sure about running in the same Jvm however there are two ways I know of to start another jnlp app. I am using this to essentially restart my application however, you dont have to do that and can start another web application by either using BasicService.showDocument with the jnlp file ( should start a webs tart app) or usign runtime exec with javaws and the jnlp as the argument.
        String jnlpUrlString = "commpartnersapp.jnlp?COMPANY="+COMPANY_ID;
        try {
          try {
            // Lookup the javax.jnlp.BasicService object
            //get the codebase
            //This will work on both Unix and Windows
            BasicService basicService = (BasicService) ServiceManager.lookup(
                "javax.jnlp.BasicService");
            URL codeBaseURL = basicService.getCodeBase();
            log.config("basicService.getCodeBase()=" + codeBaseURL.toString());
            basicService.showDocument(new URL(codeBaseURL, jnlpUrlString));
          catch (UnavailableServiceException ue) {
            //here for testing purposes since we are not started from jnlp in IDE
            log.log(Level.SEVERE,
                    "ClientFrame:jMenuItemResetUserId_actionPerformed", ue);
            //when we are in the development environment
            String codeBaseString = "http://compub.cms/web/webportal/soft/";
            //Note this will work on windows only, javaws always in path
            //see http://java.sun.com/developer/community/chat/JavaLive/2005/jl0301.html
            //works on windows
            String execString = "javaws " + codeBaseString + jnlpUrlString;
            log.config("execString = " + execString);
            Process application = Runtime.getRuntime().exec(execString);
          catch (MalformedURLException ex) {
            log.log(Level.SEVERE,
                    "ClientFrame:jMenuItemResetUserId_actionPerformed", ex);
        catch (IOException ex1) { //runtime exec throws IOException
          log.log(Level.SEVERE, "ClientFrame:jMenuItemResetUserId_actionPerformed", ex1);
        //pass a false param to not store profile at end of shutdown
        this.shutdown(0, false);  //calls System.exit(0);R
    S

  • How to send multiple objects from appleto to servlet and vice versa

    how can i send multiple objects(ArrayLists and String) from servlet to applet and applet to servlet?

    Use an HTTPUrlConnection from the Applet to the Servlet to send data to the server, or request information from the servlet. To actually transfer the objects you will have to use a serialized version of the objects, almost always by wrapping the streams generated via the UrlConnection in ObjectOutputStream and ObjectInputStreams.

  • Syncing Apps from Iphone to Itunes and vice versa, quick question.

    Hello, so I had a small question to ask about transferring apps from both the iphone to itunes.
    Basically, I downloaded an app from the app store ON my iphone.
    I've made a lot of progress and have a lot of data in this app.
    The(Sync app) box was never checked on my itunes, so I transferred my purchases from my iphone to my itunes, and now i've downloaded a few more apps (over 20mb) ON itunes that I want to put on my iphone.
    Thing is, when I click "sync apps" it gives me a warning saying something along the lines of "Apps in itunes will replace all in iphone, including data"
    Now, i've already transferred my purchases, so all the apps from my phone are on itunes, but if I sync, will I lose the DATA in my apps on my iphone? Or will the data remain in those apps?
    Basically, will syncing my apps replace my settings/data/progress of the apps I have on my iphone?

    There is no data in the apps themselves. Your app data is stored in the backup file iTunes creates. http://support.apple.com/kb/HT1766
    From Page 179 of http://manuals.info.apple.com/enUS/iphone_userguide.pdf, "You can reinstall an app and restore its data as long as you backed up iPhone with iTunes on your computer. (If you try to delete an app that hasn’t been backed up to your computer, an alert appears.) To retrieve the app data, you must restore iPhone from a backup containing the data."
    So, make a backup before you click the "Sync apps button. Then, you may have to restore your phone from that backup to reload the data.

  • Problem loading safari webpage after switch from EDGE to 3G and vice versa.

    ok, very simple question
    i'm on edge, i want to go on safari, so i enable 3G. after that i go on safari and try to open a webpage. even after the 3G icon displays on top, it still takes a very long time before the webpage starts to load. Sometimes i get a message saying Safari could not open the page because the server stopped responding. IS THIS NORMAL?
    also if im on 3G and switch down to EDGE and then open a page in safari i get a message saying Could not activate cellular data network, even though the page loads anyway. IS THAT NORMAL?
    Message was edited by: Stevendo

    are you on 4.0.1?
    if so then this of course is not normal but it is also happening to me
    ill be at home and have 3G on 4 bars and i try to load a page on safari and nothing happens, then i switch it to edge and it connects, but like u when switching from 3G to edge i get those messages.. also i noticed that this only happended after i updated to 4.0.1 and i NEVER got these problems b4 on 4.0 and to make things worse.. in order for my 3G data to work i have to make a phone call, hang up, then ill get connectivity on 3G..
    so the fix... i dont kno??
    but im suffering like u...

Maybe you are looking for

  • I am unable to accept the end user licensing agreement for adobe reader on my mac.  How do I fix this.  I can not open any files.

    I am unable to open any pdf files because I have not accepted the end user licensing agreement for adobe reader.  I can not find the accept button.  I have a mac.

  • Sending pdfs from Mac Mail to Outlook

    I have users that are sending pdfs from mac mail to outlook and the attachements are not going through.  All you see is the paperclip and nothing else.  This has just started happening.  I am telling the users to send emails as plain text with window

  • Forms 9i color settings

    I have converted forms 6i to forms 9i and is facing a problem - An item color has become red and is not changing by setting the background colours but i found out that if the required field is changed to no , the red colour disappears , Can anyone he

  • *how to clear Spool Logs*

    Hi guys I am using sap ecc6.0 OS Suse Linux 10 DB:DB2  .    Still yesterday all of my users are taken printouts without any errors,but yesterday onwords printers are not working in sap.even one user also unable to tkle printouts.Suddenly all printers

  • Length of "out char" parameter in stored procedure

    I call a SP with an output char parameter, the type is defined as a field in a table -- char(3), but when calling from stored procedure, it throws an exception: "ORA-01406: fetched column value was truncated" the exception happens in line 4: 1. stmt-