Ok I believe I need the latest nightly build of mod_webapp. I checked http://nagoya.apache.org/~pier/ but the problem is I can't build it myself (Windows).
Is there a place where I could find the latest mod_webapp, compiled for windows ? Thank you very much. BoD ----- Original Message ----- From: "Daniel Rall" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Cc: "BoD" <[EMAIL PROTECTED]> Sent: Monday, November 26, 2001 5:49 PM Subject: Re: Tomcat 4.0.1/Apache 1.3/Warp Connection > "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]>
