[jboss-jira] [JBoss JIRA] Assigned: (JBAS-3744) UseJK is not displayed correctly in jmx-console (for case 11730).

Dimitris Andreadis (JIRA) jira-events at jboss.com
Fri Oct 6 05:49:41 EDT 2006


     [ http://jira.jboss.com/jira/browse/JBAS-3744?page=all ]

Dimitris Andreadis reassigned JBAS-3744:
----------------------------------------

    Assignee: Dimitris Andreadis  (was: Remy Maucherat)

> UseJK is not displayed correctly in jmx-console (for case 11730).
> -----------------------------------------------------------------
>
>                 Key: JBAS-3744
>                 URL: http://jira.jboss.com/jira/browse/JBAS-3744
>             Project: JBoss Application Server
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: Web (Tomcat) service
>    Affects Versions: JBossAS-4.0.4.GA
>         Environment: When setting UseJK to true in conf it is always displayed as false in jmx-console.
>            Reporter: Jean-Frederic Clere
>         Assigned To: Dimitris Andreadis
>         Attachments: patch.txt
>
>
> Tomcat5.java needs the following patch:
> Index: tomcat/src/main/org/jboss/web/tomcat/tc5/Tomcat5.java
> ===================================================================
> --- tomcat/src/main/org/jboss/web/tomcat/tc5/Tomcat5.java       (revision 57281)+++ tomcat/src/main/org/jboss/web/tomcat/tc5/Tomcat5.java       (working copy)
> @@ -302,6 +302,10 @@
>        return useJK;
>     }
> +    public boolean getUseJK() {
> +      return useJK;
> +   }
> +
>     public void setUseJK(boolean useJK)
>     {
>        this.useJK = useJK;

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list