I want to tomcat-enable our 1,800 student web sites without creating the individual "$CATALINA_HOME/conf/[enginename]/[hostname]/" config files. Is there anyway of doing this with regular expressions? If I do have to define each context, how would I configure them for lazy initialization to they're not actually loaded until the first request? TIA!
