Tomcat 6 Context, docBase and path

2009-10-27 Thread Nils Weinander
Sorry if this is a common question, I didn't find anything like it by Google. In a Tomcat 6, I have a Context declaration in server.xml with a path and a docBase to a war file with a different name than the path: Context path=/jforum docBase=jforum-2.1.8 ... /Context When the webapp is

RE: Tomcat 6 Context, docBase and path

2009-10-27 Thread Caldarale, Charles R
From: Nils Weinander [mailto:nils.weinan...@mogul.com] Subject: Tomcat 6 Context, docBase and path Sorry if this is a common question, I didn't find anything like it by Google. Reading the actual Tomcat doc and FAQ is probably more productive. In a Tomcat 6, I have a Context declaration

Re: [SPAM] - RE: Tomcat 6 Context, docBase and path - Found word(s) if you received this in error in the Text body

2009-10-27 Thread Nils Weinander
Caldarale, Charles R wrote: From: Nils Weinander [mailto:nils.weinan...@mogul.com] Subject: Tomcat 6 Context, docBase and path Sorry if this is a common question, I didn't find anything like it by Google. Reading the actual Tomcat doc and FAQ is probably more productive. Tried that too

RE: Tomcat 6 Context, docBase and path

2009-10-27 Thread Caldarale, Charles R
From: Nils Weinander [mailto:nils.weinan...@mogul.com] Subject: Re: [SPAM] - RE: Tomcat 6 Context, docBase and path - Found word(s)if you received this in error in the Text body I know, but as I read the docs, that's primarily if you need to modify contexts without restarting Tomcat