Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

JSTL, JBOSS Datasource

843838May 31 2006 — edited May 31 2006
I have setup a datasource in my jboss server in the jndi tag, called myDataSource, now i want to use that in my jstl page, but not sure about the syntax, currently i use

<sql:setDataSource
var="xxx"
driver="org.postgresql.Driver"
url="jdbc:postgresql://pghost/sekunjalo"
user="aaa"
password="bbb"
/>

how can i now use my newly created datasouce in the above example?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 28 2006
Added on May 31 2006
1 comment
165 views