Home Folders, UserDir Equivalent?
I'm setting up a dev server to run with Apache 2 and Tomcat using the JK plugin. I've got Apache set up pretty well right now. Everything's working fine. If I go to hostname/~user/ it shows me the contents of c:\documents and settings\user\www\ (I'll be switching to linux in a week, don't worry). Unfortunately, I can't figure out a good way to do this with Tomcat. I could certainly set up a different context for every user, but that just seems a little bit ridiculous to me. It would work fine (but still be annoying) with 4 users, but when you start growing bigger it's just not really a good option. Is there any other way to set up user home directories in Tomcat?
|