• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Possible to connect to a datasource on another WebLogic instance?

 
Ranch Hand
Posts: 436
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I'm using WebLogic 9.2.2. I am running a web application on machine A, and my co-worker has created a WebLogic datasource on machine B. Each machine runs its own instance of WebLogic. Is it possible to connect to the datasource from machine A? How would this be done?

Thanks, - Dave
 
Ranch Hand
Posts: 95
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Never tried it. However I would think it would be possible. We have connected to a datasource on a weblogic server from a standalone program. I would assume the same can be used here. You need to provide the t3 url of the server having the datasource and then invoke it using the JNDI name.

HTH
Shikhar
 
Ranch Hand
Posts: 977
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You may use foreign JNDI provider.

http://edocs.bea.com/wls/docs92/jndi/jndi.html#wp477172
 
reply
    Bookmark Topic Watch Topic
  • New Topic