0

there are obviously various 'canned' configuration options in oracle's weblogic server console for setting up data sources, jms queues, ldap servers etc, etc.

What i want however is a way to configure other servers, mostly server urls, etc, in the console as well, and allow web applications running on the web server to access those configuration settings at runtime, probably through jndi names. Things like a document management server, a workflow server, etc.

However I'm at a loss for how to configure custom jndi 'data sources' within wls' console. Is this possible?

MeBigFatGuy
  • 101
  • 3

1 Answers1

0

Apparently weblogic server can't do this by itself...

It looks like this addition will do what i want:

http://code.google.com/p/weblogic-jndi-startup/

MeBigFatGuy
  • 101
  • 3
  • Glad you resolved this issue. Please be sure to mark your answer as "accepted" when you are able. – jscott Jul 20 '12 at 03:08