https://issues.apache.org/bugzilla/show_bug.cgi?id=51423
Bug #: 51423 Summary: [Patch] to add a path and a version parameters to the list command Product: Tomcat 7 Version: trunk Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: Manager AssignedTo: dev@tomcat.apache.org ReportedBy: mashm...@gmail.com Classification: Unclassified Created attachment 27196 --> https://issues.apache.org/bugzilla/attachment.cgi?id=27196 patch for the Manager application ManagerServlet and HTMLManagerServlet can only list all deployed applications. ("list" ant task too.) So I made the patch that makes it possible to specify a context path and the version of this context as parameter. If you specify the parameters as follows, the Manager application only displays one context information. <<HTMLManagerServlet>> http://localhost:8080/manager/html/list?path=/ http://localhost:8080/manager/html/list?path=/someapp&version=01 <<ManagerServlet>> http://localhost:8080/manager/html?path=/someapp&version=01 And this feature was added to the "list" ant task too by this patch. Regards. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org