Can I access URL parameters?

Is it possible to access URL parameters from a WebStart application?
Example:
http://www.domain.com/example.jnlp?parameter1=43
I would like to initialize my JWS app using the information given to me in parameter1.
Is this possible? I believe that this would be very powerful.
Thanks.

If your www.domain.com/example.jnlp is a CGI script or servlet that returns a .jnlp file with
  <application-desc>
    <argument>43</argument>
</application-desc>and you retrieve that parameter from args[1], it might work.
Regards,
Marc

Similar Messages

  • LoadVars can't access URL - then freezes

    Hi,
    Guys did that ever happen to any of you before? You use a
    loadVars object (or even a loadVariables object) to get some data
    from a URL , but the server of that URL is down (or some kind of
    problem is happening with it),,.. and then it's as if your flash
    movie is just looping forever to get it?
    Ofcourse, you then get the window saying something like "A
    script in this movie is letting your movie stop working. Do you
    want to abort the script" more or less.
    Is there some kind of timeout function that I can use, in
    case loadVars can't access that URL, then it just breaks, and
    continues normally????? Ofcourse, giving a bad URL , will just give
    an onLoad event, with a "false" parameter, indicating that the URL
    wasn't loaded successfully.. but I'm talking about when the URL
    actually exists, but say the server is startign up, or there is a
    problem with, say, the Apache server on there... or something.
    I hope my problem is clear.

    in your code that calls the url, right before that line that
    does the sendAndLoad() or whatever, set an interval. then call
    clearInterval in both your vars' onLoad handler and also the
    timeout handling function
    look up setInterval() in the actionscript language
    reference.

  • How can I display URL parameters ({module_url}) in the Order Receipt page?

    I'm trying to display extra information in my Order Receipt page by passing a value in the URL from the Order Registration form.
    The parameter is adding to my URL and the form is processing as expected, but I can't seem to pull that value out of the URL to display on the page.
    I've used {module_url, myValue} but it comes up empty.
    Am I doing something wrong or can you not use this module in the Order Receipt page?

    Thanks Liam. Another thing BC could look at implementing is more flexibility with the E-Commerce layouts

  • How to access url parameters in query builder side

    I call a report via url and it works fine but now i want to use lexical parametrs.
    I create a lexical parameter in the report but how can i establish relation between url parametrs and lexical parametrs from report?
    Example
    URL: report1.rtf?PUser=1&PCity=2
    REPORT: P_WHERE lexical parameter
    How can i define that something like P_WHERE -> "where user=PUser and city=PCity"
    Please give me a hand, its urgent
    Thanks

    Hi,
    do this in the after paramform trigger:
    :p_where := 'where user='||PUser||' and city='||PCity;
    Regards
    Rainer

  • Access url parameters in oracle apex

    Hi,
    Can anyone tell me the solution for the following
    i am calling my apex application from java code via url, i am passing username and password in the url
    now i want to authenticate the user how can i do?
    how can i obtain the username and password in apex and check from my database?
    Thanks and regards

    Hi Denes,
    Thanks for the reply
    I will be encrypting my username and password via some java code and then i would be sending it in the url.
    Is there any other and better way to pass username and password to apex application via java code??
    Now in my application i want to check the username and password that has been passed from the url exist in my database or not.
    how can i do that?
    At this step i would also like to decrypt username and password, how can i achieve that?
    this is what i mean by my second question.
    Let me just brief about my situation
    i am having one java application, in which i need to provide a link which directs to my apex application.
    the username and password i have used to login in my java app needs to be checked in my apex application.
    i cannot provide a separate login page for this one so i need to pass the username and password.
    Thanks,
    Edited by: keny_01 on Feb 4, 2010 2:54 AM

  • Can't access url  pc:9001/forms/frmservlet from another pc & only using8888

    Hi,
    i have a weblogic server installed in Windows 2003 R2 in a domained windows network, i'm using forms & report 11.1.2 and weblogic 10.3.5
    after installation every thing is ok, i can access the forms and report from network using the OHS port which is 8888
    for example :
    http://myweblogic:8888/forms/frmservlet?config=system
    and for reports
    http://myweblogic:8888/reports/rwservlet?report=xxxxxxxx
    but when i try to run the forms or the report using the default ports which are : 9001 for forms & 9002 for report
    i can't run it from network ( other pc) only from the host itself.
    no firewall, nothink blocks these ports !!!!!
    any idea why i'm not able to access this path from network and can access it from host
    http://myweblogic:9001/forms/frmservlet?config=system
    http://myweblogic:9002/reports/rwservlet?report=xxxxxxx
    please help ...

    Generally, if you cannot access WLS ports off of the host, this usually suggests that the machine is using DHCP and/or does not have a DNS registered name. If using DHCP, fixing this can become clumsy at this point. Reinstallation might be easier after correcting the networking issue. Please refer to the product Installation Guide and Release Notes. This is a good recommendation for everyone prior to performing any installation.
    Refer to these two references:
    http://docs.oracle.com/cd/E21764_01/install.1111/e12003/claqi.htm#BGBEHBGF
    http://docs.oracle.com/cd/E21764_01/core.1111/e10105/host.htm

  • Displaying the URL parameters in pdf file.

    Hello, I need help about using JavaScript with pdf file. I have an URL like this: http://www.a.org/mta/sigtr_mta.pdf?&rqst_id=8762312&inst=The+Jackson+Laboratory&pi=Dr.PI& 022008-UCD. Is there a way that I can extract the URL parameters (such as rqst_id or inst ) from JavaScript in this pdf and replace some form text field with the parameters and set these fields to read only.
    I appreciate any of your help or hint!

    this.URI(), I believe, will get you the complete URI that the document was opened from. Then you can parse it any way you'd like.
    Leonard

  • How to access GET-parameters in portal url

    Is it possible to access GET-parameters in a bsp application in an iview in the enterprise portal, and if so, how do I do it?
    If you look at the url of this post (/message/1514719#1514719 [original link is broken])
    I would like to have the value of "forumID" in the bsp application in the iview with shortlink "thread".

    Raja,
    your solution is what I was initially looking for, so thank you.
    Can you also supply a link to the article you refer to?  I can't find it:-)
    But while looking for this I found something even better, a way to pass parameters to an iview without having to define them in the iview ApplicationParameter-property.
    Apparently the trick is to add the parameter "DynamicParameter" to the url, that translates to different parameters in your bsp application(iview).
    So if you want your bsp application to have the parameters "roomid=555&date=01.01.2007" your url should be
    http://bla/irj/portal/rooms?DynamicParameter=roomid%3D555%26date%3d01.01.2007
    where %3D is the ascii representation of "=" and %26 is the ascii representation of &.
    I found this here : /message/529588#529588 [original link is broken] , but in this thread they say to separate the parameters by a ";", whereas for me it only works when i use %26 (&).
    Message was edited by: Dries Horions

  • SQL 2012 R2 - SSRS with the Report Server Web Service URL, can't access

    Hello:
    I am installing Dynamics CRM 2013.  When I am on RS Configuration manager; I am running into the SSRS (SQL 2012 on Server 2012)SQL issue, can't access the
    http://servername/:80/ReportsServer or
    http://servername/:Reports web pages
    The database server has SSRS native mode installed, it is using a domain account for the service credentials.  This account also has permission to log on a service in the GPO
    Account is a domain admin and is a local administrator
    SQL server is 2012 R2 on Windows Server 2012.  User base is less than 60 people and they have SharePoint 13 on the same SQL server.  Server more than enough resources.
    Any assistance would be appreciated.
    Thanks..Dan

    Hi DCas1,
    According to your description, you could not access
    http://servername/:80/ReportsServer or http://servername/:Reports web pages from Reporting Services configuration manager, SSRS in configured in native mode and the account you used is a local administrator.
    In Reporting Services, URLs are used to access the Report Server Web service and Report Manager. Before we can use either application, we need to configure at least one URL each for the Web service and Report Manager. If we are using the Reporting Services
    Configuration tool to create or modify the URLs, we can accept the default values for a URL or specify custom values. When we create a report server URL, we must specify the following parts: Host name, port and Virtual directory. In order to improve the efficiency
    of troubleshooting, I need to ask several questions:
    Since the default URL is http://<computername>/reportserver, did you type the URLs manually? or the URLs configured in Reporting Services configuration manager are
    http://servername/:80/ReportServer and
    http://servername/:Reports?
    Could you provide detailed information of error log(default location: %programfiles%\Microsoft SQL Server\MSRS11.MSSQLSERVER\Reporting Services\LogFiles)?
    For more information about Configuring a URL, please refer to the following documents:
    http://msdn.microsoft.com/en-us/library/ms159261(v=sql.110).aspx
    http://msdn.microsoft.com/en-us/library/bb630447(v=sql.110).aspx
    If you have any more questions, please feel free to ask.
    Thanks,
    Wendy Fu

  • Still Can't Figure Out Returning to Page with URL Parameters

    Hi,
    I am trying to figuring out how after submitting a form to
    return to a previous webpage with URL parameters in it.
    Any ideas?
    Thanks,
    Craig

    I am using dreamweaver and coldfusion. I have been searching
    everywhere for the answer so if you can shed some light on this
    that would be great.
    Thanks,
    Craig

  • Windows 10 Technical Preview 10041, Firefox Nightly x64 most current, can launch, can't access settings, cannot place cursor in URL box

    Have Windows 10 Technical Preview build 10041, Firefox Nightly x64 39.0a1 most current. Firefox will launch, but when browser appears no input to screen possible. Can't access settings, can't place cursor in URL box. Tried compatibility modes with no success. I may not have used this browser on Thursday, March 26, but it was working without issue on Wednesday, March 25. My speculation would be that one of the last two nightly updates broke this. This question posted from Chrome as Firefox not operating.

    hello, that appears to be a known bug that's being worked on ([https://bugzilla.mozilla.org/show_bug.cgi?id=1147953 bug #1147953]).
    please also note that as long as windows 10 is in it's pre-release preview state and there are still changes to the core platform, it will not be fully supported by firefox and things are bound to go wrong on occasion.

  • I can't access google URL feed

    I can't access Google url feed. When I click on google it says    
         Not Found
    The requested URL/webhp was notfound on this server
    Apache/2.2.18 ( CentOS )Server at www.google.com Port 80
    Can anybody tell me in simple terms (as I'm not a computer whiz ) how I can fix this?                                                 

    I have the exact same problem
    Trying to access www.google.be
    It gives me the same error notification

  • HT1918 Can't access My Account!  - "Failed to find service connection URL"

    iTunes recognizes me, and I'm logged in. However, when I try to access my account, I continue to get an error message:
    Connection Manager Failed Invoke: Failed to find service connection URL
    I can't access my account!
    I am beyond frustrated with Apple and their lack of customer support. Since iTunes is a free app, I was told it's not supported by their customer service (the fact that I spend a ton from the store doesn't seem to matter). My fault for not going with Amazon!
    Anyway, I'm stuck!! Can anyone please help?

    see the posts on the right.

  • Can not access certain URL

    I can not access my company URL from BB while i can access it from any other device. The below message received,
    The requiered URL could not be retrieved
    Sorry, we couldn't find the web page that you requested. Make sure that you typed the web address correctly, and try again.
    Error Code: 10006

    Hi,
    It seems like with every BB Bold it is giving error code 10006. With the curve it is giving 504 gateway timeout. Only th default browser. if you install any other browser on the phone then it can display the site. When I phone my service provider they say my phone software is not working and I ned to bring it in...this is not true for I tested it on about 10 blackberry bolds and none of them display the site. also not the curve or torch.(Torch is also giving the 10006 error code). When I phone my hosting company they say they cant see anything wrong with the setup of the website. So is blackberry blocking the site or what? I dont know what to do anymore. and the client wants this to display on a blackberry. 
    I see you are from France. Could it be that maybe it does not work in South Africa only? Something on the sa BIS?

  • Can't access certain URLs on servers in LAN

    I'm having a problem with accessing an httpd server running on my PowerBook connected to both my corporate and home LAN.
    I give the iPhone an address like:
    http://192.168.1.188
    And it works fine. However, when I try to access a folder:
    http://192.168.1.188/~mike
    it changes the URL to http://phoenix.local/~mike (phoenix is the name of the machine), and then stalls, and sometimes tells me that it can't access the server.
    I have been to that address on other non-iPhone machines, and the URL works fine.
    Anyone have a clue on what's going on?

    SOLVED:
    You have to put a trailing / if the URL points to a directory. For example:
    http://somewhere.com/folder/
    instead of
    http://somewhere.com/folder

Maybe you are looking for

  • Creation of XML file from RFC

    Hi Experts, Iam getting input parameters to my RFC from JAVA. With that data i have to create XML file from my RFC, and i have to send that file to third party. Could you please tell me the total procedure. I know how to create RFC, i need how to cre

  • How to get the current week from sysdate?

    Hi sir, i want to know how to get the current week from sysdate? thanks

  • Un-mounting network volumes with command line

    Does anyone know how to unmount a network volume from the command line in OSX. Using umount deletes the mount but not the mount point. I can't get diskutil or disktool to do it.

  • Unable to use Adobe for school.

    I'm trying to use Adobe for schooling and it's telling me that I can't use it on the device I am on. Why not?

  • Procedure entry point OCILobCreateTemporary could not be located

    I just installed Zend Core for Oracle 1.4 on Windows. I allowed the install package to install Apache too. The Oci8 extension does not load. When I run php.exe I get "The procedure entry point OCILobCreateTemporary could not be located in the dynamic