Re: Deployment specific configuration - best practice

2009-11-17 Thread Rainer Frey
On Tuesday 17 November 2009 16:04:48 Mark Thomas wrote: > Rainer Frey (Inxmail GmbH) wrote: > > On Tuesday 17 November 2009 01:15:52 Mark Thomas wrote: > >> Rainer Frey wrote: > > Thanks for the info, will do that. The actual problem is described in > > Message-Id: <200911161424.38011.rainer.f...@i

Re: Deployment specific configuration - best practice

2009-11-17 Thread Mark Thomas
Rainer Frey (Inxmail GmbH) wrote: > On Tuesday 17 November 2009 01:15:52 Mark Thomas wrote: >> Rainer Frey wrote: >>> * settings in /META-INF/context.xml >> This one please. >> >> Tomcat will extract it on first deployment. OK that will fail but we can >> then edit the extracted version and Tomcat

Re: Deployment specific configuration - best practice

2009-11-17 Thread Rainer Frey (Inxmail GmbH)
On Tuesday 17 November 2009 01:15:52 Mark Thomas wrote: > Rainer Frey wrote: > > * settings in /META-INF/context.xml > > This one please. > > Tomcat will extract it on first deployment. OK that will fail but we can > then edit the extracted version and Tomcat will use that from then on. Thanks fo

Re: Deployment specific configuration - best practice

2009-11-16 Thread Ziggy
Right this thread has totally confused me now.. On Tue, Nov 17, 2009 at 12:15 AM, Mark Thomas wrote: > Rainer Frey wrote: > > * settings in /META-INF/context.xml > This one please. > > Tomcat will extract it on first deployment. OK that will fail but we can > then > edit the extracted version a

Re: Deployment specific configuration - best practice

2009-11-16 Thread Mark Thomas
Rainer Frey wrote: > * settings in /META-INF/context.xml This one please. Tomcat will extract it on first deployment. OK that will fail but we can then edit the extracted version and Tomcat will use that from then on. Mark - T

RE: Deployment specific configuration - best practice

2009-11-16 Thread Caldarale, Charles R
> From: Pid [mailto:p...@pidster.com] > Subject: Re: Deployment specific configuration - best practice > > Auf seinen Nasen schreitet einher das Nasobēm. Es steht noch nicht im Brehm. Es steht noch nicht im Meyer. Und auch im Brockhaus nicht. Vielleicht, nur auf dem Tomcat-M

Re: Deployment specific configuration - best practice

2009-11-16 Thread Pid
n seulement et n'aura pas n'importe quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. Date: Mon, 16 Nov 2009 12:28:30 +0100 Subject: Re: Deployment specific

Re: Deployment specific configuration - best practice

2009-11-16 Thread Leon Rosenberg
Hello Martin, i think you are mixing up topics :-) > any advantages for returning JSON over plain text? JSON is not as bloated as xml, but more flexible as property files, has a validateable syntax and a set of standart parsers to use. regards Leon --

RE: Deployment specific configuration - best practice

2009-11-16 Thread Martin Gainty
ous ne pouvons accepter aucune responsabilité pour le contenu fourni. > Date: Mon, 16 Nov 2009 12:28:30 +0100 > Subject: Re: Deployment specific configuration - best practice > From: rosenberg.l...@googlemail.com > To: users@tomcat.apache.org > > On Mon, Nov 16, 2009 at 9:26 AM, Rai

Re: Deployment specific configuration - best practice

2009-11-16 Thread Ziggy
Why do you need to provide a sample webapp? Usually if you post your database configuration, the exception that you are getting and the code where the exception is raised people should be able to figure out why there is a problem. :) On Mon, Nov 16, 2009 at 11:28 AM, Leon Rosenberg < rosenberg.

Re: Deployment specific configuration - best practice

2009-11-16 Thread Leon Rosenberg
On Mon, Nov 16, 2009 at 9:26 AM, Rainer Frey wrote: > Hi, > > I'm preparing a sample webapp for this list to illustrate a problem that I > have with JDBC driver loading in a servlet. Anyone who'd try this would need > to edit the jdbc connection data to test with a local DB. What is the easiest >

Deployment specific configuration - best practice

2009-11-16 Thread Rainer Frey
Hi, I'm preparing a sample webapp for this list to illustrate a problem that I have with JDBC driver loading in a servlet. Anyone who'd try this would need to edit the jdbc connection data to test with a local DB. What is the easiest method for you to configure a webapp that I'll provide? * s