Re: multiple users using tomcat

2002-04-02 Thread Robert Evans
Joe, I have to do this at JHU for some Java classes. The best I've figured it out, you use a Listener that designates a certain directory as a "home" directory for web apps. It iterates through all of the directories in the "home" directory, and builds webapps for any that contain the WEB-I

Re: multiple users using tomcat

2002-03-29 Thread j h
r for each context so the students may easily > track server error messages related to their apps. > > I hope I'm somewhat on the right track for you. Good Luck, > > Jeff > > > ----- Original Message - > From: "j h" <[EMAIL PROTECTED]> > T

Re: multiple users using tomcat

2002-03-28 Thread Jeff Larsen
ents may easily track server error messages related to their apps. I hope I'm somewhat on the right track for you. Good Luck, Jeff - Original Message - From: "j h" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 28, 2002 12:16 AM Subject

multiple users using tomcat

2002-03-27 Thread j h
Hi there... I have a server that I need to have 20-75 separate student users accessing tomcat. Do I set it up so each user has a separate directory that they can write to, under the directory that tomcat uses? Or possibly run tomcat on a separate port for each user? Sorry to say, the instructo