Well, you're still going to need to stop/start Tomcat to pick up new changes to the included files. Wouldn't it be better to just give each one of them their own Tomcat instance? That way, Developer A's requirement that Tomcat be bounced to pick up his changes doesn't effect Developer B.
John > -----Original Message----- > From: Steve Bucknam [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, February 11, 2003 4:15 PM > To: Tomcat Users List > Subject: RE: server-*.xml > > > I have one Tomcat server for many developers. Each developer needs > there own host web app. Each webapp has it's own name. I > could use the > default mechanism of http://localhost:8080/<war-file-name>/, > but then I > can't allow each developer to specify a custom realm unless > they are all > editing the same server.xml file. I don't want to do this. I'd much > rather have developers create their own server-*.xml file. > > Thanks, > > Steve > > -----Original Message----- > From: Shapira, Yoav [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, February 11, 2003 4:07 PM > To: Tomcat Users List > Subject: RE: server-*.xml > > > Hi, > > >I want to create multiple contexts for a single server using > the same > >port on Tomcat 4.1.18. > > OK. > > >I need to accomplish this through multiple > >config (server.xml) files. > > Why? > > Yoav Shapira > Millennium ChemInformatics > > --------------------------------------------------------------------- > 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]
