[jboss-user] [JNDI/Naming/Network] - Re: JNDI lookup of DataSource failed

braca do-not-reply at jboss.com
Sat Sep 6 03:41:29 EDT 2008


Hello,

I found a different solution by inserting the following into web.xml:

<context-param>
  	<param-name>javax.servlet.jsp.jstl.sql.dataSource</param-name>
        <param-value>OracleDS</param-value>
</context-param>

Using this solution, I don't need to insert the dataSource in every JSP page.

Thanks for helping me,
braca

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4174751#4174751

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4174751



More information about the jboss-user mailing list