How to setup a DB Adapter in Web Logic

I am familiar setting up DB adapters (eis/DB/) in OC4J; but having challenges setting up the same in Web Logic. I was able to set up the JDBC datasource, but couldn't figure out where to go and setup the DB adapter (which in OC4J would use that datasource).
Any help will be greatly appreciated.
Thanks.
Edited by: BPELppl on Apr 28, 2009 7:01 PM

Here is the snippet from weblogic-ra.xml
               <connection-instance>
                    <jndi-name>eis/DB/PERCS</jndi-name>
                    <connection-properties>
                         <properties>
                              <property>
                                   <name>connectionString</name>
                                   <value>jdbc:oracle:thin:@<host>:<port>:<SID></value>
                              </property>
                              <property>
                                   <name>userName</name>
                                   <value><user></value>
                              </property>
                              <property>
                                   <name>password</name>
                                   <value><password></value>
                              </property>
                              <property>
                                   <name>dataSourceName</name>
                                   <value></value>
                              </property>
                              <property>
                                   <name>xADataSourceName</name>
                                   <value></value>
                              </property>
                              <property>
                                   <name>driverClassName</name>
                                   <value>oracle.jdbc.xa.client.OracleXADataSource</value>
                              </property>
                              <property>
                                   <name>platformClassName</name>
                                   <value>oracle.toplink.platform.database.Oracle9Platform</value>
                              </property>
                              <property>
                                   <name>usesNativeSequencing</name>
                                   <value>true</value>
                              </property>
                              <property>
                                   <name>sequencePreallocationSize</name>
                                   <value>50</value>
                              </property>
                              <property>
                                   <name>defaultNChar</name>
                                   <value>false</value>
                              </property>
                              <property>
                                   <name>usesBatchWriting</name>
                                   <value>false</value>
                              </property>
                         </properties>
                    </connection-properties>
               </connection-instance>

