I set up several virtual hosts with 5.5.9, each with
deployOnStartup=true (by default) and with Tomcat's webapps
folder (containing all the apps) as their appBase.  Each
Context specified a docBase path relative to this common
appBase.

From inspecting the work folder I saw that *all* apps were
started at *each* virtual host, which is not what I wanted.

So I now have separate per-host folders each holding just
one web app, plus an empty folder which I set as appBase
(I dared not leave this undefined, or pointing to a
nonexistent folder, and I reckoned I needed to leave
deployOnStartup=true).

This does what I want, but seems inelegant: can I do better?
Am I missing something?

Paul Singleton


--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.344 / Virus Database: 267.11.6/111 - Release Date: 23/Sep/2005


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to