Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change 
notification.

The "Tomcat/Jk2RemoteJmx" page has been changed by KonstantinKolinko.
The comment on this change is: Removed all content of the page. The jk2 
connector is obsolete and should not be used. If anyone is interested, they can 
see the old version of the page in the history..
http://wiki.apache.org/tomcat/Tomcat/Jk2RemoteJmx?action=diff&rev1=2&rev2=3

--------------------------------------------------

+ This page is obsolete. All content was removed. See the 
[[http://tomcat.apache.org/connectors-doc/|Connectors documentation]] on the 
Tomcat site.
- The jk2 connector has a status page and some experimental support for remote 
JMX. 
- That means the internal components in the C code are visible in the JMX 
console,
- and you can also perform some limited control.
  
- To experiment:
+ ----
+ CategoryObsolete
  
-  *  insert in jk2.properties:
- {{{  modjk.webServerPort=APACHE_PORT }}}
-  *  make sure /jkstatus is enabled
- 
- The code is generic and is beeing merged with commons-modeler, which will 
provide
- typed attributes - right now everything is treated as a string, descriptions 
and
- more. 
- 
- If you play with the setters - it is very important to make sure that 
workers2.properties
- is writtable by the apache user. To deal with the multi-process servers we 
need to save the
- file so all processes are synchronized. Also keep in mind that all changes 
made via
- JMX on mod_jk are persisted automatically ( unlike the changes in /admin, 
which need an
- explicit save ). 
- 
- 

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to