user2083356
user2083356

Reputation: 125

JNDI configuration with jboss using oracle 11G

I am using jboss server Currently I am using JDBC connection,but I want to use JNDI data source. As I am comletly new to it. Please tell me step by step How I can achive that. Also please tell me if I can deploy that as EAR(including xml file.)

Upvotes: 0

Views: 240

Answers (1)

duffymo
duffymo

Reputation: 308733

Have a look at this.

You usually set up a JNDI data source on the app server itself. Of course you can deploy any application that uses it as an EAR.

Upvotes: 2

Related Questions