RE: use regexp in 'path' and 'docbase' of context?

2004-03-05 Thread Shapira, Yoav
Hi, >Loading 1,800 contexts consumes about 200MB of RAM and takes several >mintues. The contexts have no load-on-startup activity: the context >definitions contain only the docbase and the path attributes, and the >web.xml contains an empty web-app section. Yeah, I suppose it would add up ;) Al

RE: use regexp in 'path' and 'docbase' of context?

2004-03-05 Thread David Boyer
Thanks very much for the clarification. Loading 1,800 contexts consumes about 200MB of RAM and takes several mintues. The contexts have no load-on-startup activity: the context definitions contain only the docbase and the path attributes, and the web.xml contains an empty web-app section. I'm

RE: use regexp in 'path' and 'docbase' of context?

2004-03-04 Thread Shapira, Yoav
Hi, >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? Consider the UserConfig listener, as detailed in the Host configuration reference page.