<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar.g?targetBlogID\x3d13807087\x26blogName\x3djaxrpc\x26publishMode\x3dPUBLISH_MODE_BLOGSPOT\x26navbarType\x3dBLUE\x26layoutType\x3dCLASSIC\x26searchRoot\x3dhttps://jaxrpc.blogspot.com/search\x26blogLocale\x3den_US\x26v\x3d2\x26homepageUrl\x3dhttp://jaxrpc.blogspot.com/\x26vt\x3d7252927280724037803', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>
Google  
Web    Images    GroupsNew!    News    Froogle    more »
  Advanced Search
  Preferences    
 Web Results 1 - 10 for jaxrpc[definition].  
 
    
« Home

Posts

Sun Java System App server vs Tomcat
Using JavaServer Faces Technology with AJAX
Stored Procedure in Hibernate
Very interesting application to record DRM protect...
Why StAX?: " a programming model in which an XML p...
Interesting site about Hybrid conversions! They cl...
Experimental Hybrid Cars Get Up to 250 Mpg - Yahoo...
Great Article on Continuous Integration Continuous...
Maven provides standard developement structure acr...
Excellent tool to merge files WinMerge
 
     Archives
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
February 2006
March 2006
April 2006
June 2006
August 2006
December 2006
August 2007
May 2008
February 2009
March 2010
August 2010
 
     Links
Java Podcast

Oracle JDBC Connection pool in Sun Java System Application Server

Configuring Oracle JDBC Connection pool in Sun Java System Application Server

This article might help some one finding difficult to create a JDBC connection pool in Sun Java System Application server

Follow these steps to create JDBC connection pool from admin console

  1. Copy the drivers to domain lib folder

  2. Modify JVM settings and add jar location to classpath suffix. The entry should look similar to this ${com.sun.aas.installRoot}/domains/domain1/lib/ojdbc14.jar

  3. In JVM options tab specify -Doracle.jdbc.J2EE13Compliant=true

  4. Specify name for connection pool

  5. In resource type select javax.sql.Datasource

  6. Select oracle as vendor

  7. Use the default Datasource classname entry oracle.jdbc.pool.OracleDataSource

  8. Specify only these 3 properties
User: user name
Password: password
URL: jdbc:oracle:thin:@<hostname>:<port>:<database name>
  1. Test your connection by using Ping button

References:

1. http://docs.sun.com/app/docs/doc/819-2641/6n4trr8kt?a=view
(Sun Java System Application Server Platform Edition 8.1 2005Q2 Update 2 >> Sun Java System Application Server Platform Edition 8.1 2005Q2 Update 2 Administration Guide >> 3. JDBC Resources >> Setting Up Database Access >> To integrate a JDBC driver)
2. Using the JDBC API for Database Access
Oracle JDBC Connection pool in Sun Java System Application Server - Wednesday, October 12, 2005 -

Post a Comment


Result Page: 

 



















 


 

Search within results | Language Tools | Search Tips | Dissatisfied? Help us improve


Google Home - Blogger - Blogger Templates

© 2005 jaxrpc