IMHO, instead of one instance per developer, I think you should have one
development server with one instance of Tomcat shared by the 3 developers.
If each of them is working on individual project, each developer can has
his/her own application directory in Tomcat.  And if they are working as a
team on one project, you can use a version control software like CVS to
control it.

Just make sure nobody modify any system file in Tomcat without consensus,
and you will be fine.  There is no need for multiple Tomcat within
development.  But you need a separate installation for the test server, and
another installation for the production server.

If you must have a separate instance for each developer, you can simply use
different port number for each instance.

Hope this helps.


----- Original Message -----
From: "Pitre, Russell" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
Sent: Wednesday, October 08, 2003 01:00 PM
Subject: RE: What is a good dev-enviroment for servlet/tomcat?


That's a good question, and I'd like to add a question too.....

How do you setup a server so that if you had 3 developers...each one has
their own instance of tomcat running at the same time....??


Russ

-----Original Message-----
From: joe udder [mailto:[EMAIL PROTECTED]
Sent: Wednesday, October 08, 2003 1:58 PM
To: [EMAIL PROTECTED]
Subject: What is a good dev-enviroment for servlet/tomcat?

Hello.

I am thinking of how I can improve my "development enviroment" when
doing my
webapps.
Until now, I've used a handcrafted "build.xml" to make my webapp, and
then
the usual

_________________________________________________________________
Tired of spam? Get advanced junk mail protection with MSN 8.
http://join.msn.com/?page=features/junkmail


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to