Hi i am using Weblogic 11g
I had created a Datasource in it from Services/JDBC/DataSources and assigned it a name JNDIDataSource .
But from my
jsp page when i am looking for it It is displaying as
Unable to resolve JNDIDataSource .
I had used differnt options like
1. Putting the properties and passing it to the InitailContext.
2. Used
java:comp/env/JNDIDataSource , java:comp/JNDIDataSource .
But all in waste ,so please let me know where i am doing wrong .
(Sorry for my English
Its very poor )