ok, thanks a lot!
Best Regards.
jacky
- Original Message -
From: "Duan, Nick" <[EMAIL PROTECTED]>
To: "Tomcat Users List"
Sent: Tuesday, February 14, 2006 12:21 AM
Subject: RE: jdbc context
Well, I guess it was my mistake. In Tomc
: users@tomcat.apache.org
Subject: RE: jdbc context
hi,
Do you mean add the following code in the web.xml?
DB Connection
jdbc/TestDB
javax.sql.DataSource
Container
But this still need to add the jdbc config in the server.xml,right?
Can you give me some suggestions
this still need to add the jdbc config in the server.xml,right?
> Can you give me some suggestions?
>
> >From: "Duan, Nick"
> >Reply-To: "Tomcat Users List"
> >To: "Tomcat Users List"
> >Subject: RE: jdbc context
> >Date: Mon, 13 Fe
gt; DB Connection
> jdbc/TestDB
> javax.sql.DataSource
> Container
>
>
> But this still need to add the jdbc config in the server.xml,right?
> Can you give me some suggestions?
>
> >From: "Duan, Nick" <[EMAIL PROTECTED]>
> >Repl
eply-To: "Tomcat Users List"
To: "Tomcat Users List"
Subject: RE: jdbc context
Date: Mon, 13 Feb 2006 10:11:34 -0500
You should be able to add the context info in your web.xml file. In
other words, instead of making the JDBC resource available to all web
apps, you make it
You should be able to add the context info in your web.xml file. In
other words, instead of making the JDBC resource available to all web
apps, you make it only to particular applications. If this JDBC
connection is only used by the workflow web app, defining it in web.xml
is actually preferred.