Hi, >their configuration separately. Tomcat definately doesn't make the >process of running one server per user easy, and if it doesn't work, we >can always change our route, but it's an interesting and challenging >problem that I thought might be fun to tackle nonetheless.
Alright, have fun with it, since you seem to have the time and desire to tackle it ;) Two disagreements I have, though: - It won't necessarily be easy to tell which one of your 100 students has loaded malicious code (and it might be entertaining to see what the teacher and other students do while you're searching for the culprit) - I strongly disagree with the above quoted statement: tomcat makes it TRIVIAL to setup one server per user. You have numerous options, including the "User Web Applications" listener (see the Host config page), CATALINA_BASE (see section 4 of RUNNING.txt in the root directory of your distro: this one is probably more perfect for you), or completely separate tomcat installs which can be done remotely and silently. Yoav Shapira This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and/or privileged. This e-mail is intended only for the individual(s) to whom it is addressed, and may not be saved, copied, printed, disclosed or used by anyone else. If you are not the(an) intended recipient, please immediately delete this e-mail from your computer system and notify the sender. Thank you. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
