mx4j/src/tools/mx4j/tools/remote/http HTTPConnectorServer.java,1.4,1.5
Simone Bordet <[email protected]> Mon, 21 Feb 2005 11:24:57 +0000
| Newsgroups | gmane.comp.java.mx4j.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/mx4j/mx4j/src/tools/mx4j/tools/remote/http
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9470/src/tools/mx4j/tools/remote/http
Modified Files:
HTTPConnectorServer.java
Log Message:
Moved constant to HTTPConnectorServer
Index: HTTPConnectorServer.java
===================================================================
RCS file: /cvsroot/mx4j/mx4j/src/tools/mx4j/tools/remote/http/HTTPConnectorServer.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** HTTPConnectorServer.java 16 Feb 2005 15:28:40 -0000 1.4
--- HTTPConnectorServer.java 21 Feb 2005 11:24:53 -0000 1.5
***************
*** 28,31 ****
--- 28,38 ----
public class HTTPConnectorServer extends AbstractJMXConnectorServer
{
+ /**
+ * MX4J's implementation uses this property to specify a String that points to the configuration
+ * resource used to configure the HTTP server for JSR 160 connectors that use HTTP as transport.
+ * For Jetty, the default HTTP server, this can be a URL or a relative path (in this latter case
+ * the resource must be in classpath).
+ */
+ public static final String WEB_CONTAINER_CONFIGURATION = "jmx.remote.x.http.server.configuration";
public static final String USE_EXTERNAL_WEB_CONTAINER = "jmx.remote.x.http.use.external.web.container";
public static final String EMBEDDED_WEB_CONTAINER_CLASS = "jmx.remote.x.http.embedded.web.container.class";
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click