Re: Configure Resource in context.xml does not work as expected

2006-06-14 Thread Renaud Waldura
he server.xml. Thanks, Vijaya -Original Message- From: Renaud Waldura [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 13, 2006 10:21 PM To: [EMAIL PROTECTED] Cc: users@tomcat.apache.org Subject: Re: Configure Resource in context.xml does not work as expected Hello Timm: I didn't get

Re: Configure Resource in context.xml does not work as expected

2006-06-14 Thread Timm Frenzel
Hi Renaud, I tried this and now the content within the -Element is preserved. Now I got it working, but I had to put the attribut override="true" in the -Element. At first I didn't do that and then all additional attributes (like reloadable="true") had been ignored. Even the Resource, which w

RE: Configure Resource in context.xml does not work as expected

2006-06-13 Thread Vijaya
] Sent: Tuesday, June 13, 2006 10:21 PM To: [EMAIL PROTECTED] Cc: users@tomcat.apache.org Subject: Re: Configure Resource in context.xml does not work as expected Hello Timm: I didn't get this to work, but found a workaround that's enough for my needs. I honestly think it's a bug

Re: Configure Resource in context.xml does not work as expected

2006-06-13 Thread Renaud Waldura
Hello Timm: I didn't get this to work, but found a workaround that's enough for my needs. I honestly think it's a bug. I've searched the Tomcat bug database, and there seem to be lots of things broken with deployment. I wanted to deploy my application using the Tomcat Manager, pointing it to

Re: Configure Resource in context.xml does not work as expected

2006-06-08 Thread Timm Frenzel
Via Tomcat Manager -> File-URL to Location of directory of web-app (I leave the first and second input field empty). Marc Farrow schrieb: The big question is how you are deploying it. On 6/8/06, Timm Frenzel <[EMAIL PROTECTED]> wrote: Hello, I want to configure a JDBC-Resource within the

Re: Configure Resource in context.xml does not work as expected

2006-06-08 Thread Marc Farrow
The big question is how you are deploying it. On 6/8/06, Timm Frenzel <[EMAIL PROTECTED]> wrote: Hello, I want to configure a JDBC-Resource within the Context of my web-app. I placed a -entry and a -entry as child-elements of in the META-INF/contxt.xml-file. When I deployed my app (via a file