RE: Configuring mod_jk2/jk2 Via The JMX Console

2004-05-26 Thread Wilson Jimmy - jiwils
the Remote JMX jk2 config is possible with this jk2.properties file configuration snipped With this configuration all JK2 Beans are reflect to the JMX MBeans (Domain apache). Access the MBeans with http://localhost:9000. (Ignore the xsl mx4j error at console) Tomcat is definitely doing

Re: Configuring mod_jk2/jk2 Via The JMX Console

2004-05-26 Thread Peter Rossbach
Hello Jimmy, I have more then one Tomcat controlled with HTTP JMX Adaptor on my system. Sorry, for the Typo. You must changed the mx.httpPort=9000 . This is the default MX4J HTTP Adpator Port. You have made a copy from mx4j.tools.jar to $catalina.hom/bin and changed your setclasspath Skript ?

RE: Configuring mod_jk2/jk2 Via The JMX Console

2004-05-26 Thread Wilson Jimmy - jiwils
You have made a copy from mx4j.tools.jar to $catalina.hom/bin and changed your setclasspath Skript ? Please, send your log file output for more analyze steps. While I was waiting on your response, I found out more information. My catalina.out file contains information that indicates that the

RE: Configuring mod_jk2/jk2 Via The JMX Console

2004-05-25 Thread Wilson Jimmy - jiwils
Furthermore, what are the interfaces of the JMX bean proxies that are mentioned? Are they standard, dynamic/model, or open mbeans? Is there a good page out there that details what the interfaces of the mentioned MBean proxies look like? Does anyone configure mod_jk2/jk2 in this manner? If

Re: Configuring mod_jk2/jk2 Via The JMX Console

2004-05-25 Thread Peter Rossbach
Hello Jimmy, the Remote JMX jk2 config is possible with this jk2.properties file === conf/jk2.properties handler.list=modjk,mx # Überschreibt den StandardPort des Channel-Sockets channelSocket.port=8009 # Apache Status modjk.webServerHost=localhost modjk.webServerPort=80 modjk.statusPath=/jkstatus

Configuring mod_jk2/jk2 Via The JMX Console

2004-05-24 Thread Wilson Jimmy - jiwils
The mod_jk2/jk2 web page indicates that a JMX console can be utilized for runtime configuration changes: On tomcat side, you must enable the JMX proxy. This is done by setting modjk.webServerHost and modjk.webServerPort in jk2.properties to point to the web server port that contains /jkstatus. (

Re: Configuring mod_jk2

2002-12-16 Thread Joseph Shraibman
But that doesn't say how to set the workers file Patrick GIRY wrote: You can found any information on the jk2.properties on the http://localhost:8080/tomcat-docs/jk2/jk2/configtc.html when you have installed your tomcat. --- [EMAIL PROTECTED] a écrit : Where is the jk2.properties file

Re: Configuring mod_jk2

2002-12-13 Thread Bill Barker
Noel J. Bergman [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... ApacheConfig is for use with mod_jk 1.x. It doesn't work with jk2. With jk2, you only need the 'LoadModule' statement in httpd.conf. The rest of the configuration is handled by the

Re: Configuring mod_jk2

2002-12-13 Thread Patrick GIRY
You can found any information on the jk2.properties on the http://localhost:8080/tomcat-docs/jk2/jk2/configtc.html when you have installed your tomcat. --- [EMAIL PROTECTED] a écrit : Where is the jk2.properties file documented? On Thu, 12 Dec 2002, Bill Barker wrote: ApacheConfig is

Re: Configuring mod_jk2

2002-12-13 Thread jks
Where is the jk2.properties file documented? On Thu, 12 Dec 2002, Bill Barker wrote: ApacheConfig is for use with mod_jk 1.x. It doesn't work with jk2. With jk2, you only need the 'LoadModule' statement in httpd.conf. The rest of the configuration is handled by the 'jk2.properties' file.

Re: Configuring mod_jk2

2002-12-12 Thread Jacob Kjome
Hello Joseph, Yeah, that is a problem. That line should be output as a relative path, but I've never been able to figure out how to set up the aut-generation in the Listener to do that for me without messing other stuff up. What I do is auto-generate once, make a copy and modify that line to be

Re: Configuring mod_jk2

2002-12-12 Thread Bill Barker
ApacheConfig is for use with mod_jk 1.x. It doesn't work with jk2. With jk2, you only need the 'LoadModule' statement in httpd.conf. The rest of the configuration is handled by the 'jk2.properties' file. Joseph Shraibman [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL

RE: Configuring mod_jk2

2002-12-12 Thread Noel J. Bergman
ApacheConfig is for use with mod_jk 1.x. It doesn't work with jk2. With jk2, you only need the 'LoadModule' statement in httpd.conf. The rest of the configuration is handled by the 'jk2.properties' file. My understanding, although I suppose I should look at the CVS for the current

Configuring mod_jk2

2002-12-12 Thread Joseph Shraibman
I have in my server.xml: Listener className=org.apache.ajp.tomcat4.config.ApacheConfig modJk=/usr/local/apache2/modules/mod_jk2.so / ... which generated: ## Auto generated on Thu Dec 12 16:58:06 EST 2002## IfModule !mod_jk.c LoadModule jk_module

Re: Configuring mod_jk2

2002-12-12 Thread Joseph Shraibman
Jacob Kjome wrote: Hello Joseph, Yeah, that is a problem. That line should be output as a relative path, but I've never been able to figure out how to set up the aut-generation in the Listener to do that for me without messing other stuff up. What I do is auto-generate once, make a copy and