Reputation: 275
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
Reputation: 16736
WebSphere supports "application-scoped resources":
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