DO NOT REPLY [Bug 46031] New: missing description for ping_mode=A?
https://issues.apache.org/bugzilla/show_bug.cgi?id=46031 Summary: missing description for ping_mode=A? Product: Tomcat Connectors Version: unspecified Platform: PC OS/Version: Windows XP Status: NEW Severity: normal Priority: P2 Component: Documentation AssignedTo: dev@tomcat.apache.org ReportedBy: [EMAIL PROTECTED] Created an attachment (id=22750) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=22750) patch for workers.xml At rev.701498, ping_mode "A" was added. However, it is not explained in workers.xml. Index: mod_jk-head/xdocs/reference/workers.xml === --- mod_jk-head/xdocs/reference/workers.xml (revision 705419) +++ mod_jk-head/xdocs/reference/workers.xml (working copy) @@ -307,6 +307,8 @@ value of ping_timeout * 10 will be used as connection_ping_interval value. +A If set all of the mode above will be used. + This feature has been added in jk 1.2.27. 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
svn commit: r705499 - /tomcat/connectors/trunk/jk/xdocs/reference/workers.xml
Author: rjung Date: Fri Oct 17 00:45:43 2008 New Revision: 705499 URL: http://svn.apache.org/viewvc?rev=705499&view=rev Log: BZ 46031: Complete documentation for pind_mode (value 'A' for 'all modes'). Modified: tomcat/connectors/trunk/jk/xdocs/reference/workers.xml Modified: tomcat/connectors/trunk/jk/xdocs/reference/workers.xml URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/xdocs/reference/workers.xml?rev=705499&r1=705498&r2=705499&view=diff == --- tomcat/connectors/trunk/jk/xdocs/reference/workers.xml (original) +++ tomcat/connectors/trunk/jk/xdocs/reference/workers.xml Fri Oct 17 00:45:43 2008 @@ -307,6 +307,8 @@ value of ping_timeout * 10 will be used as connection_ping_interval value. +A If set all of the mode above will be used. + This feature has been added in jk 1.2.27. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
DO NOT REPLY [Bug 46031] missing description for ping_mode=A?
https://issues.apache.org/bugzilla/show_bug.cgi?id=46031 Rainer Jung <[EMAIL PROTECTED]> changed: What|Removed |Added Status|NEW |RESOLVED OS/Version|Windows XP |All Resolution||FIXED --- Comment #1 from Rainer Jung <[EMAIL PROTECTED]> 2008-10-17 00:46:46 PST --- Thanks for carefully checking. Fixed in r705499. -- 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
DO NOT REPLY [Bug 46032] New: wrong keystore loaded if .war file is re-used
https://issues.apache.org/bugzilla/show_bug.cgi?id=46032 Summary: wrong keystore loaded if .war file is re-used Product: Tomcat 6 Version: unspecified Platform: PC OS/Version: Windows XP Status: NEW Severity: normal Priority: P2 Component: Catalina AssignedTo: dev@tomcat.apache.org ReportedBy: [EMAIL PROTECTED] my server.xml looked as follows ... even in HTTPS3 keystore2 was used when I changed the last docbase to "../myWars/2identicalCopy.war", then the correct keystore3 was used Version: 5.5.20-2etch2 -- 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
DO NOT REPLY [Bug 46035] New: Grammar / Spelling in monitoring.html
https://issues.apache.org/bugzilla/show_bug.cgi?id=46035 Summary: Grammar / Spelling in monitoring.html Product: Tomcat 6 Version: 6.0.18 Platform: PC URL: http://tomcat.apache.org/tomcat-6.0-doc/monitoring.html OS/Version: Windows XP Status: NEW Severity: normal Priority: P2 Component: Documentation AssignedTo: dev@tomcat.apache.org ReportedBy: [EMAIL PROTECTED] Quite a few spelling / grammar mistakes in this passage. >>Warning: A lot of tomcat mbeans can't be really create and connect with the parent. The valve, cluster or realm Mbeans are not autconnect with there parent. Use MBeanFacrory create operation instead. Here is my recommended fix Warning: A lot of tomcat mbeans can't be created and connected with their parent. The valve, cluster or realm Mbeans are not autconnected with there parent. Use the MBeanFactory create operation instead. -- 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
DO NOT REPLY [Bug 46035] Grammar / Spelling in monitoring.html
https://issues.apache.org/bugzilla/show_bug.cgi?id=46035 --- Comment #1 from Sebb <[EMAIL PROTECTED]> 2008-10-17 09:58:52 PST --- s/there parent/their parent/ That page also uses mbean, Mbean and MBean; usage should be standardised. Ditto for tomcat/Tomcat. I suggest MBean and Tomcat. -- 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
svn commit: r705688 - /tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c
Author: rjung Date: Fri Oct 17 10:55:10 2008 New Revision: 705688 URL: http://svn.apache.org/viewvc?rev=705688&view=rev Log: Make extensions work for httpd 1.3. We added code behind the init log message but didn't remove the early return. Modified: tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c Modified: tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c?rev=705688&r1=705687&r2=705688&view=diff == --- tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c (original) +++ tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c Fri Oct 17 10:55:10 2008 @@ -2728,7 +2728,6 @@ jk_log(conf->log, JK_LOG_INFO, "%s initialized", JK_EXPOSED_VERSION); -return; } else { jk_error_exit(APLOG_MARK, APLOG_EMERG | APLOG_NOERRNO, s, p, - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]