[ http://issues.apache.org/jira/browse/GERONIMO-862?page=comments#action_12318203 ]
Joe Bohn commented on GERONIMO-862: ----------------------------------- I was able to get a new version of the source, reapply all of my changes (by copying files rather than renaming them) and not removing any files. I also made some minor changes in the view itself. The attached connectors.patch file should take care of all modified files. In addition to this, there are some additions (which I will add shortly in another zip) and some files that can be removed. When the fix is integrated for the objectName and StateName on a stopped GBean then the hard coded values for these fields can be removed (these were just added to keep the portlet from failing). These files can be removed: - applications\console-standard\src\webapp\WEB-INF\view\webmanager\ajp13 (entire directory) - applications\console-standard\src\webapp\WEB-INF\view\webmanager\http (entire directory) - applications\console-standard\src\webapp\WEB-INF\view\webmanager\https (entire directory) - applications\console-standard\src\java\org\apache\geronimo\console\webmanager\HttpConnectorBean.java - applications\console-standard\src\java\org\apache\geronimo\console\webmanager\HttpConnectorPortlet.java - applications\console-standard\src\java\org\apache\geronimo\console\webmanager\HttpsConnectorBean.java - applications\console-standard\src\java\org\apache\geronimo\console\webmanager\HttpsConnectorPortlet.java - applications\console-standard\src\java\org\apache\geronimo\console\webmanager\AJP13ConnectorPortlet.java > Remove HTTP/HTTPS manager portlets > ---------------------------------- > > Key: GERONIMO-862 > URL: http://issues.apache.org/jira/browse/GERONIMO-862 > Project: Geronimo > Type: Improvement > Components: console > Versions: 1.0-M5 > Reporter: Aaron Mulder > Fix For: 1.0-M5 > Attachments: connectors.patch, webserver.zip > > The AJP portlet has been converted to a generic "web connector" manager > portlet. It now handles all the connector types. The HTTP and HTTPS > portlets should be removed in favor of the new AJP one. > There are a couple things that ought to be done first or at the same time: > - The AJP one ought to be renamed to something more generic. > - A copy of the editHTTP JSP should be created for HTTPS, with additional > connector settings per what's in the SecureConnector interface. AJP doesn't > need any special treatment (it can reuse the HTTP JSP for now). > - The look and feel of the old HTTP connector list screen is nicer than the > new unified connector list screen, so it should be migrated to the new > portlet before the HTTP one is removed -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
