Re: multilevel context path and auto reload

2006-10-10 Thread Christian Surlykke
Tirsdag 10 oktober 2006 22:54 skrev Caldarale, Charles R: > > Not true. Name the file containing your elements like this: > conf/[engine]/[host]/salg#netbutikken.xml > > The pound sign serves as the path component delimiter. Great! Thanks a lot. br. Christian Surlykke ---

RE: multilevel context path and auto reload

2006-10-10 Thread Caldarale, Charles R
> From: Len Popp [mailto:[EMAIL PROTECTED] > Subject: Re: multilevel context path and auto reload > > Boy, that page is confusing. For example, it says "Each such Context > MUST have a unique context path, which is defined by the path > attribute." Left over from

Re: multilevel context path and auto reload

2006-10-10 Thread Len Popp
don't see it on that page. -- Len On 10/10/06, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > From: Christian Surlykke [mailto:[EMAIL PROTECTED] > Subject: multilevel context path and auto reload > > If I put a context file under home>/conf// or inside the the >

RE: multilevel context path and auto reload

2006-10-10 Thread Caldarale, Charles R
> From: Christian Surlykke [mailto:[EMAIL PROTECTED] > Subject: multilevel context path and auto reload > > If I put a context file under home>/conf// or inside the the > application's META-INF, the path attribute of the Context > appears to be ignored. Correct.

multilevel context path and auto reload

2006-10-10 Thread Christian Surlykke
Hi I'm trying to build an application with a 2-level context path: '/salg/netbutikken'. If I put a context file under /conf// or inside the the application's META-INF, the path attribute of the Context appears to be ignored. So it seems that the only way to make an application with a 2-level