Max Korn
Max Korn

Reputation: 275

Websphere: How do I deploy a DataSource along with your application?

I have an application developed on JBoss which contains a Datasource definition at application level. Now I'd need to deploy this application on Websphere 8.5. Is there a way to deploy a Datasource module along with your applications ? Thanks Max

Upvotes: 0

Views: 765

Answers (1)

Isaac
Isaac

Reputation: 16736

WebSphere supports "application-scoped resources":

http://pic.dhe.ibm.com/infocenter/wasinfo/v7r0/topic/com.ibm.websphere.base.iseries.doc/info/iseries/ae/udat_resscope.html

You would need Rational Application Developer in order to have a nice GUI to configure those resources, though.

On RAD 8.0, right-click the EAR project, and select "Java EE" -> "Open Websphere Application Server Deployment". Should be the same for RAD 7.5 (if I recall right) and 8.5 (haven't tried RAD 8.5 yet).

Upvotes: 2

Related Questions