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
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. > > > >ND > > > >-Original Message- > >From: j

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
. ND -Original Message- From: jacky [mailto:[EMAIL PROTECTED] Sent: Monday, February 13, 2006 5:07 AM To: users@tomcat.apache.org Subject: jdbc context hi, I have deploy a workflow webapp in Tomcat4.1.31. First time, i add the following code in server.xml

jdbc context

2006-02-13 Thread jacky
com.microsoft.jdbc.sqlserver.SQLServerDriver url jdbc:microsoft:sqlserver://localhost:1433;databaseName=myworkflow It works well. But now, we need to migrate myworkflow into another tomcat4.1.31, in which the server.xml can't be modified. So what shall i do to deploy the jdbc context? Thank