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]
