Re: jdbc context

2006-02-13 Thread jacky
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

RE: jdbc context

2006-02-13 Thread Duan, Nick
: 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

Re: jdbc context

2006-02-13 Thread ALEX HYDE
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

Re: jdbc context

2006-02-13 Thread Hadraba Petr
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

RE: jdbc context

2006-02-13 Thread chen jacky
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

RE: jdbc context

2006-02-13 Thread Duan, Nick
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.