Re: Moving init params from web.xml to context.xml

2011-08-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jeffrey, On 8/23/2011 12:38 PM, Jeffrey Janner wrote: > Thanks Marvin. That is what I was thinking, the two are separate > entities, with separate methods of accessing them. Not being a > developer, I wasn't positive though. I can get with the De

Re: Moving init params from web.xml to context.xml

2011-08-23 Thread Marvin Addison
> I can get with the Dev team and see if they are willing to re-code for the > possibility (or even need to). It's a valuable change that dramatically increases your deployment options; well worth the effort IMO. M - To unsubsc

RE: Moving init params from web.xml to context.xml

2011-08-23 Thread Jeffrey Janner
> -Original Message- > From: Marvin Addison [mailto:marvin.addi...@gmail.com] > Sent: Tuesday, August 23, 2011 9:43 AM > To: Tomcat Users List > Subject: Re: Moving init params from web.xml to context.xml > > > This is equivalent to the inclusion of the follow

Re: Moving init params from web.xml to context.xml

2011-08-23 Thread Marvin Addison
> This is equivalent to the inclusion of the following element in the web > application deployment descriptor (/WEB-INF/web.xml): > > > companyName > My Company, Incorporated > > > but does not require modification of the deployment descriptor to customize > this value. That's correct but

Re: Moving init params from web.xml to context.xml

2011-08-23 Thread Mark Shifman
mcat Users List' Subject: Moving init params from web.xml to context.xml Our apps are currently deployed using a minimal context.xml file (pointer to doc-base only), with all the other information contained in the web.xml and some properties files. What I'd like to do is move as much of the

RE: Moving init params from web.xml to context.xml

2011-08-23 Thread Jeffrey Janner
If it helps generate a reply, I'm deploying into Tomcat 6.0.3x running under JDK 1.6.0_2x. > -Original Message- > From: Jeffrey Janner [mailto:jeffrey.jan...@polydyne.com] > Sent: Monday, August 22, 2011 3:12 PM > To: 'Tomcat Users List' > Subject: Movi

Moving init params from web.xml to context.xml

2011-08-22 Thread Jeffrey Janner
Our apps are currently deployed using a minimal context.xml file (pointer to doc-base only), with all the other information contained in the web.xml and some properties files. What I'd like to do is move as much of the customizable values out of the web.xml file and into the context.xml file to