You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Chris Busch <cb...@medservelink.com> on 2000/07/27 17:50:56 UTC

root.properties

I am looking into setting up Tomcat to replace GNUJSP.  

In tomcat.properties, I see:
# Default: NONE
zones=root

# Configuration file for each servlet zone (one per servlet zone)
# Syntax: [servlet zone name as on the zones list].properties=[full path to
configFile] (String)
# Default: NONE
# Note: if the file could not be opened, try using absolute paths.
root.properties=@JSERV_CONF@/zone.properties

Where is zone.properties?
There wasn't one included in the tomcat distribution.
Is it setup identical to the Jserv 1.0 zone properties files?