Hi, >Hi, I would like to be able to limit the access in Tomcat manager. I >would like to be able to setup a user account that is able to start, >stop and remove the examples application, but only the example >application. The problem is that when I give a user the role manager >they have access to shutdown and start all the other application. How >would I set it up so that they can only use the commands for the app >they are responsible for?
Here's one idea. The Manager webapp is designed to manage all apps in one Host, for better or worse. So if you want to have it manage only one app, put that app AND the Manager webapp (or a copy of it) in that Host. That means defining multiple Hosts in server.xml, each with its own appBase, and moving your webapps around as needed. It's not a big deal, doesn't require any coding. Yoav This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and/or privileged. This e-mail is intended only for the individual(s) to whom it is addressed, and may not be saved, copied, printed, disclosed or used by anyone else. If you are not the(an) intended recipient, please immediately delete this e-mail from your computer system and notify the sender. Thank you. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
