• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

How to do the conncetion establishment with WAS 6.0 using RAD 7.0 in our existing application

 
Ranch Hand
Posts: 224
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear All,
We have already developed the application in WASD(IBM Application developer with WAS 5.0).It is working properly. Now we have to migrate our application with RAD 7.0(IBM Rational Application Developer with WAS 6.0).But I am facing problem using RAD 7.0 how to do the database connection establish?
Could you please refer me any url/link which would help me my existing application workspace should be work with RAD 7.0 and what are the steps I will do for the server creation of Data Source name, Database connection establishment etc…?
Thanks in advance.

Regards,
Sumanta Panda
 
author & internet detective
Posts: 42173
937
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You set up the datasource on the server. Right click the server when it is started and choose open admin console.
 
author and cow tipper
Posts: 5009
1
Hibernate Spring Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
And if it's a new server, you'll need to set up a JDBC driver, and likely an authentication alias to be used by the datasource.

Here's a tutorial for version 6. I think your IRAD 7 will be using a version 6 test server:

Configuring a WebSphere DataSource in Rational Developer

-Cameron McKenzie

 
These are the worst of times and these are the best of times. And this is the best tiny ad:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic