> Is it possible that I have more than one root folder?

Yes, in the senses that 

* the same Tomcat install can be used to run multiple, separate
instances on different ports, using different catalina.base folders

* a Context in an instance can declare its own docBase folder elsewhere
on the machine, instead of being under the "automatic" location like
'webapps'

But a particular URL needs to map to one resource, so you cannot have
two web applications both be the default/root web application.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to