Why don't you give each student their own webapp? It would be pretty easy
to setup. In the webapps/ directory, each student would have a student.xml
file, which defines the <Context> element, e.g.,
<Context path="/studentName" docBase="studentName" debug="0"
reloadable="true" crossContext="false" />
and then a studentName/ directory containing their webapp. If desired, you
could put a logger into the <Context> element so that each student had his
or her own log.
--- Noel
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>