Russell wrote:

> Hi Toby  ,
> 
>    Yes I am after some negative remarks from you . :) just kidding.
> 
>    BTW , I have another question . 
>    I need to accessed the Connection pooling from servlet/jsp , can i do
> that ??
>  
>    Can i code like below : 
> 
>     InitialContext ctx = new InitialContext();
>     DataSource ds = (DataSource)ctx.lookup("java:comp/env/jdbc/DB");

In theory, yes. I don't know the details of how to set this up though. 
Something to do with jboss-web.xml or something. Try the list archives, 
or the source code.

Toby.


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to