Please browse the categories below to previous answers to questions like yours. If you do not find the answer for your particular situation, ask for help on the appropriate mailing list.
(Answer) (Category) Java Apache Project : (Category) Apache JServ 1.0 : (Category) General :
How do I create different work areas for several developers?
Using servlet zones, you can map a different directory and set of servlet repositories and class paths for each user, e.g.,
www.urlstuff.com/bob/<bob-servlets>
www.urlstuff.com/alice/<alice-servlets>
etc. 

The different developers will share a single jserv.properties file, which is actually pretty convenient since this contains stuff that typically doesn't need to vary. Each servlet zone gets its own configuration file.

You could also setup separate virtual hosts, in which case each developer would have an even more separate environment in which to run cgi, servlets, etc. it's really easy to setup virtual hosts, and it's how I do my own work even as the sole user of my machine. The different virtual hosts would still need to share the jserv.properties file.

For more information on servlet zones and how to mount them on different network environments, go here and here.

[Append to This Answer]
Previous: (Answer) What methods/packages exist to enhance the presentation of my servlet site?
Next: (Answer) Why was the servlet API classes were removed from JDK 1.2beta3 on?
This document is: http://java.apache.org/faq/?file=196
[Search] [Appearance] [Show Expert Edit Commands]
This is a Faq-O-Matic 2.709.
Please browse the categories below to previous answers to questions like yours. If you do not find the answer for your particular situation, ask for help on the appropriate mailing list.