G'day all: How do I tell tomcat that everything under a WEB-INF is a tomcat context? (A colleague said he saw it in the docs somewhere, but neither of us can find it again and I've had no success in my archive and web searches)
I've got 3 courses of 100 students, some of which want to use JSP and servlets. For the last installation (tomcat3), I added in a context for each interested student in the servlet.xml. I would _like_ to be able to say for every directory that you find a WEB-INF, such as /var/www/htdocs/$course/$student/WEB-INF Would <Context path="" docBase="/var/www/htdocs/*/*" appBase="/var/www/htdocs/" reloadable="true" debug="0"/> make any sense? System: tomcat-4.0.3, Solaris 8, apache_1.3.22 is handling static content Any hints most thoroughly welcome, --- Boyd Duffee, Keele University Computer Science (01782) 583437 Computing Officer "...Microsoft follows standards. In much the same manner that fish follow migrating caribou." "Now I have this image in my mind of a fish embracing and extending a caribou." -- Paul Tomblin and Christian Bauernfeind in the SDM -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>