Similar Messages

  • How to create a new Servlet in Web Logic Workshop 8.1?

    Hi,
    I am new to WebLogic. I am now using WebLogic 8.1 SP4. I want to use Servlets in my project. But I can't able add new Servlets. There is option to add JSP,Java Class, etc but no Servlet. Please help me.
    Regards,
    Venkatesh M. :-(

    Hi Venkatesh ,
    To create or import the Servlet in workshop and to run it, we need to follow the steps in workshop as given below.
    1)Create the empty application
    2)Create the webproject under the application
    3)Right click on the webproject and choose the new -> java Class to write the
    servlet in IDE Or choose import option and import the servlet file
    4)Start the weblogic server
    5)Go to tools menu->choose weblogic server->choose weblogic builder
    6) In weblogic builder go to file menu->open your webproject
    then it shows servlet ,filter,security Constriant and tag libraries folders in a builder at left side
    7)Click on the servlet folder and click on the add button at right pane of the builder then you will give servlet name , servlet class name and url pattern.
    After giving the Urlpattern click on the add button which is right to the urlpatern text field.
    8)Click on ok button
    9)click on the save button
    then you will see the servlet mapping elements in web.xml file in workshop IDE what we given in builder.
    10)Exit from the weblogic builder
    11)Right click on the application and clean the application
    12)Build the application
    then it compiles the Servlets files automatically.
    You can see the those class files in .workshop folder which is located under applicaton folder.
    Note :go to the applicaton where it is stored.you should see these files manually because workshop ide shows the navigation from the webproject only. you can't see these files from workshop.
    13)Go to tools menu->weblogic server->weblogic console and test the application using the weblogic console.
    or Directly opent he internet explorer send a request for particular servlet by giving urlpattern.
    Regards
    Anilkumar kari

  • How i can automatic start WLS_Forms WLS_Report & Web Logic Server?

    How i can automatic start just like oracle (auto start /shtudown through windows)

    I would write a batch file and use the Windows Startup to call it.
    I would probably include a check or delay in it to allow NodeManager to be available before I tried to start the AdminServer.
    My shop is Unix so I don't have an example.
    You also might be able to do it as a service and this may help:
    http://download.oracle.com/docs/cd/E13222_01/wls/docs81/adminguide/winservice.html
    Best Regards
    mseberg

  • How to : EJB take to a non web-logic web service.

    Hi
    I have an EJB to recieve the request from Tuxedo system. Then I have to generate an SOAP msg. containing the parameter sent from Tuxedo then make a SOAP request to non-weblogic webservices.
    How can I talk to those webservice? If it applicable to directly call from with in an EJB or make a call from plain java class and let an EJB call the java class ?
    Any suggestion ?
    Thanks

    Hello,
    Is this a self signed certificate or one given by a trusted CA (like Verisign)?
    If its self signed one, you need to import the server certificate into the JVM your running the application from.
    This because it tries to verifiy the client certificate to a CA, and since its self signed it will not find someone to verify this certificate.
    If you import the server certificate, that will be used to verify the certificate.
    In either way to use the certificate in Java:
        File keystoreFile = new File( fileLocatie );
        char[] passwordArray = password.toCharArray();
        InputStream ksStream = new FileInputStream( keystoreFile );
        KeyStore keystore = KeyStore.getInstance( instance );
        keystore.load( ksStream, passwordArray );
        ksStream.close();
        KeyManagerFactory kmf = KeyManagerFactory.getInstance( KeyManagerFactory.getDefaultAlgorithm() );
        kmf.init( keystore, passwordArray );
        SSLContext ctx = SSLContext.getInstance( "SSLv3" );
        ctx.init( kmf.getKeyManagers(), null, null );
        HTTPConnection.setDefaultSSLSocketFactory( ctx.getSocketFactory() );
    Where fileLocatie is the location to the certificate
    Instance is the type of certificate which is:
    JKS: The name of the keystore implementation provided by the SUN provider.
    or
    PKCS12: The transfer syntax for personal identity information as defined in PKCS #12.
    See:
    http://java.sun.com/j2se/1.4.2/docs/guide/security/CryptoSpec.html#AppA
    and password is the password.
    -Anton

  • How to Setup Query properties in WEB

    Hi Gurus,
    How to setup query properties in WAD(Web Application Designer).
    Thanks
    Liza

    After running the query in query designer(in excel spread sheet), I am able to see two functionalities of a field ,"Properties" and "Query properties"  if right click the mouse of a field. 
    But after running the query in WAD(Web Application Designer), I am not able to see the functionality  "Query properties"  if right click the mouse of a field.  But I could see "Properties".  Please help me how to add "Query properties" in WAD template.
    Thanks
    Liza
    Edited by: Liza on Apr 13, 2011 5:02 PM

  • Setup an applet on a web server?

    Hi,
    can somebody please tell me how to setup an applet on a web server??
    My applet need some *.jar??
    Thank u
    Andy

    You need to:
    1) Compile all .class files
    2) Compress them in a .jar file
    3) Sign the .jar file and export a certificate (check the sun tutorials on how to sign jar files)
    4) Write a simple html file with the appropriate tags that specify the archive files (i.e. the jar) and the main code (i.e. the principal class file)
    5) Finally, enjoy the .html file in any browser
    Hope this helps.

  • How to setup a purchase discount on my web form?

    How to setup a purchase discount on my web form? I use adobe form central and my wix web page only allow me to insert ready host form URL.

    Hi,
      I believe you want to embed a form on your web page.  Please take a look at this link, http://forums.adobe.com/docs/DOC-1991 and see if it works with your web page.  I am not familiar with wix websites tools, but if after trying it out with the instructions on how to embed the form, and does not work, maybe you can provide the FormsCentral web form URL on your web page.  Your end users visit your web page, click on the web form URL link and the form will open in a new browser.
    To get the FormsCentral web form URL, open the form, go to Distribute Tab / Web Form sub-tab and select "Copy Link", then paste the link on your web html page.
    If you want to set up your form to work with PayPal for payment transaction, please see this link: http://forums.adobe.com/docs/DOC-1632
    Hope this helps,
    Thanks,
    Lucia

  • How to setup the access privilege of flash file in Web Intelligence?

    How to setup the access privilege of flash file in Web Intelligence?   WEBI can set access privilege for single WEBI report file, but it seem cano not set access privilege for one flash file.

    Thank you Maksim,
    I did set the "selectionMode" to "Auto". I don't understand where In supply function I have to set lead selection of nested node to first element. Please elaborate on this. Are you talking about the context attribute bound to the second table? OR do I have to change the Importing parameters "Node" and "Parent_Element" of my supply function?
    Thanks for your time.

  • How to setup and use connection pool in Web AS 7.0?

    Hello SDN!
    I'm developing a Web Dynpro Java application on SAP Web AS 7.0 My app using a couple of DAO classes as model instead of EJBs. These classes perform direct requests to database using JDBC drivers.
    I've read that many of web-servers use their own connection pools. So I want to know:
    1) how I can setup connection pool in SAP Web AS ?
    2) how I can call this pool in my application?
    Could you please give me some examples?
    Regards, Lev.

    hi lev,
    check this document for jco pools
    http://www.winfobase.de/lehre/lv_materialien.nsf/intern01/FB09D79A41930E34C125709F0046180C/$FILE/Tips&Tricks_JCo_Programming.pdf
    ravindra

  • How to setup three SharePoint sites on one server?

    Hello,
    How to setup three SharePoint sites on one server?  I have three sites like:
    http://site1
    http://site2
    http://site3
    And need to have them running up on one server. I recall some changes need to be done to the host file, but not sure.  Can you advise on what to change?
    Thanks,
    Paul
    Paul

    you need to make entries in DNS to get this done.
    check here:http://spshare.blogspot.com/2012/05/how-to-create-host-header-web.html
    nice blog with step by step explanation:
    http://thuansoldier.net/?p=1323
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. ****************************************************************************************** Thanks -WS MCITP(SharePoint 2010, 2013) Blog: http://wscheema.com/blog

  • How do I add image upload to web app edit template?

    How do I add image upload to web app edit template. When creating fields I am selecting image from the field type. But the only way to upload and image is when I create the web app item within the admin. The option to upload an image is not available when the user submit web form opens.
    Wont send any of these questions through this email anymore but really needed assistance.
    Thanks,
    Gordon

    On the Details tab of the Web App setup, under Web App Item Options; have you ticked "Allow File Upload" and specified a Default Upload Folder?

  • How to Setup SSL on Oracle Application Server 10g Release 2 (10.1..2)

    Hi All,
    Can anybody tell me How to setup the SSL on Oracle Application Server 10g Release 2 (10.1.2).
    I have all the required documents like
    1. Oracle Application Server Portal Server Configuration Guide.
    2. Oracle Application Server Web Cache Configuration Guide.
    3. Oracle Application Server SSO Administration Guide.
    I tried to follow all this documents but still i am not able to set SSL for Oracle Portal Server.

    The Portal Configuration Guide, available on OTN at http://www.oracle.com/technology/documentation/appserver1012.html does provide some very specific information on how to set up OracleAS Portal.
    Section 6.3.2.1 Configuring SSL for OracleAS Portal describes various configurations, such as:
    SSL to OracleAS Single Sign-On
    SSL to OracleAS Web Cache
    SSL Throughout OracleAS Portal
    External SSL with Non-SSL Within Oracle Application Server
    For larger enterprise configurations, you can refer to the Enterprise Deployment Guide.
    Can you give a bit more background on what you are trying to set up? Which scenario, what sort of hardware, software versions, and so on.
    Regards,
    Pete

  • How to Setup JMS in Siebel Server

    Hi
    Currently we have a Requirement to work with queuing System from JMS Queuing
    How to Setup the JMS Queuing from Siebel Point of view?
    Does JMS Should be Installed in Siebel Server?
    Plz Provide Inputs for How to Set up the JMS Queuing Mechanism and Setting up the Queues for Posting and Receiving the Messages from JMS Queues
    Thanks & Regards
    Rajendra Prasad

    Update - it works ! At least I can connect to Mountain Lion (not server) from my iPhone using the VPN Server Configurator app.
    Here's what I did :
    1) download the app and install
    2) setup using the help files on the web page : http://www.greenworldsoft.com/product-vpn-server-help.html
    3) at the last stage you need to setup port forwardin on your router
    4) under Airport Utility 6.0 you cannot setup ports 500 or 4500 due to BTTM conflicts but setup the other 2 ports (1723 TCP and 1701 UDP), update airport extreme
    5) download Airport Utility 5.6 from here : download already extracted utility  it is in it's extracted form as is necessary under Mtn Lion (thanks to NetUse Monitor for the download - great app by the way)
    6) run 5.6 and setup port forwarding (Advanced-Port Mapping) for the other 2 ports (500 and 4500 UDP), update airport extreme
    7) that's it, I was able to connect to the VPN from my iPhone !

  • How to setup word docs, converted to PDF on local drive with links to a second file at a page

    how to setup word docs, converted to PDF on local drive with links to a second file at a page
    Need to setup a set of word documents, converted to PDF that has links from one file to a second file at a given page.
    I would like to setup a set of pdf documents, on the hard disk of a PC or Mac, that can be open with acrobat pro running on the same computer and have the link jump to, and open in a new window, in acrobat pro, to a given page of a second document in the set.
    Is there a way to setup a link in word and the conversion to pdf that will result in a link that is equivalent to the acrobat link type  you get when you add a link of the type Go to a page in another document?
    Tools-Advanced Editing-Link tool, make a box
    Check: Go to page view, Next (Create go to view dialog opens)
    Open second document and go to page
    Click “Create go to view dialog” to set up link
    Result is a link, when view by link properties, with an action of
    Go to a page in another document
    File: C:\My Documents\second file.pdf
    Page: 43
    Zoom level: Custom
    I got close but did not solve the problem:
    I have a version that uses links to a website, using #page=43 at the end of the hyperlink.
    That works but will only open to the page if is through the web browser, opening the acrobat reader plugin.
    I need to open from a folder on the local harddisk (with relative links), in acrobat pro to the given page of the pdf, on a PC or a Mac.
    I could bookmark each page “pagenumberxxx” and jump to the bookmark/page if that would get around some problem
    Current Systems in use to create documents with links and view them:
    Windows XP SP3
    Word 2003 SP3
    Acrobat 9 pro version 9.4.4
    Or just to view them:
    Mac OS 10 Lion version 10.7.4
    Acrobat 9 pro version 9.5.1
    (note I have limited understanding of Mac’s)
    John

    No.  There seems to be no automated way to do it.  You can of course go into the PDF and manually add links after you have converted to PDF, but that is what we want to avoid having to do.  We want it to be automatic from the Word doc.

  • How to setup a second router?

    Does anyone know if there are instructtions somewhere that will tell me how to setup a second router in front of my Actiontec MI424?
    I am trying to use a Sonos music system through my computer and it has been recommended to me that I try to use a different router in front of the Actiontec.
    Any help would be appreciated.
    Thanks.

    mniven wrote:
    Does anyone know if there are instructtions somewhere that will tell me how to setup a second router in front of my Actiontec MI424?
    I am trying to use a Sonos music system through my computer and it has been recommended to me that I try to use a different router in front of the Actiontec.
    Any help would be appreciated.
    Thanks.
    Strange thing to recommend, did they say why?
    The Sonos system appears to be just an in house music distribution system that besides accessing in house dvices can also access web based music sources.  Are you trying to stream audio via RTSP? as I see another post here regarding what looks like packet fragmentation issues when accessing RTSP thru an Actiontec router.

Maybe you are looking for

  • Pop up screen not coming for import PO at the time of MIGO

    Hi, I am doing Migo for import PO and not getting Pop-up screen to put commercial IV no., while MIRO is done for custom duties, Pls help me out and tell me the settings related to the same.

  • RMAN-05520: database name mismatch, auxiliary instance has ORADB

    Hi, i am using Oracle 10g (10.2.0.1.0) in RHEL 5 server. i am trying to duplicate my primary database(ORADB) to standby database with name DEVDB in different server. I have taken an RMAN backup and transferred to standby server and now i am trying to

  • Offsetting account number determinatitons

    Hi everyone, I'm working on FI-CO module on a 4.6C SAP release. I would like to how how it is possible to customize which offsetting account the system should select when posting CO documents. Actually when posting a CO document the systems automatic

  • Password protect individual pages, web gallery?

    Hello; When hosted by .mac Is it possible to password protect a single page (or photo gallery)? Also, can we allow people to post on the Blog via password? TIA -T

  • Image Stretched in DVD Menu

    Hey! I'm having some issues with an image I made for the DVD menu. I created an image in Illustrator (720 x 480), saved it as a JPEG maximum quality and imported it into DVD Studio Pro. The DVD is in SD and is dimensions are (720 x 480). However, whe