"BoD" <[EMAIL PROTECTED]> writes:
>> You want to set CATALINA_BASE, not CATALINA_HOME -- CATALINA_HOME
>> points to the location of your Tomcat 4 installation, while
>> CATALINA_BASE points to the location your web apps are found in.
>
> I tried that, too but it changes nothing. Anyway, like I said in my
> previous mail, there is no such place where my web apps are found
> in, because they are in several different places.
I've never done this, other than putting all web apps in the same
place (by convention under $CATALINA_BASE/webapps/).
> It should be possible (maybe I'm wrong, and if so please correct me)
> to put web apps in different places as long as you tell so in the
> docBase attribute of the context in server.xml.
This does makes sense. However, you'd have to set your $CATALINA_BASE
to a directory very close to the root of your file system, and
probably unset your Host's appBase attribute (these things are
concatenated together in a fashion similar to
$CATALINA_BASE/[Host.addBase]/[Context.docBase]).
However, looking at StandardContext::getBasePath() from CVS HEAD, it
appears that you should also be able to use an absolute path for the
Context.docBase attribute.
Daniel Rall
--
To unsubscribe: <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>