Hi All, Now I am suffering a problem: I use Apache as the Web Server and Tomcat as the JSP/Servlet Server. Besides, I has a JMXHttpAdaptor as a web server serving for the MBean requests. To make the jmx service available all the time, I want to make Apache forward the request to JMXHttpAdaptor. How can I make it? Can I use the AJP Connector of Tomcat to forward the request from Apache to the JMXHttpAdaptor? Thank you in advance.
-- Yours truly, Frank Liu