Regarding HTTPS

Hi,
can any one provide me how to configure HTTPS in websphere 6.1
which is running on Linux.
Thanks.

I'm sorry, but, check the documentation.

Similar Messages

  • Regarding Http Receiver Adapter Details.

    Hi Everyone.
         When do we use http Receiver Adapter?
    I want to configure File to HTTP Scenario. 
    For Receiver Adapter, What should i Specify Addressing Type .If I select the URL Address
    What I need to give values for Target Host, Service Number, Path and Similarlly If I select Addressing Type as HTTP Destination, What I need to give value for HTTP Destination.
    Regards,
    Varun

    Hi,
    check this blog
    Push Data to MVC Architectured application using XI
    XI - SAP Business Connector integration using the HTTP adapter
    http://help.sap.com/saphelp_nw2004s/helpdata/en/44/79973cc73af456e10000000a114084/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/43/64dbb0af9f30b4e10000000a11466f/content.htm
    CSV File Lookup With Http Request and Response in XI
    Dynamic Configuration of Some Communication Channel Parameters using Message Mapping
    Regards
    vasu

  • Regarding http to rfc scenario

    Hello guys,
    Can any one help as how to complete a http to rfc scenario

    hi satish,
    Check these links too.
    FAQ's on http to rfc
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/xi/httpToRFCSynchronousScenario-FAQs&
    Unable to view payload in HTTP to RFC Scenario
    /message/266750#266750 [original link is broken]
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/66dadc6e-0a01-0010-9ea9-bb6d8ca48cc8
    regards
    Ramesh P

  • Regarding HTTP adapter

    Hi ,
    Would you please tell me why we donot use Sender adapter for the messages which use HTTP protocol .

    Hi Anita,
    IDOC and HTTP adapters are sitting in the Integration Engine directly...No need to configure them...
    For HTTP sender..You can use HTTP client to send the messages to XI.
    Can u check this link
    http://help.sap.com/saphelp_nw2004s/helpdata/en/43/64db4daf9f30b4e10000000a11466f/content.htm
    Regards
    Sridhar

  • Regarding Https Url Iview

    We are using a https URL in URL iview and it is causing the issue. The issue is it is going out of the portal, thought it is opened in the same window.
    The portal URL is not more seen and is overwritten by the URL iview URL, and also the portal top menu is not seen.
    But the same thing is working fine with http URLs.I think the issue is with https.
    Can somebody please help me?
    Thanks

    Hi,
    did you have a look at the html-coding of the pages you are trying to call via URL-iView? Is there maybe something like 'target=top' or 'target=parent'? I think this might be a reason for the error you are describing
    Kind regards
    karin

  • Regarding - Http and Datagrid

    hi,
    In Flex I place datagrid in my page and add checkbox in datagrid row   as a Itemrenderer.  Now i need to delete those rows which are checked in grid and gets   deleted on click of the DELETE button. But i am not able to get  deleted  in grid as well as database.
    Please provide me the solution to solve the problem.
    Thanks and Regards,
    venkat.R

    hi,
    Thanks for your kind reply.The following code is not working .please provide me solution to solve the problem.
    My question is how i get the multiple selected checkbox value in httpservice and database in php.
    The following code shows
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
    layout="absolute" creationComplete="userRequest.send()">
    <mx:HTTPService id="userRequest" method="POST" useProxy="false"
    url="check.php" result="Display(event)">
         <mx:request xmlns="">
             <memid>{uRequest.selectedItem.userid}</memid>
         </mx:request>
    </mx:HTTPService>
    <mx:Script>
         <![CDATA[
             import mx.events.ListEvent;
             import mx.rpc.events.ResultEvent;
             import mx.collections.ArrayCollection;
             import mx.controls.Alert;
             import mx.controls.DataGrid;
             [Bindable]private var arr:ArrayCollection;
             private function Display(event:ResultEvent):void{
                 arr=event.result.users.user;
             private function handleSelect(value:Boolean):void
                     userRequest.lastResult.users.user.source.forEach(
                         function callback(item:*, index:int,
    array:Array):void
                             item.sel = value;
                     userRequest.lastResult.users.user.refresh();
                 private function Update():void{
                     userRequest.send();
        ]]>
    </mx:Script>
    <mx:DataGrid dataProvider="{arr}" id="uRequest" >
    <mx:columns>
    <mx:DataGridColumn>
         <mx:itemRenderer>
         <mx:Component>
             <mx:CheckBox selected="{data.sel}">
            </mx:CheckBox>
         </mx:Component>
    </mx:itemRenderer>
        </mx:DataGridColumn>
        <mx:DataGridColumn headerText="Sl.No" dataField="userid"></
    mx:DataGridColumn>
             <mx:DataGridColumn dataField="username">
            </mx:DataGridColumn>
             <mx:DataGridColumn dataField="useremail">
            </mx:DataGridColumn>
             <mx:DataGridColumn dataField="userstate">
            </mx:DataGridColumn>
        </mx:columns>
    </mx:DataGrid>
    <mx:Button label="CheckAll" click="handleSelect(true)">
    </mx:Button>
    <mx:Button label="Update" click="Update()">
    </mx:Button>
    </mx:Application>
    //My Database Query
    if($_POST['memid']!=''){
            $id=implode(',',$_POST['memid']);
            $ids=substr($id,0,20);
            $ans="update tbl_member set member_lname='example' where member_id
    in($ids)";
             $res=mysql_query($ans);
            $answer="select * from tbl_member";
             $result=mysql_query($answer);
            print "<users>";
            while($row=mysql_fetch_object($result)){
            print "<user>
             <userid>".$row->member_id."</userid>
             <username>".$row->member_fname."</username>
             <useremail>".$row->member_lname."</useremail>
             <userstate>".$row->member_state."</userstate>
             </user>";
            print"</users>";
    Please provide me the solution to solve the problem.
    Thanks and Regards,
    venkat.R

  • Regarding http to rfc

    Hi
    I am doing http to rfc scenario.
    after entering all fields in http tool it doesn't shows any
    response .
    so please tell me what are the setting to do in xi server?
    regards
    venkat

    Hi
    Check this
    /people/community.user/blog/2006/12/12/http-to-rfc--a-starter-kit
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/xi/httpToRFCSynchronousScenario-FAQs&
    Unable to view payload in HTTP to RFC Scenario
    /message/266750#266750 [original link is broken]
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/66dadc6e-0a01-0010-9ea9-bb6d8ca48cc8

  • Regarding HTTP

    1) how to find the HTTP  service number in XI

    smicm -> goto menu -> service -> It will display ur http service number.
    The same would be present in
    sxmb_adm -> integration engine configuration -> Correspomding Integ.Server -> the url would be using same port.
    Regards,
    Prateek

  • Doubt regarding HTTP Live Streaming for windows phone 8.1 silverlight app?

    Hi,
    I am developing a Windows phone 8.1 silverlight app.
    I want to add live streaming youtube channel , thats why I used  https://phonesm.codeplex.com/ this link as a reference , and I am able to play the links given in the samples, but I am unable to play my link https://www.youtube.com/watch?v=p2GF-QQS6n0
    I am getting 3108 unable to play media error with my link,
    My question Is there any need of streaming server ?
    If yes can anyone help how to  create the streaming server.
    Thanks....
    Suresh.M

    Hi Suresh.M
    As I can see a similar question on the Windows Phone Streaming Media discussion:
    https://phonesm.codeplex.com/discussions/545737
    You may need check into the call stack and find out what is the root cause, for instance if there any chance that your phone cannot reach to the video address, and did you enable some network capabilities, etc.
    --James
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Regarding HTTPs receiver

    Hi,
      My scenario is PROXY->XI->AS2
    At receiver side I need to use HTTPS for secure connection.
    I got two field called:--
    1) server Certificate(keystore)
    2) private key for client authenticationI have got certificate name( let say "xyz-root"). It is installed in PI server at ABAP stack.
    My Q. is
    What value I need to put in those two field?
    Can we put private key in Communication channel?
    Thanks
    Jai

    hi prateek,
    Like I have got one certificate. while clicking in details tab i can see issuer:--xxx.sd.com
    and the name of certificate is (let's say hh-ff-g).
    what i need to put TRUSTED/AS2_Partner/name of certificate file
    or
    TRUSTED/AS2_Partner/issuer
    Is this
    +TRUSTED/AS2_Partner/test-cert+
    TRUSTED/AS2_Partner will be always used.
    I m new to this certificate installation, So my Q can be stupid. Please ignore..
    Thanks

  • Question/Concern Regarding HTTPS Connection

    Perhaps this question belongs under security; perhaps it belongs here. Regardless, here's my concern:
    I have an application running under a secure HTTPS connection, and I want and expect the secure connection to begin as soon as the login page loads. When the login page (login.jsp) loads the URL indicates that I have a secure HTTPS connection. However, I'm not seeing the lock icon that contains my certificate until after I login. Is my login screen connection secure? I'm guessing not. The security-constraint/login-config portion of my web.xml file follows. Am I missing an element? Thanks!
      <security-constraint>
        <web-resource-collection>
          <web-resource-name>Reserve</web-resource-name>
          <url-pattern>/*</url-pattern>
        </web-resource-collection>
        <auth-constraint>
          <role-name>comm</role-name>
        </auth-constraint>
      </security-constraint>
      <login-config>
        <auth-method>FORM</auth-method>
        <form-login-config>
          <form-login-page>/login.jsp</form-login-page>
          <form-error-page>/login_error.jsp</form-error-page>
        </form-login-config>
      </login-config>
      <session-config>
        <session-timeout>10</session-timeout>
      </session-config>

    Thanks for your reply, although I'm still not fully convinced I have a secure connection. My form action is only set to 'j_security_check' . It's the standard Tomcat login form.
    <form method="POST" action='j_security_check' >I also added a CONFIDENTIAL user-data-constraint element to my web.xml.
    Still no lock. A book I read suggests that I do indeed have a secure, encrypted connection. I still have my doubts. Any other thoughts/ideas are greatly appreciated. This is one I can't afford to be wrong about!
        <user-data-constraint>
          <transport-guarantee>CONFIDENTIAL</transport-guarantee>
        </user-data-constraint>   

  • Regarding HTTP Error 404.0

    Hello,
    when I am trying to run my webpage I am geting the following
    error,please help me with this.
    Server Error in Application "Default Web Site"
    HTTP Error 404.0 - Not Found
    Description: The resource you are looking for has been
    removed, had its name changed, or is temporarily unavailable.
    Error Code: 0x80070002
    Notification: MapRequestHandler
    Module: IIS Web Core
    Requested URL:
    http://localhost:80/add_to_database.asp
    Physical Path: C:\inetpub\wwwroot\add_to_database.asp
    Logon User: Anonymous
    Logon Method: Anonymous
    Handler: ASPClassic
    Most likely causes:
    The directory or file specified does not exist on the Web
    server.
    The URL contains a typographical error.
    A custom filter or module, such as URLScan, restricts access
    to the file.
    Thanks,

    You can try these steps in case of issues with web pages:
    You can reload web page(s) and bypass the cache to refresh possibly outdated or corrupted files.
    *Hold down the Shift key and left-click the Reload button
    *Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
    *Press "Command + Shift + R" (Mac)
    Clear the cache and cookies only from websites that cause problems.
    "Clear the Cache":
    *Firefox > Preferences > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Firefox > Preferences > Privacy > Cookies: "Show Cookies"
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do NOT click the Reset button on the Safe Mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • Regarding HTTP scenario

    hi experts
    when i want to do Http tp RFC scenario is there any pre settings to be done r not required?If pre settings have to be done plz kindly suggest me what settings i have to do and how?
    Helpful answers will be appreciated.
    Thanks in advance.

    Hi farook shaik  ,
    Check these websites giving step-by-step solution to solve u'r problem:
    Connect XI with Sterling GIS Using SOAP HTTP Adapters
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/d53af8ca-0801-0010-08b0-dce9e02130a8
    Posting and Testing using XI/PI HTTP Adapter
    Posting and Testing using XI/PI HTTP Adapter
    Plain HTTP Adapter
    http://help.sap.com/saphelp_nw04/helpdata/en/44/79973cc73af456e10000000a114084/content.htm
    Configuring the Sender Plain HTTP Adapter
    http://help.sap.com/saphelp_nw04/helpdata/en/43/64db4daf9f30b4e10000000a11466f/content.htm
    Configuring the Receiver Plain HTTP Adapter
    http://help.sap.com/saphelp_nw04/helpdata/en/43/64dbb0af9f30b4e10000000a11466f/content.htm
    Posting and Testing using XI/PI HTTP Adapter
    Posting and Testing using XI/PI HTTP Adapter
    ABAP-Based HTTP Client for Messages to SAP XI
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/ae388f45-0901-0010-0f99-a76d785e3ccc
    cheers!
    gyanaraj

  • More information regarding HTTP Submit button

    Hello All ,
    I am trying to learn the fucntionalities of a HTTP Submit button .  I have designed a simple form which contains only one text field which will be used to enter the UserID .After entering the User ID the user has to click on the submit button . In the URL I have given the address of the server which is on another system . I have created  a simple table in MySQL 5 which contains only one column as the UserID.I have no IIS installed in my system . So after clicking the submit button the data is not upadted in the table . And some weird results are shown . I have not used any data binding here . I am totally confused . What should I do ?? Any suggestions ??
    Thanks .
    Bibhu .

    Well, if you can surf to http://localhost, it means you already have a webserver running. Otherwise, you will have to install one. There's a variety of options besides IIS: Apache and Lighthttp are both free and open-source.

  • Regarding HTTP server

    I would like to know whether HTTP server comes along with the Oracle 10g Database or we need to install it seperately.

    Hello Ashir,
    In case you still need an answer to your question:
    HTTP server is on Oracle Database 10g Companion CD, you can install it from there.
    Thanks,
    DanielD

Maybe you are looking for

  • SONY HDR-FX1 Not being recognized in Leopard

    Hello, Im trying to connect my SONY HDR-FX1 and import video to Final Cut, but the camera is not being recognized, when I plug it in by firewire, the Camera displays the usual "DV-IN" but nothing happens on the Mac. Im new to Macs so I have no idea o

  • Is it possible to play an animation by clicking and dragging?

    I currently have right and left arrow buttons to control an animation. I was wondering if it's possible to control the animation by dragging the mouse? So if the user clicked and dragged the mouse to the left it would play the animation, then when th

  • Newbie: Java FX Resizable Gui Layout

    Dear all, I am trying to create a User Interface for entering address data. The GUI should be resizable so i was experimenting with the jfxtras Grid Layout. With the included code a rudimentary Gui is created. My Problem is that i cannot control the

  • Safari adding .html to a downloaded file

    When downloading a word or excel file, Safari adds .html to the file making it unreadable. Does anyone know why and how to fix?

  • Verify impdp completed successfully then send email

    Hi, I am creating a daily job refresh a test database. Basic steps 1. kill all sessions/connections to database. 2. drop schema 1 and schema 2 3. impdp schema 1 and schema 2 4. verify that impdb completed successfully. If job did not complete success