On Monday 10 November 2003 6:26 pm, Tim Funk wrote: > Few options ... > 1) Place each group in its own virtual host. Then register a manager app > per virtual host.
Hi, I'm looking at this again. The manager is a servlet container application (as I gather it's called) and is in server/webapps/manager, rather than an application under webapps. How can this be associated with a particular virtual host? I've created two virtual hosts with their own appBases, and put different applications in them. I copied the webapp/ROOT contents into the appBase of each virtual host so that I'd have an opening page. That part is working. When I hit the manager/html on a virtual host, the resource is not available. What is the connection between webapps/ROOT, webapps/manager.xml, manager/html and server/webapps/manager? Thanks for your help! > 2) Write a filter and add that to the manager web.xml to perform the extra > acl needs > 3) Write a perl(or pick your fav lang) wrapper that does all the ACL work > then it calls the manager app URLS for you. > > -Tim > > Leonard Sitongia wrote: > > Hi! > > > > I'm looking for ideas, conventions, or standard approaches to giving > > people control over Tomcat Manager operations that are specific to > > particular applications. This could involve virtual hosts, realms, and > > such, but I want to avoid setting up multiple servers, JVMs and such. > > > > I would like to set up a Tomcat server running multiple applications that > > are being developed by particular groups. I want to identify someone > > responsible for each application and give them the authority to perform > > Manager functions for their application, such as start/stop/reload. > > > > Tomcat has a rich set of ways of approaching this, but I haven't gotten a > > vision of how to do this. > > > > Should I provide my own web pages that require authentication and provide > > Manager URLs that are specific to the application? Should I put the > > applications in individual virtual hosts and provide a Manager for each > > one, that has its own Manager authentication unique to that virtual host? > > Are there better ways of doing this? > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] -- ==Leonard E. Sitongia Visualization and Enabling Technologies / Scientific Computing Division National Center for Atmospheric Research P.O. Box 3000 Boulder CO 80307 USA [EMAIL PROTECTED] voice: (303)497-2454 fax: (303)497-1239 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
