WebStart Applications have same security level like unsigned Applets

Hi,
I have coded an Applet that can connect to data of my server using new URL(getDocumentBase(), "localfile.bla");, but now I have converted it to an application loaded with WebStart. I can't access the data with new URL("http://www.myserver.com/localfile.bla");, but a I don't have a DocumentBase, too. Do I Have to set an argument in the jnlp file with the DocumentBase, in order to access local data?
Or are there any other possibilities?!?
Thanks,
Greets

You have to set the code base in your JNLP file in the codebase attribute of the <jnlp> element:
<jnlp spec="1.0" codebase="www.myserver.com">
</jnlp>You should then be able to get hold of the code base from within the application using the following code:
import java.net.URL;
import javax.jnlp.BasicService;
import javax.jnlp.ServiceManager;
URL codebase=((BasicService)ServiceManager.lookup("javax.jnlp.BasicService")).getCodeBase();

Similar Messages

  • Does FireFox have a security icon like other internet browsers like Safari?

    FireFox have a security icon like other internet browsers like Safari?

    If you are referring to a "lock", it was removed with the Statusbar in Firefox 4. The S-I-B is used to indicate a secure connection.<br />
    https://support.mozilla.com/en-US/kb/Site+Identity+Button
    This extension will add a "lock" in the S-I-B display.<br />
    https://addons.mozilla.org/en-US/firefox/addon/padlock-icon/

  • FWSM : Can same security level command create identity nat?

    Hi All,
    As the topic : Can same security level command create identity nat? I found identity nat when show xlate debug command although no configuration related to identitiy nat for those subnet ip address.
    My brief configuration
    - same security level intra interface is enable
    - xlate-baypass is enable
    - NAT examption for some subnet

    To my knowlege the FWSM creates a xlate for all connections.
    http://www.cisco.com/en/US/docs/security/fwsm/fwsm31/configuration/guide/cfgnat_f.html
    "Even if you do not configure NAT, the FWSM continues to create translation sessions for all traffic automatically. In this case, the translation is from the real address to the same real address. See the
    show xlate command to view translation sessions."

  • CUA needs to have same patch level as other systems?

    I was just told that when patching our systems, the CUA system must be brought up to the same patch level.  I thought the communication from CUA was via IDocs, so I don't quite get why they must be in synch like that.
    Is there an OSS note addressing this?  We're using CUA across companies and it isn't really convenient to apply support packages to every system we have at once.

    Hi Christer,
    I don't know the caracteristics of your Landscape, but usually is a good practice to have all system at the same patch level. Now, If you have a full system just for Central User Administration it won't affect the CUA funtionallity if the patch level is lower that the production/qa/dev systems...
    Again, Its a good practive to have all your landscape at the same level.
    Regards
    Juan
    Please reward with points if helpful

  • Use of Security Level on ASA with ACLs

    Hi,
    On my configuration, I'm using extended on the inbound of my 3 interfaces (inside,dmz,outside). I was wondering if there I should remove the security levels or if they are of any use since I have ACL in place already.

    Hi,
    After you have attached an ACL inbound to an interface it controls the traffic for networks behind that interface. So security-levels dont have a major role anymore.
    Though you should consider that there are still situations where the "security-level" might come into the picture.
    If you have identical "security-level" interfaces and you want to allow traffic between them then ACLs wont be enough but you also need to use the "same-security-traffic permit " format command to allow the traffic.
    Atleast in software 8.2 there is still some limitations regarding NAT depending on the "security-level" of the source and destination of the interface. I think for example you need to do Dynamic NAT/PAT between interfaces you cant do this from lower to higher direction.
    Best bet is to refer to your current software level Cisco documents. Both the Command Reference and Configuration Guide PDFs found online provide good information on these commands
    Please rate if the information was helpfull and/or ask more questions if needed
    - Jouni

  • Security Level Medium is not working for PO initial version

    Hi ,
        We have maintained security level as Medium in Purchaser user personalization. In order to restart the PO SAVED event workflow only there is a value changed while the PO is awaiting for approval..  Here is the scenario and how the start condition maintained for PO - WS 14000145 - SAVED event.
    Start condition maintained for event SAVED for WF template WS14000145 as below
    &_EVT_OBJECT.POTotalValue& GE 0.00
    Security level(BBP_WFL_SECURITY) maintained as Medium in personalization of SU01.
    my requirement is when the PO create first time ( Initial Version ) and route for approval. Three level approval is determined for the PO and first approval approved. while the PO is awainiting for second level of approval the purchaser changed the quantity. based on above start condition my expectation is , the PO has to restart and route from beginning. but that is not happening. when i see the approval preview the approval path shows the workitem is waiting in second level of approval.
    I tried the below start conditions also
    &_EVT_OBJECT.SimpleListOfChanges&CE TOTAL_VAL, but no result..
    What is the Medium functionality?
    here is the help i found from help.sap.com, but i am not clear about this..
    MEDIUM It is possible to change the document The system evaluates the workflow start conditions and starts the approval workflow again if the change necessitates a new approval If this is not the case, the approval workflow continues.
    Regards,
    John

    Hi John,
    The security level works differently for PO's.                                                                               
    In the function 'BBP_PDH_WFL_CHECK_RESTART is a desription how the    
    system should work:                                                                               
    The workflow will be RESTARTED in the following cases: 
    a) One has a standard workflow with the usual type of approval (not a 
       'back&forth' one). It will always be restarted independent on the  
       authorization levels of the user and whether the user is a PO      
       creator or not;               
    b) One has the 'back&forth' type of approval but the user reordering  
       the PO is not the PO creator (this could be another purchaser from 
       the same purchasing group);    
    c) It is the 'back&forth' type of approval and the user reordering the
       PO is the PO creator but he has the authorization levels that are  
       less then 2, i.e '0'(not defined') or '1' (no changes allowed);    
    That means the security level must be below '2' to force a restart.   
    I hope that this clarifies how the system is working.
    Kind regards,
    Siobhan

  • Cisco ASA Security Levels

    Hi All
    I have just started working on Cisco ASAs and working on following scenario:
    3 Depts having 3 separate Networks given following names
    Finance
    Accounts
    HR
    Communication Between them should be restricted and allowed on specfic host and services. My approach is that I have assigned security level of "0"
    to each of them and also enabled "same-security-traffic permit inter-interface", so that they can communicate with each other. Now what I have observed is that as soon as I enable same-security-traffic permit inter-interface traffic starts flowing among them without the need for any access-list. But as soon as I create an access list for some specific host , traffic stops flowing for all other hosts except for the one which was granted access in access-list.
    Is my approach right? Please do advise, and also Is this a default behaviour of ASA to implicitly deny traffic for all host as soon as I place a acl after enabling same-security-traffic permit inter-interface.
    Thanks and Regards

    Hello,
    If all of the networks zone have the same security level for your company then you can use the same one on them.
    Remember that all the ACL's have an implicit deny at the bottom, so the behavior is expected.
    Same security level interfaces with the same-security-traffic command will be allow to exchange traffic without the need on an ACL but as soon as you place one on any of those interfaces you will need to specify the traffic you will need to allow.
    Regards,
    Rate all the helpful pots
    Julio
    Security Engineer

  • Multiple WD Applications for same WD component

    Hello All,
    How can we generate multiple web dynpro applications for the same Web Dynpro Component?
    I think one way out was to specify different interface view name for each application. But in one of the applications, I can see that 2 different applications have same interface view but have generated different URL's and have different parameters.
    Kindly help me out with this issue.

    Hi Abhishek,
    The functionality of a single Web Dynpro component can be accessed by defining multiple applications, each addressing a different interface view and/or a different inbound plug of the interface view. In order to define a Web Dynpro application, you must specify:
    1) The component to be invoked
    2) Which interface view of the root component will be used
    3) Which inbound plug will act as the entry point for the nominated interface view (this inbound plug must be of type Startup)
    Regards,
    Uday

  • Changing Security level through the MC

    Is there a way to turn the security level to off through the MC. I believe if you are an admin this should be an option.

    Hi Bruce,
    You can do this with a set rule and a triggering event from the MC.
    I don't think there is a way to set the security level like there is to reset it from the MC.
    Tom

  • Multiple Applications on Same IAS

    I wanna using IAS 10g to deploy my two Applications on the Same Server machine. Both of the applications have same common names of forms & reports.
    I never hardcode the path in my application, I use FORMS_PATH instead in default.env.
    If form one.fmx is common in both apps /home/oracle/app1 and /home/oracle/app2 and I define the FORMS_PATH=/home/oracle/app1;/home/oracle/app2 the form from the first directory will be open always.
    Please guide me.
    Zulqarnain

    You have to set the reports path in the Reports environment before starting the Reports Server.
    For Windows platforms you can set REPORTS_PATH in the Windows registry (HKEY_LOCAL_MACHINE > SOFTWARE > ORACLE > HOMEx).
    On UNIX, you can set REPORTS_PATH by revising the shell script that defines the initial default values: $ORACLE_HOME/bin/reports.sh. This script is called when starting any Reports Server.
    If you want to affect only a single Reports Server, modify its <server>.conf file to set the sourceDir variable to the directory path where the reports are located.
    The path is effective for a Reports Server that is started after modifying the registry, script, or configuration file.

  • I want answers to questions iTunes to purchase applications have forgot

    I want answers to questions iTunes to purchase applications have forgot

    Reset security questions
    http://support.apple.com/kb/HT5312
    If you do not have a Rescue email, you need to contact apple support, they will guide you through the process of resetting your security questions.
    https://ssl.apple.com/emea/support/itunes/contact.html

  • Remembering username and password in an unsigned applet...

    Does anyone have any ideas how my unsigned applet could remember the username and password entered by a user?
    Previously, I was using a signed applet so could store the username and password in a persistent text file, but now I need to provide an unsigned applet solution - so does anyone have any suggestions for how my applet could remember and recall the username and password?
    Many thanks,
    James

    Take global variable and store pass and user name in it .
    or getParameter() and setParameter() u can set parameter define in html file as global . so multiple applet in same webpage can access this pass and user name

  • RE: Installed "Access Denied" posting. I have same problem and none of the answers have worked. Ownership is blank but application will not accept me.

    RE: "Access Denied" question following install of Firefox. I have same problem. Details follow: I tried opening in Safe Mode which did not work. I have Administrative access. When I click the general tab in properties I get a message that "firefox.exe" does not exist. Neither that file nor any other "install" type of file appears in the Mozilla Firefox directory except for "uninstall". I have downloaded and tried to install seven times from six different sources, including Mozilla, all with the same results. I've also tried a number of solutions from the web for this error message with no greater success. I tried, first, doing an upgrade then deleted the older version of Firefox and have done "install" since. Avast, Malwarebytes and Threatfire have found no malware.
    I have never had a similar problem with Firefox before and I've used it for years. Anyone have any ideas I haven't already tried? I'm tired of using Internet Explorer! RE: troubleshooting information below--Windown will not open the downloaded file.

    These steps are recommended for this error message mentioned:
    [https://support.mozilla.org/en-US/kb/troubleshoot-extensions-themes-to-fix-problems Troubleshooting Extensions and Themes], however it seems like you may need to reinstall Firefox since the directory cannot be found.
    Other solutions to this have been to uninstall and use CCleaner to clean up any old registries. However this will loose data from the profile.
    I am seeing the errors and troubleshooting steps all mentioned here:
    *[http://compinfopro.com/windows-cannot-access-the-specified-device-path-or-file/]
    And it seems the best bet would be to uninstall and reinstall. If you can see the profile folder, it is possible to make a back up of the profile [[Back up and restore information in Firefox profiles]] here.
    For a clean reinstall:
    Certain Firefox problems can be solved by performing a ''Clean reinstall''. This means you remove Firefox program files and then reinstall Firefox. Please follow these steps:
    '''Note:''' You might want to print these steps or view them in another browser.
    #Download the latest Desktop version of Firefox from [https://www.mozilla.org mozilla.org] (or choose the download for your operating system and language from [https://www.mozilla.org/firefox/all/ this page]) and save the setup file to your computer.
    #After the download finishes, close all Firefox windows (or open the Firefox menu [[Image:New Fx Menu]] and click the close button [[Image:Close 29]]).
    #Delete the Firefox installation folder, which is located in one of these locations, by default:
    #*'''Windows:'''
    #**C:\Program Files\Mozilla Firefox
    #**C:\Program Files (x86)\Mozilla Firefox
    #*'''Mac:''' Delete Firefox from the Applications folder.
    #*'''Linux:''' If you installed Firefox with the distro-based package manager, you should use the same way to uninstall it - see [[Installing Firefox on Linux]]. If you downloaded and installed the binary package from the [http://www.mozilla.org/firefox#desktop Firefox download page], simply remove the folder ''firefox'' in your home directory.
    #Now, go ahead and reinstall Firefox:
    ##Double-click the downloaded installation file and go through the steps of the installation wizard.
    ##Once the wizard is finished, choose to directly open Firefox after clicking the Finish button.
    More information about reinstalling Firefox can be found [[Troubleshoot and diagnose Firefox problems#w_5-reinstall-firefox|here]].
    <b>WARNING:</b> Do not use a third party uninstaller as part of this process. Doing so could permanently delete your [[Profiles|Firefox profile]] data, including but not limited to, extensions, cache, cookies, bookmarks, personal settings and saved passwords. <u>These cannot be easily recovered unless they have been backed up to an external device!</u> See [[Back up and restore information in Firefox profiles]]. <!-- Starting in Firefox 31, the Firefox uninstaller no longer lets you remove user profile data.Ref: Bug 432017 and https://support.mozilla.org/kb/uninstall-firefox-from-your-computer/discuss/5279 [Fx31] Windows uninstaller will no longer offer the option to remove personal data -->
    Please report back to say if this helped you!
    Thank you.

  • I currently have Trend Micro...Does Firefox handle all the security issues like pfishing and viruses etc...I would like to cancel the other

    I cannot seem to get anyone to help me because I have asked this same question more than 6 or 7 times. Does Firefox handle all the security issues like pfishing and viruses, worms from attaching to my computer??????

    This question is a duplicate of https://support.mozilla.com/en-US/questions/884618

  • How to configure security policies like account locking, account expiry in portal application?

    Hi All,
    Can anybody pls tell me how to configure security policies like account locking,
    account expiry in portal application? By default, it has a 30 minutes lock period
    after 5 retries. But if I want to set other values or want to unlock account of
    a user, then what to do ?
    TIA,
    Sudarson

    I have read the SSO admin guide, and performed the steps for enabling SSL on the SSO, and followed the steps to configure mod_osso with virtual host on port 4443 as mentioned in the admin guide.
    The case now is that when I call my form (which is developed by forms developer suite 10g and deployed on the forms server which is SSO enabled) , it calls the SSO module on port 7777 using http (the default behaviour).
    on a URL that looks like this :
    http://myhostname:7777/pls/orasso/orasso.wwsso_app_admin.ls_login?Site2pstoreToken=.......
    and gives the error :
    ( Forbidden
    You don't have permisission to access /sso/auth on this server at port 7777)
    when I manually change the URL to :
    https://myhostname:4443/pls/orasso/orasso.wwsso_app_admin.ls_login?Site2pstoreToken=.......
    the SSO works correctly.
    The question is :
    How can I change this default behaviour and make it call SSO on port 4443 using https instead ?
    Any ideas ?
    Thanks in advance

Maybe you are looking for

  • Problem with battery for MacBook Pro 2007

    I have a problem with battery that was replaced during video card service 1.5 years ago Battery health was around 80% and it stopped to work, I continued to use notebook with power cable and after week the battery become like this! spoke with person

  • SB Audigy 1 : Loudness of audio-outputs adjustabl

    Hi is it possible to get the second output (black) as loud as the first one (green) ? I can make the front output as quiet as the second one in the surround mixer but there seems to be a max loudness level so i cant make it other way around. anybody

  • Save form values as HTML file needed

    Hi, I need to export a Customer form values to an HTML file. I need it a the base file for a fusion with a Word document. How can I do it? thanks.

  • I need help with Aperture 2

    I received a message that said my Aperture 2 library was unstable and needed to be restored, which I did from an external back up.  After the library and projects were restored, my project national parks was missing.  I restored the library a second

  • I was automating batch images but now when I do it is trying to save each raw photo as a jpeg

    I was automating batch images but now when I do it is trying to save each raw photo as a jpeg, how do I make it stop or is it a bug? The destination is marked "none". I've been doing this correctly all day so I don't know why it has started doing thi