Re: Same site multiple developpers

2001-01-09 Thread Robert Wohleb
This will work assuming you have two copies of the files, else the java will reload upon a change anyways and thus effect the sessions. If you are using CVS, then you can both make changes to YOUR copy (again two diff copies for two the two tomcats) and then grab the other persons changes when

RE: Same site multiple developpers

2001-01-09 Thread Eric di Domenico
-Jan-01 1:24 PM To: [EMAIL PROTECTED] Subject: Re: Same site multiple developpers This will work assuming you have two copies of the files, else the java will reload upon a change anyways and thus effect the sessions. If you are using CVS, then you can both make changes to YOUR copy (again two

Same site multiple developpers

2001-01-08 Thread Eric di Domenico
Hello, We are multiple developpers working on the same project... the problem is that when one developper makes a modification to his servlet the server must be restarted... this causes a bunch of problems We have tried using the reloadble tag but this also causes problems(with sessions and

Re: Same site multiple developpers

2001-01-08 Thread wilsonkb
try loading different servers on different ports in different address spaces... later, -b Hello, We are multiple developpers working on the same project... the problem is that when one developper makes a modification to his servlet the server must be restarted... this causes a bunch of