On 18/02/2010 08:05, banto wrote: > > Hi all, > > i´m trying to figure out where are the configurations for the tomcat manager > webapp. I mean how if i would want to change the path of the manager, write > my own one, disable it and so on....i´m just trying to understand if (apart > the access configurations) all the the confs are indeed hardcoded in > tomcat...
All the available configuration is in the application's web.xml and context.xml files. Path is determined by the directory name. It should be possible to just rename it. If it isn't, that would be a bug. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org