How to config JSSE for UDDI4J???

Hi, i am using uddi4j to access uddi registries. As you know, when you use the publish api, it use the https connection.so we need to do some configurations for JSSE. I have downloaded JSSE,but i just don't know how to config it in the java.security file.please help,thanks:)

If you are using java 1.4 > JSSE is now included in the release and you shouldn't have to do anything.
If you are using an older JVM, you can also add the jsse.jar file into your classpath and register the appropriate provider implementation class:
System.setProperty("java.protocol.handler.pkgs",
"com.sun.net.ssl.internal.www.protocol");
java.security.Security.addProvider(new com.sun.net.ssl.internal.ssl.Provider());
Or try googling the subject and look at links similar to the following:
http://www-128.ibm.com/developerworks/webservices/library/ws-uddi4j2.html
Cheers
Todd

Similar Messages

  • How to config JSSE?

    Hi, i am using uddi4j which requires the JSSE to be configured, in the documentation of it, it just mentioned i need to modify the java.security file under the %JAVA_HOME%/jre/lib/security directory. But i just don't know how.
    would you please tell me if one java application want to use JSSE for https connection, which steps should i take? many many thanks:)

    If you are using java 1.4 > JSSE is now included in the release and you shouldn't have to do anything.
    If you are using an older JVM, you can also add the jsse.jar file into your classpath and register the appropriate provider implementation class:
    System.setProperty("java.protocol.handler.pkgs",
    "com.sun.net.ssl.internal.www.protocol");
    java.security.Security.addProvider(new com.sun.net.ssl.internal.ssl.Provider());
    Or try googling the subject and look at links similar to the following:
    http://www-128.ibm.com/developerworks/webservices/library/ws-uddi4j2.html
    Cheers
    Todd

  • How to config CDM for user Authorization

    Hi Sir,
    Can you tell me how to config CDM 4630 for user authorization with different privilege by using radius server
    Regards

    Here is a link on configuring user authentication on acns.
    http://www.cisco.com/en/US/products/sw/conntsw/ps491/products_configuration_guide_chapter09186a008008123f.html
    Not sure if there is one available for authorization too.

  • How to config OrgRule for check of equality

    Hello,
    We use GRC Compliance Calibrator V5.2. Our RuleSet also contains Risks based on organization levels.
    We have a SOD-Risk (R006) made up of two functions (YK06 and YK08):
    Risk Function     TCODE     Auth.Object     Field     Value from     Value to     Condition     Status
    R006     YK06     F-42     S_TCODE     TCD     F-42                         AND          0
    R006     YK06     F-42     F_BKPF_BUK     ACTVT     1          2          AND          0
    R006     YK06     F-42     F_BKPF_BUK     BUKRS     $BUKRS                    AND          0
    R006     YK08     F110     S_TCODE     TCD     F110                         AND          0
    R006     YK08     F110     F_REGU_BUK     FBTCH     2          31          AND          0
    R006     YK08     F110     F_REGU_BUK     BUKRS     $BUKRS                    AND          0
    Risk R006 is only critical, if the two BUKRS in the definition are the same value.
    A User with BUKRS = 1000 in F-42 / F_BKPF_BUK  and with BUKRS = 1000, 2000 in F110 / F_REGU_BUK is critical.
    A User with BUKRS = 1000 in F-42 / F_BKPF_BUK  and with BUKRS = 2000 in F110 / F_REGU_BUK is not critical.
    We feel that the following OrgRule-Definition does not cover the requirement:
    OrgRule ID     Risk     Org Level     Value From     Value To     Search Type
    OR-BUKRS     R006*     BUKRS          1000          1000          AND
    OR-BUKRS     R006*     BUKRS          1000          1000          AND
    Our question:
    How must the OrgRule for Risk R006 be defined in order to flag only Users with identical BUKRS as critical?
    Thank you very much,
    Jürgen Holtz

    Hello Mr Alpesh,
    thank you for refering me to the Quick Reference Guide "Organizational Rules and Organizational Level Reportingu201D. I am aware of this document and have followed it.
    However, it does not exactly address my problem as the document explains how to set up OrgRules that cover two different OrgLevels (eg. BUKRS and WERKS).
    In my case, I have a single OrgLevel.
    However, I have found out that a single-line OrgRule solves my issue.
    It is the following OrgRule:
    OrgRule ID     Risk     Org Level     Value From     Value To     Search Type
    OR-BUKRS     R006*     BUKRS          1000          1000          AND
    Again, thank you for your input.
    I close this posting as this question is now solved for me.
    Best regards,
    Jürgen Holtz

  • How to config NACE for printing debit memo request ?

    hi,
    I've tried to config with the transaction NACE for SAtype GV ( debit memo request )
    In SPRO in config :
    GV     Deb.MemoReq. f.Ctrct     V10000     Order Output     ZBA0     
    but then I used the transaction VA02 to print document header, The status is always in yello ( not processed ) , I do not know why , could you please help me ?
    Thanks

    hi,
    I used Analyse determination and it show me that :
    The "output not found" Access 10, message 450.
    and the description:
    Diagnosis
    No valid output conditions found for the application object.
    System Response
    For this reason no output proposal was created.
    Procedure
    Execute function
    I do not know the reason why .  This is for printing a billing request ( GV)

  • How to config SSL for stand alone ITS

    Hi,
    I need help configuring SSL for ITS. Please let me know if smebody has the documentation. W ealso use EP6 Sp02 portal.
    Thanks,
    Srini

    Hello Jeremy,
    There is a document describing the parameters: ITS_Service_Parameters.pdf
    You can find the online descriptions at:
    http://help.sap.com/saphelp_nw04/helpdata/en/1f/ef243a84da356be10000000a11402f/frameset.htm
    The not so common ones are only listed, you have to search for notes on those parameters.
    ~host/port(un)secure are used to switch protocols, say I access the ITS over https on service "A":
    https://host/scripts/wgate/A!
    In the template I want to switch to non secure service B.
    http://host:8080/scripts/wgate/B!
    The Agate does not have enough info to generate the full URL from the info it gets outof the first request; how should it know that the non-secure is running at port 8080.
    Therefore you need to define these values (n.b. on the same machine one can also have different hostnames for http and https access)
    Some controls in ITS also generate full URLs and rely on these parameters being set.
    If you have multiple wgates from different domains to one agate then you cannot live with the 1-1 Situation and you have to overwrite the headers at the wgate side (note 744768).
    Regard,
      Fekke

  • Costing variant , how to config rounding for component quants ?

    Hello everyone ,
    i am new to CO-PC
    my user want to change rounding for component quants.
    Current setting is u2018Round up with Nondimensional units of Measureu2019.
    This affects too high loss in standard product cost due to rounding up.
    For instance, 24 pieces of product are packed in one shipping carton.
    Based on standard cost calculation per 100 pieces,
    shipping carton usage is computed as roundup of (100/24) which is 5 pieces.
    Once in the actual production,  production lot size is 10,000 pcs.
    Target shipping carton usage would be automatically calculated as (5*24,000/100) = 1,200 pcs
    whereas in the reality, 1,000 shipping carton should be used (24,000/24).
    As a result, material usage variance is shown too high due to rounding up.
    you can see detail in below website (there is only picture in website)
    [http://picturepush.com/public/4467052]
    thank you in advance.

    Hi
    I dont think this behaviour can be changed....
    There is a workaround though, in acordance with SAP recommendations
    Increase your costing lot size to 10,000 or 1000 or as much as reasonably possible... Also, increase your Price Unit and keep it same as Costing Lot Size....
    For Existing Material Masters: Go to T code MM17 and change MARC-LOSGR (Costing Lot Size) and MBEW-PEINH (Price Unit)....You can change in mass mode
    For New Material Masters:  Using BADI MATERIAL_REFERENCE, you can default the costing lot size and price unit as 10000 or 1000 as desired
    Regards
    Ajay M

  • How to config SAF for searching in CRM

    Dear Sir,
    I would like to configure SAF for seach the Knowledge search in CRM, Do you have any step or manual ??
    Thank you and best regards,
    Vimol

    i can find the solution

  • Config Setps for Trex in CRM 5.0

    Hi All,
    How to config Trex for CRM5.0 ?
    Thanks,
    Nagesh

    Hi Rao,
    I am mailing u a doc for TREX post Installation configuration.
    Im sure it will help u.
    Reagrds,
    Sumit

  • How can i cancel a password i set in the html config utility for laserjet p1102w under mac osx 10.6?

    After setting a password in the Networking tab of the HTML Config Utility for HP Laserjet P1102w under MAC OSx 10.6, I cannot access either the settings or the Networking tabs again. How can I access them or just cancel the password I set?

    hi,
    I beleive your question has been answered in a different post
    http://h30434.www3.hp.com/t5/Printer-Networking-and-Wireless/Reset-the-admin-password-on-the-web-pag...
    hope this helps
    Russ@HP
    Say thanks by clicking the Kudos Star in the post that helped you.
    Please mark the post that solves your problem as Accepted Solution
    (Although I am employed by HP, I am speaking for myself and not for HP)
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++

  • How to config the user and role in the runtime for executing in the GP?....

    Hi Experts,
    I am learning GP(Guided processor)according the document
    http://help.sap.com/saphelp_nw70/helpdata/en/44/0d5b8f250d5cfae10000000a155369/frameset.htmneed.
    I meet two question when I learn the GP.
    The first:
    This document don't tell me how to config the member framework of the company.  After I design the GP, I have to config the user and role in the runtime for executing. I hope I can use the WDA(webdynpro for java or webdynpro for java) to implement to config the user for executing in the runtime. Thus, the customer don't config the user when runing the GP. But I don't know how to do this.
    I need a document guide step by step to tell me how to do this.
    The second:
    If I use the workflow in the GP, I have to install and config the NWDI(Netweaver Development Infrastructure). Now I have installed the NWDI, but I don't know config it so that I can download it to my machine for develop the workfolw in the GP.
    Do you give me some hints? Thanks a lot.
    Thank a lot.
    Best regards,
    tao

    Hi, Mithu,
    Thanks a lot for your help in advance.
    I have carefully read the document: https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/6b66d7ea-0c01-0010-14af-b3ee523210b5.
    Now, I think I have to set the processor of every actions in every process if I use the GP for processing the workflow.
    I am better to hope that I can set the processor to the role for every actions in every process in the runtime through get the organizational structure in the WDA(webdynpro for java or webdynpro for java). Thus, the customer don't set the processor to the role for every action in every process when runing in the GP.   I don't know how to do this. 
    Whether the function is not supported in the GP? If so, I have to config two organizational structure: in the R/3 and in the Portal. I don't think our customer don't receipt this solution.
    Do you give me some hints? Thanks a lot.  My email: [email protected]
    Thanks again.
    Thanks & Regards,
    Tao

  • How  to config receiver http adapter for HTTP POST without XML tags ??

    Hi All,
    Can you please provide some infornation on How  to config receiver http adapter for HTTP POST (Request) without XML tags ?? Our receiving product doesn't support XML formats.
    Is there any option to bypass server authentication on the XI?
    If anybody has the same experience or know how to please provide inputs.
    Thanx
    Navin

    Hi,
    you can use xsl mapping for this in which u xtract
    the contents only but not the xml tag.
    Ranjit

  • How to config a shared cache for multiple environments with C API

    How to config a shared cache for multiple environments with C API?  Just like Java edition. Chapter 2. Database Environments
    I want to open large number of databases, at least 10,000. But as the counts of databases opened increase, the db->open operation become very slow. It almost cost 2 hours to 10,000 databases.
    So I try to distribute these databases to multiple environments ( for example, 5 envs ). And in order to improve the efficient of memory use, I want to share cache between envs.

    Hi,
    It is not clear what you meaning about multiple environments. Do you mean these environments are in different directories or  in the same directory ? If you mean environments in different dirs share the same cache, it is interesting why you need that.
    If you do not use DB_PRIVATE to open the environment, the created cache will be on disk, in the environment directory, so it can be shared by multiple processes and multiple threads. Currently, the cache file is in the environment directory, and we do not support specifying a separate directory for cache only.
    Regards,
    Oracle Berkeley DB.

  • How to config CRM and BW for IIS SOluction Database

    Dear Sir,
    We upgrade CRM2.0c to CRM 5.0- and solution Dtabase is not working, I don't know how to config, some person said that it need to config from CRM and BW for this features. Please kindly advise.
    Thank you and best regards,
    Vimo

    Hi,
    It is not clear what you meaning about multiple environments. Do you mean these environments are in different directories or  in the same directory ? If you mean environments in different dirs share the same cache, it is interesting why you need that.
    If you do not use DB_PRIVATE to open the environment, the created cache will be on disk, in the environment directory, so it can be shared by multiple processes and multiple threads. Currently, the cache file is in the environment directory, and we do not support specifying a separate directory for cache only.
    Regards,
    Oracle Berkeley DB.

  • How to install drivers for ati radeon 3200?and how to config xorg.co ?

    how to install drivers for ati radeon 3200?and how to config xorg.conf?

    mawch wrote:how to install drivers for ati radeon 3200?and how to config xorg.conf?
    Hello
    I am using ati hd 3200 which is integrated with my motherboard. If you are using arch you can download & install through pacman. The package is named like catalyst*. You can install them by issuing as root user
    #pacman -Sy
    #pacman -S -l | grep -i catalyst
    #pacman -S catalyst catalyst-utils
    After installation reboot your machine in runlevel 1. (single mode).  Ensure "fglrx" module is loaded correctly using
    #lsmod | grep -i fglrx
    If the resultant output have "fglrx" part  the module is loaded correctly. The next step is to create a working /etc/X11/xorg.conf. Backup your current xorg.conf if needed.
    #cp /etc/X11/xorg.conf /etc/X11/xorg.conf.bkup
    Then issue
    #aticonfig --initial --input=/etc/X11/xorg.conf
    This will create a new xorg.conf file. Now we can test our confign.
    #telinit 3
    I am using runlevel 3 to avoid graphic messup!!
    issue
    #gdm
    If you graphical login screen works correctly there is nothing to do more except adjust your monitor resoloution as you like.
    To know your ati driver is working correctly issue as root
    #fgl_glxgears
    If gears are rolling happily it seems correct. You can also know more about installed ati driver
    #fglrxinfo
    Now the installed driver version is in the output 
    If there is any problem try following
    ##### Soloutions to solve various display problems using ATI Catalyst Drivers in Linux #####
    yes video playback is choppy until i ran :-
    sudo aticonfig --overlay-type=Xv
    Try adding the following to the 'Device' section in /etc/X11/xorg.conf
    Option "TexturedVideo" "true"
    ### This is a half solution for mythtv problems. Run mythtv in window (no full screen) If You have a screen resolution of 1024x768 try the command;
    mythfrontend --geometry 800x600
    Append the "Device" Section of /etc/X11/xorg.conf file as follows;
    Section "Device"
    Identifier "Videocard0"
    Driver "fglrx"
    Option "OpenGLOverlay" "off"
    Option "VideoOverlay" "on"
    Option "TexturedVideo" "on"
    Option "TexturedVideoSync" "on"
    Option "Capabilities" "0x00000800"
    BusID "PCI:1:0:0"
    EndSection
    Add following in the .bashrc of each user or /etc/bashrc file* Most Effective In My Case!!
    export LIBGL_ALWAYS_INDIRECT=true
    ####### Arch Linux - Add the "nopat" option to the /boot/grub/menu.lst or /boot/grub/grub.conf
    ####### as in the following example
    title  Archlinux Ice Kernel
    root   (hd0,1)
    kernel /boot/vmlinuz26-ice root=/dev/sda2 ro resume=/dev/sda3 quiet splash nopat
    initrd /boot/kernel26-ice.img
    NB: REGULAR DISCLAIMER IS ALSO APPLICABLE TO THE ABOVE MATTER; USE IT AT YOUR OWN RISK !!!  ALL THE ABOVE INFORMATION IS COLLECTED FROM VARIOUS POSTINGS IN THE FORUM AND FROM MY OWN EXPERIENCE
    Wish U good luck
    mvdvarrier

Maybe you are looking for

  • Problems with random shutdown after replacing a swollen battery

    Hello all, Perhaps one of you can help with this issue. I'm using a Macbook Pro 17" mid-2007 model. A few months ago, the power disconnected from the machine when the battery had already run down and the machine did a hard shutdown. When I booted it

  • Xp_delete_file

    I created a maintenance plan to remove files older than 2 weeks. The plan executes successfully, but does not work. I notice in the log that the single quotes are doubled. I ran one command which worked, but others did not. Is there a problem with th

  • Disabling toolbars of a PDF file

    I am developing a web application on JSP. There are option to download policies that are in pdf but now problem is client don't want to allow user to download. He want to only see that policies i.e. no save option, no copy option, no print option. I

  • Rosetta Stone TOTALe (Spanish) 4.5.5 Fatal Application Error 1141 Installs But Won't Launch After MacBook Restarts

    I have a MacBook Pro running OS X 10.9.4 (Maverick) and am trying to add Rosetta Stone Latin Am Spanish to this laptop, after having successfully installed it several years ago on a older MBP. I was given the latest download file TOTALe 4.5.5 by Rose

  • Finding Accounts/Customers/Vendors based on Legacy Account Number

    Hi Guru's, Is there an easy way to get the SAP Account number based on account number provided from the legacy system? Appreciate your help. Regards, Ved