Re: mod_jk: docBase and appBase -- 'ROOT' taken out

2008-07-17 Thread Charles Caldarale
On Jul 17, 2008, at 23:30, Robert Koberg <[EMAIL PROTECTED]> wrote: unless I am doing something terrible wrong with nested contexts... Nested contexts are not permitted by the servlet spec. If another container supports such a violation, it just goes to show how far some will go to tie y

Re: mod_jk: docBase and appBase -- 'ROOT' taken out

2008-07-17 Thread Robert Koberg
On Thu, 2008-07-17 at 22:47 -0500, Charles Caldarale wrote: > On Jul 17, 2008, at 21:56, Robert Koberg <[EMAIL PROTECTED]> wrote: > > > > > The problem: even though I specifiy > > 'docBase="/home/app/wwwapps/ROOT/members"' > > Which is completely illegal; buzzwrecker. why? Is there a technical

Re: mod_jk: docBase and appBase -- 'ROOT' taken out

2008-07-17 Thread Charles Caldarale
On Jul 17, 2008, at 21:56, Robert Koberg <[EMAIL PROTECTED]> wrote: The problem: even though I specifiy 'docBase="/home/app/wwwapps/ROOT/members"' Which is completely illegal; webapps may not be nested - each must be in a separate directory (or war file), usually under the appBase dire