[
http://jira.jboss.com/jira/browse/JBAS-3744?page=all ]
Jean-Frederic Clere updated JBAS-3744:
--------------------------------------
Attachment: patch.txt
The patch file to apply to the 4.0.x branch
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: Remy Maucherat
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