Re: RES: RES: Application context configuration & datasources

2008-03-27 Thread Charl Gerber
your app? No! You create a "ResourceLink" entry in your context.html. Then it links to the resource defined in server.xml. > -Mensagem original- > De: Charl Gerber [mailto:[EMAIL PROTECTED] > Enviada em: quinta-feira, 27 de março de 2008 09:04 > Para: Tomcat U

RES: RES: Application context configuration & datasources

2008-03-27 Thread Milanez, Marcus
-feira, 27 de março de 2008 09:04 Para: Tomcat Users List Assunto: Re: RES: Application context configuration & datasources > You are not supposed to edit server.xml in order to make your pooled > connections work. >> You do when its a connection pool shared by more than one applic

Re: RES: Application context configuration & datasources

2008-03-27 Thread Charl Gerber
ons-3.2.jar, commons-dbutils-1.1.jar > and commons-pool-1.3.jar inside that dir too, > otherwise your pools won't work. The versions > mentioned in the files are the latest ones, but I > guess you can use the ones you have. > > If it still doesn't work, tell us... >

RES: Application context configuration & datasources

2008-03-27 Thread Milanez, Marcus
EMAIL PROTECTED] Enviada em: quinta-feira, 27 de março de 2008 04:04 Para: Tomcat Users List Assunto: Re: Application context configuration & datasources server.xml: As I said, if I move the META-INF/context.xml contents into my server.xml, then it works fine, but then I can

Re: Application context configuration & datasources

2008-03-27 Thread Charl Gerber
server.xml: As I said, if I move the META-INF/context.xml contents into my server.xml, then it works fine, but then I cannot use ant manager tasks to redeploy. I have also tried to put the driver jar into the application war. No luck. --- Sameer Acharya <[EMAIL PROTECTED]> wrote:

Re: Application context configuration & datasources

2008-03-26 Thread Sameer Acharya
Where is your Resource definition ? seems like the Driver class name and url is not defined. -Sameer --- Charl Gerber <[EMAIL PROTECTED]> wrote: > I have 4 Tomcat environments for the same > application: > two development machines, 1 test and 1 production. > Development machines are Windows 2000

Application context configuration & datasources

2008-03-26 Thread Charl Gerber
I have 4 Tomcat environments for the same application: two development machines, 1 test and 1 production. Development machines are Windows 2000 and Vista, the others are linux. All 4 machines have Tomcat 6.0.14 installed. I really have problems getting the application properly deployed and configu