You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Aaron Mulder (JIRA)" <de...@geronimo.apache.org> on 2005/08/07 01:16:34 UTC

[jira] Created: (GERONIMO-862) Remove HTTP/HTTPS manager portlets

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


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


[jira] Commented: (GERONIMO-862) Remove HTTP/HTTPS manager portlets

Posted by "Joe Bohn (JIRA)" <de...@geronimo.apache.org>.
    [ 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


[jira] Updated: (GERONIMO-862) Remove HTTP/HTTPS manager portlets

Posted by "Joe Bohn (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-862?page=all ]

Joe Bohn updated GERONIMO-862:
------------------------------

    Attachment: connectors.zip

Adding connectors.zip containing only the new parts. 

> 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, connectors.zip, 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


[jira] Closed: (GERONIMO-862) Remove HTTP/HTTPS manager portlets

Posted by "Vamsavardhana Reddy (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-862?page=all ]

Vamsavardhana Reddy closed GERONIMO-862.
----------------------------------------


> Remove HTTP/HTTPS manager portlets
> ----------------------------------
>
>                 Key: GERONIMO-862
>                 URL: http://issues.apache.org/jira/browse/GERONIMO-862
>             Project: Geronimo
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>          Components: console
>    Affects Versions: 1.0-M5
>            Reporter: Aaron Mulder
>         Assigned To: Aaron Mulder
>             Fix For: 1.0-M5
>
>         Attachments: connectors.patch, connectors.zip, 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

        

[jira] Assigned: (GERONIMO-862) Remove HTTP/HTTPS manager portlets

Posted by "Aaron Mulder (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-862?page=all ]

Aaron Mulder reassigned GERONIMO-862:
-------------------------------------

    Assign To: Aaron Mulder

> 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
>     Assignee: Aaron Mulder
>      Fix For: 1.0-M5
>  Attachments: connectors.patch, connectors.zip, 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


[jira] Updated: (GERONIMO-862) Remove HTTP/HTTPS manager portlets

Posted by "Anonymous (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-862?page=all ]

 updated GERONIMO-862:
----------------------

    Attachment: connectors.patch

> 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


[jira] Updated: (GERONIMO-862) Remove HTTP/HTTPS manager portlets

Posted by "Joe Bohn (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-862?page=all ]

Joe Bohn updated GERONIMO-862:
------------------------------

    Attachment: webserver.zip

Zip file with the modified modules .... I'm sure you will easily discover if I'm missed some.

> 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: 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


[jira] Commented: (GERONIMO-862) Remove HTTP/HTTPS manager portlets

Posted by "Joe Bohn (JIRA)" <de...@geronimo.apache.org>.
    [ http://issues.apache.org/jira/browse/GERONIMO-862?page=comments#action_12318093 ] 

Joe Bohn commented on GERONIMO-862:
-----------------------------------

Aaron ... I'm having a lot of difficulty creating the patch with what I had modified.  I wasn't sure what to do with the files and directories that I deleted/renamed (from an SVN perspective).   I discovered that after I deleted them I could not create the patch (because SVN was looking for some of those files).   I then restored some of the files from another copy I had but of course, that didn't match with the .svn history so I still couldn't build the patch.   I'll will attach the files that I changed (hopefully I will remember all of them) and list here the files and directories that I deleted:   Are there any tricks I can do with SVN to force the creation of a file that lists the changes and continues even when there are missing .svn files?

Deleted were:
- 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

Created/renamed/modified were:
- applications\console-standard\src\java\org\apache\geronimo\console\webmanager\ConnectorPortlet.java  (was AJP13*)
- applications\console-standard\src\webapp\WEB-INF\view\webmanager\connector (renamed directory ... was ajp13)
- applications\console-standard\src\webapp\WEB-INF\view\webmanager\connector\normal.jsp
- applications\console-standard\src\webapp\WEB-INF\view\webmanager\connector\help.jsp
- applications\console-standard\src\webapp\WEB-INF\portlet.xml
- applications\console-standard\src\webapp\WEB-INF\web.xml
- applications\console-framework\src\webapp\WEB-INF\data\portletentityregistry.xml
- applications\console-framework\src\webapp\WEB-INF\data\pageregistry.xml

... I'm getting tired but I think (hope)  that's it.  I will try to zip these up and attach them to this JIRA.



> 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

>
> 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


[jira] Resolved: (GERONIMO-862) Remove HTTP/HTTPS manager portlets

Posted by "Aaron Mulder (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-862?page=all ]
     
Aaron Mulder resolved GERONIMO-862:
-----------------------------------

    Resolution: Fixed

Rev 232431

> 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
>     Assignee: Aaron Mulder
>      Fix For: 1.0-M5
>  Attachments: connectors.patch, connectors.zip, 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