On Fri, Oct 30, 2009 at 7:59 AM, Peter Flynn <[email protected]> wrote: > Interesting. Where should such new appBase directories be? Should they be > siblings of webapps? eg /var/lib/tomcat5/abc, /var/lib/tomcat5/def, etc?
Personal choice, but I put *all* webapp directories outside Tomcat's installation directory, so it's much less intrusive to install/test/migrate to new versions as they release. So e.g. /webapps/example.com/, /webapps/foo.org/, etc. And less typing :-) But as Chuck says, up to you and your crew... -- Hassan Schroeder ------------------------ [email protected] twitter: @hassan --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
