Author: chirino
Date: Mon Sep 25 12:52:28 2006
New Revision: 449794
URL: http://svn.apache.org/viewvc?view=rev&rev=449794
Log:
Latest export from confluence
Added:
incubator/servicemix/site/main/users-space.html
Modified:
incubator/servicemix/site/main/jmx-console.data/jmxconsole.jpg
incubator/servicemix/site/main/jmx-console.html
incubator/servicemix/site/main/management.html
Modified: incubator/servicemix/site/main/jmx-console.data/jmxconsole.jpg
URL:
http://svn.apache.org/viewvc/incubator/servicemix/site/main/jmx-console.data/jmxconsole.jpg?view=diff&rev=449794&r1=449793&r2=449794
==============================================================================
Binary files - no diff available.
Modified: incubator/servicemix/site/main/jmx-console.html
URL:
http://svn.apache.org/viewvc/incubator/servicemix/site/main/jmx-console.html?view=diff&rev=449794&r1=449793&r2=449794
==============================================================================
--- incubator/servicemix/site/main/jmx-console.html (original)
+++ incubator/servicemix/site/main/jmx-console.html Mon Sep 25 12:52:28 2006
@@ -112,46 +112,50 @@
<!--
<div class="pagetitle">JMX Console</div>
-->
- <DIV class="wiki-content">
-<H1><A name="JMXConsole-UsingaJMXConsolewithServiceMix"></A>Using a JMX
Console with ServiceMix</H1>
-
-<P>This document explains how to connect a JMX Console to ServiceMix. The
following three open source JMX Consoles will be discussed: </P>
+ <DIV class="wiki-content"><H1><A
name="JMXConsole-UsingaJMXConsolewithServiceMix"></A>Using a JMX Console with
ServiceMix</H1>
+<P>This document explains how to connect a JMX Console to ServiceMix. The
following three open source JMX Consoles will be discussed:</P>
<UL>
<LI><A href="#JMXConsole-UsingJConsole" title="Using JConsole on JMX
Console">JConsole</A></LI>
<LI><A href="#JMXConsole-UsingMC4J" title="Using MC4J on JMX
Console">MC4J</A></LI>
- <LI><A href="#JMXConsole-ServiceMixJMXConsole" title="ServiceMix JMX
Console on JMX Console">ServiceMix JMX Console</A></LI>
-</UL>
-
-
+ <LI><A href="#JMXConsole-ServiceMixJMXConsole" title="ServiceMix JMX
Console on JMX Console">ServiceMix JMX Console</A>
<TABLE cellpadding="5" width="85%" cellspacing="8px" class="warningMacro"
border="0" align="center"><COLGROUP><COL width="24"><COL></COLGROUP><TR><TD
valign="top"><IMG
src="http://goopen.org/confluence/images/icons/emoticons/forbidden.gif"
width="16" height="16" align="absmiddle" alt="" border="0"></TD><TD><B
class="strong">JMX Connector URI has changed for version 3.x!</B><BR>
<P>ServiceMix will now use the jndiPath = jmxrmi<BR>
e.g. service:jmx:rmi:///jndi/rmi://localhost:1099/jmxrmi</P></TD></TR></TABLE>
-
<P>The ServiceMix JBIContainer exposes internal services and Components
through JMX. The JBIContainer can be passed as a JMXBeanServer or, it can be
configured to create one if one doesn't exist (see <A
href="configuration.html" title="Configuration">Configuration</A>). If the
JBIContainer creates its own MBeanServer instance, it also creates an RMI
JMXConnector - to allow remote connections. The <A href="ant-tasks.html"
title="Ant Tasks">Ant Tasks</A> use the following:</P>
-
<DIV class="code"><DIV class="codeHeader"><B>Creating remote JMX Connector to
the JBIContainer</B></DIV><DIV class="codeContent">
<PRE class="code-java"><SPAN class="code-object">String</SPAN> jndiPath =
<SPAN class="code-quote">"jmxrmi"</SPAN>;
JMXServiceURL url = <SPAN class="code-keyword">new</SPAN> JMXServiceURL (<SPAN
class="code-quote">"service:jmx:rmi:<SPAN
class="code-comment">///jndi/rmi://<namingHost>:<namingPort>/"</SPAN>
+ jndiPath) ;
</SPAN>JMXConnector connector = JMXConnectorFactory.connect(url);</PRE>
</DIV></DIV>
<P><BR clear="all">
-The following configuration variables are required for the next sections. </P>
+The following configuration variables are required for the next
sections.</P></LI>
+</UL>
+
<P><B>NOTE:</B> The values shown are the default settings for ServiceMix
version 3.x <A name="JMXConsole-settings"></A></P>
<TABLE cellpadding="5" width="85%" cellspacing="8px" class="tipMacro"
border="0" align="center"><COLGROUP><COL width="24"><COL></COLGROUP><TR><TD
valign="top"><IMG
src="http://goopen.org/confluence/images/icons/emoticons/check.gif" width="16"
height="16" align="absmiddle" alt="" border="0"></TD><TD><B
class="strong">Default Settings</B><BR>
<P>The <EM>default</EM> namingPort is <B>1099</B><BR>
The <EM>default</EM> container name is <B>jmxrmi</B><BR>
The JMX Service URL is:
service:jmx:rmi:///jndi/rmi://localhost:1099/jmxrmi</P></TD></TR></TABLE>
-
<P><B>NOTE:</B> The values shown are the default settings for ServiceMix
version 2.x <A name="JMXConsole-settings"></A></P>
<TABLE cellpadding="5" width="85%" cellspacing="8px" class="tipMacro"
border="0" align="center"><COLGROUP><COL width="24"><COL></COLGROUP><TR><TD
valign="top"><IMG
src="http://goopen.org/confluence/images/icons/emoticons/check.gif" width="16"
height="16" align="absmiddle" alt="" border="0"></TD><TD><B
class="strong">Default Settings</B><BR>
<P>The <EM>default</EM> namingPort is <B>1099</B><BR>
The <EM>default</EM> container name is <B>defaultJBI</B><BR>
The JMX Service URL is:
service:jmx:rmi:///jndi/rmi://localhost:1099/defaultJBIJMX</P></TD></TR></TABLE>
+<H3><A name="JMXConsole-Troubleshooting"></A>Troubleshooting</H3>
+
+<P>In case you cannot connect to the address printed in the ServiceMix console
output and find in the JConsole console output some error like</P>
+<DIV class="preformatted"><DIV class="preformattedContent">
+<PRE>org.apache.servicemix.jbi.jmx.JaasAuthenticator.authenticate(JaasAuthenticator.java:73)
+</PRE>
+</DIV></DIV>
+<P>you may need to deactivate credentials or use smx / smx (default values for
suer and password) to log in. The configuration is in the /conf/jmx.xml, and
the default one delegates to JAAS, which is configured in
conf/login.properties. The first module uses the two properties file at
/conf/groups.properties and conf/users-passwords.properties</P>
+
<H2><A name="JMXConsole-UsingJConsole"></A>Using JConsole</H2>
+
<P>The Java-2 Platform, Standard Edition (J2SE) 5.0 release includes a JMX
monitoring tool, JConsole. JConsole monitors applications running on the Java
platform and provides information on their performance and resource
consumption. Please see <SPAN class="nobr"><A
href="http://java.sun.com/developer/technicalArticles/J2SE/jconsole.html"
title="Visit page outside Confluence" rel="nofollow">Sun's<SUP><IMG
class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif"
height="0" width="0" align="absmiddle" alt="" border="0"></SUP></A></SPAN>
documentation for more information on using this tool. Please see the following
sections for instructions on configuring and using JConsole with ServiceMix.</P>
<P><B>NOTE:</B> This tool is available with the Java 5 release only.</P>
@@ -159,7 +163,6 @@
<H4><A name="JMXConsole-HowtoConnectJConsoletoMonitorServiceMix"></A>How to
Connect JConsole to Monitor ServiceMix</H4>
<P>This section explains how to configure JConsole to monitor ServiceMix. The
ServiceMix port number, the ServiceMix container id, and the JMX Service URL
will be required. This information was specified in the previous section, in
the <A href="#JMXConsole-settings" title="settings on JMX Console">Default
Settings</A> box.</P>
-
<OL>
<LI>ServiceMix should be running first. Please see the <SPAN
class="nobr"><A href="http://www.servicemix.org/Getting%20Started" title="Visit
page outside Confluence" rel="nofollow">Getting Started<SUP><IMG
class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif"
height="0" width="0" align="absmiddle" alt="" border="0"></SUP></A></SPAN>
guide for instructions on running ServiceMix.</LI>
<LI>Start JConsole from a command shell. The JConsole executable can be
found in the <TT>bin</TT> directory of the J2SE installation directory.
@@ -172,19 +175,16 @@
<BR clear="all"></P></LI>
<LI>Click on the "Advanced" tab. The following URL must be
entered in the "JMX URL" box:
service:jmx:rmi:///jndi/rmi://hostname:port/app_to_monitor. Where the
<TT>hostname</TT> is name of the host on which the application to be monitored
is running, the <TT>port</TT> is the port number to connect to the application,
and the <TT>app_to_monitor</TT> is the JMX enabled application to monitor. For
example, if none of the defaults for ServiceMix have been modified and
ServiceMix is running on <TT>localhost</TT>, enter the following:
<TT>service:jmx:rmi:///jndi/rmi://localhost:1099/defaultJBIJMX</TT>.
<BR clear="all">
-<BR clear="all">
-<IMG src="jmx-console.data/jconsoleagentscr.jpg" align="absmiddle" border="0">
-<BR clear="all">
+<BR clear="all"> <IMG src="jmx-console.data/jconsoleagentscr.jpg"
align="absmiddle" border="0"><BR clear="all">
<BR clear="all"></LI>
<LI>Click the <B>Connect</B> box to connect to the ServiceMix
container. <TT>org.servicemix</TT> will be visible in the console. Click on
<TT>org.servicemix</TT> to see its MBeans.
<BR clear="all">
-<BR clear="all">
-<IMG src="jmx-console.data/jconsoleconnection.jpg" align="absmiddle"
border="0">
-<BR clear="all"></LI>
+<BR clear="all"> <IMG src="jmx-console.data/jconsoleconnection.jpg"
align="absmiddle" border="0"><BR clear="all"></LI>
</OL>
<H4><A name="JMXConsole-TestingJConsolewithServiceMix"></A>Testing JConsole
with ServiceMix</H4>
+
<OL>
<LI>To see JConsole in action, start one of the ServiceMix examples
running, for instance, the <SPAN class="nobr"><A
href="http://www.servicemix.org/Basic" title="Visit page outside Confluence"
rel="nofollow"><EM>Basic</EM><SUP><IMG class="rendericon"
src="http://goopen.org/confluence/images/icons/linkext7.gif" height="0"
width="0" align="absmiddle" alt="" border="0"></SUP></A></SPAN> Example:
<BR clear="all">
@@ -196,46 +196,40 @@
<LI>Run JConsole (see the previous section) and click on
<TT>org.servicemix</TT>.</LI>
<LI>Click on <TT>org.servicemix.jbi.framework.ComponentMBeanImpl</TT>.
The components of the <EM>Basic</EM> example will be shown. Clicking on any of
them will show the monitoring information available.
<BR clear="all">
-<BR clear="all">
-<IMG src="jmx-console.data/jconsolembeans.jpg" align="absmiddle" border="0">
-<BR clear="all"></LI>
+<BR clear="all"> <IMG src="jmx-console.data/jconsolembeans.jpg"
align="absmiddle" border="0"><BR clear="all"></LI>
</OL>
-
<H2><A name="JMXConsole-UsingMC4J"></A>Using MC4J</H2>
+
<P><SPAN class="nobr"><A href="http://mc4j.org/confluence/display/MC4J/Home"
title="Visit page outside Confluence" rel="nofollow">MC4J<SUP><IMG
class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif"
height="0" width="0" align="absmiddle" alt="" border="0"></SUP></A></SPAN> is a
JMX Console. It can connect to J2EE servers, MBeans, and other applications to
monitor them.</P>
<H4><A name="JMXConsole-HowtoConnectMC4JtoMonitorServiceMix"></A>How to
Connect MC4J to Monitor ServiceMix</H4>
<P>This section explains how to configure MC4J to monitor ServiceMix. The
ServiceMix port number, the ServiceMix container id, and the JMX Service URL
will be required. This information was specified in a previous section in the
<A href="#JMXConsole-settings" title="settings on JMX Console">Default
Settings</A> box. The server connection type will also be required - it is
<B>JSR160</B>.</P>
-
<OL>
<LI>ServiceMix should be running first. Please see the <SPAN
class="nobr"><A href="http://www.servicemix.org/Getting%20Started" title="Visit
page outside Confluence" rel="nofollow">Getting Started<SUP><IMG
class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif"
height="0" width="0" align="absmiddle" alt="" border="0"></SUP></A></SPAN>
guide for instructions on running ServiceMix.</LI>
<LI>Click on the MC4J executable <TT>MC4J Console 1.2b9.exe</TT> (for
Windows) to start MC4J. The executable can be found in the top-level directory
of the MC4J installation. The MC4J window will appear.</LI>
<LI>Select "Management>Create Server Connection..." from
the menu. This will start "My Wizard". The connection to ServiceMix
can be created using the wizard.
<BR clear="all">
-<BR clear="all">
-<IMG src="jmx-console.data/mc4jwizard.jpg" align="absmiddle" border="0">
-<BR clear="all">
+<BR clear="all"> <IMG src="jmx-console.data/mc4jwizard.jpg" align="absmiddle"
border="0"><BR clear="all">
<BR clear="all"></LI>
<LI>Enter the following into the text boxes/pull-down menus:<BR>
- <B>Select your server connection type:</B> JSR160<BR>
- <B>Name:</B> This can any name, for example, ServiceMix<BR>
- <B>Server URL:</B>
service:jmx:rmi:///jndi/rmi://localhost:1099/defaultJBIJMX<BR>
-The Server URL is
<TT>service:jmx:rmi:///jndi/rmi://hostname:port/app_to_monitor</TT>. Where the
<TT>hostname</TT> is name of the host on which the application to be monitored
is running, the <TT>port</TT> is the port number to connect to the application,
and the <TT>app_to_monitor</TT> is the JMX-enabled application to monitor. For
example, if none of the defaults for ServiceMix have been modified and
ServiceMix is running on <TT>localhost</TT>, enter the following:
<TT>service:jmx:rmi:///jndi/rmi://localhost:1099/defaultJBIJMX</TT>. </LI>
+<B>Select your server connection type:</B> JSR160<BR>
+<B>Name:</B> This can any name, for example, ServiceMix<BR>
+<B>Server URL:</B>
service:jmx:rmi:///jndi/rmi://localhost:1099/defaultJBIJMX<BR>
+The Server URL is
<TT>service:jmx:rmi:///jndi/rmi://hostname:port/app_to_monitor</TT>. Where the
<TT>hostname</TT> is name of the host on which the application to be monitored
is running, the <TT>port</TT> is the port number to connect to the application,
and the <TT>app_to_monitor</TT> is the JMX-enabled application to monitor. For
example, if none of the defaults for ServiceMix have been modified and
ServiceMix is running on <TT>localhost</TT>, enter the following:
<TT>service:jmx:rmi:///jndi/rmi://localhost:1099/defaultJBIJMX</TT>.</LI>
<LI>Accept the defaults for the rest of the fields in the Wizard.</LI>
<LI>Click "Next."</LI>
<LI>Click "Finish" in the next window.<BR>
-A connection to ServiceMix has been added to MC4J!
-<BR clear="all">
+A connection to ServiceMix has been added to MC4J!
<BR clear="all">
-<IMG src="jmx-console.data/mc4jconnections.jpg" align="absmiddle" border="0">
-<BR clear="all"></LI>
+<BR clear="all"> <IMG src="jmx-console.data/mc4jconnections.jpg"
align="absmiddle" border="0"><BR clear="all"></LI>
</OL>
<H3><A name="JMXConsole-TestingMC4JwithServiceMix"></A>Testing MC4J with
ServiceMix</H3>
+
<OL>
<LI>To see MC4J in action, start one of the ServiceMix examples
running, for instance, the <SPAN class="nobr"><A
href="http://www.servicemix.org/File%20Binding" title="Visit page outside
Confluence" rel="nofollow"><EM>file binding</EM><SUP><IMG class="rendericon"
src="http://goopen.org/confluence/images/icons/linkext7.gif" height="0"
width="0" align="absmiddle" alt="" border="0"></SUP></A></SPAN> Example:
<BR clear="all">
@@ -247,20 +241,17 @@
<LI>Run MC4J (see the previous section) and click on
<TT>org.servicemix</TT>.</LI>
<LI>Click on <TT>org.servicemix.jbi.framework.ComponentMBeanImpl</TT>.
The components of the <EM>File Binding</EM> example will be shown. Right-click
on a component and select "Available dashboards...>Basic MBean
View" to see the information shown in the diagram below. For more details
on using MC4J, please see the MC4J <SPAN class="nobr"><A
href="http://mc4j.org/confluence/display/MC4J/Home" title="Visit page outside
Confluence" rel="nofollow">documentation<SUP><IMG class="rendericon"
src="http://goopen.org/confluence/images/icons/linkext7.gif" height="0"
width="0" align="absmiddle" alt="" border="0"></SUP></A></SPAN>.
<BR clear="all">
-<BR clear="all">
-<IMG src="jmx-console.data/mc4jfilebinding.jpg" align="absmiddle"
border="0"></LI>
+<BR clear="all"> <IMG src="jmx-console.data/mc4jfilebinding.jpg"
align="absmiddle" border="0"></LI>
</OL>
-
-
<H2><A name="JMXConsole-ServiceMixJMXConsole"></A>ServiceMix JMX Console</H2>
<P>ServiceMix includes a simple JMX operational console. A ServiceMix WAR file
can be created and deployed inside any Servlet / J2EE application server in a
standard deployment unit. The benefit of the ServiceMix WAR file is that it
includes a JMX Console that allows a web browser to be used to view JMX
attributes and statistics.</P>
<H4><A name="JMXConsole-StartingtheServiceMixJMXConsole"></A>Starting the
ServiceMix JMX Console</H4>
-<P>To create the ServiceMix WAR file from a source download of ServiceMix do
the following:</P>
+<P>To create the ServiceMix WAR file from a source download of ServiceMix do
the following:</P>
<OL>
<LI>Download and build the ServiceMix source code. Please see the <SPAN
class="nobr"><A href="http://www.servicemix.org/Getting%20Started" title="Visit
page outside Confluence" rel="nofollow">Getting Started<SUP><IMG
class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif"
height="0" width="0" align="absmiddle" alt="" border="0"></SUP></A></SPAN>
guide for instructions.</LI>
<LI>Create the WAR file:
@@ -278,8 +269,7 @@
</LI>
<LI>Run the ServiceMix JMX Console. To do this enter the following URL
in a web browser: <SPAN class="nobr"><A
href="http://localhost:8080/servicemix-web" title="Visit page outside
Confluence" rel="nofollow">http://localhost:8080/servicemix-web<SUP><IMG
class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif"
height="0" width="0" align="absmiddle" alt="" border="0"></SUP></A></SPAN>. You
will see the following:
<BR clear="all">
-<BR clear="all">
-<IMG src="jmx-console.data/jmxconsole.jpg" align="absmiddle" border="0"></LI>
+<BR clear="all"> <IMG src="jmx-console.data/jmxconsole.jpg" align="absmiddle"
border="0"></LI>
</OL>
@@ -287,7 +277,6 @@
<P>For examples of how to use the ServiceMix JMX Console, please see <SPAN
class="nobr"><A href="http://www.servicemix.org/War%20Deployment" title="Visit
page outside Confluence" rel="nofollow">War Deployment<SUP><IMG
class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif"
height="0" width="0" align="absmiddle" alt="" border="0"></SUP></A></SPAN>.</P>
-
<H2><A name="JMXConsole-RelatedDocumentation"></A>Related Documentation</H2>
<UL>
@@ -295,8 +284,6 @@
<LI><SPAN class="nobr"><A
href="http://mc4j.org/confluence/display/MC4J/Home" title="Visit page outside
Confluence" rel="nofollow">MC4J<SUP><IMG class="rendericon"
src="http://goopen.org/confluence/images/icons/linkext7.gif" height="0"
width="0" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI>
<LI><SPAN class="nobr"><A
href="http://www.servicemix.org/War%20Deployment" title="Visit page outside
Confluence" rel="nofollow">War Deployment<SUP><IMG class="rendericon"
src="http://goopen.org/confluence/images/icons/linkext7.gif" height="0"
width="0" align="absmiddle" alt="" border="0"></SUP></A></SPAN>.</LI>
</UL>
-
-
</DIV>
</DIV>
@@ -307,9 +294,35 @@
</DIV>
<DIV id="site-footer">
Added by <A
href="http://goopen.org/confluence/users/viewuserprofile.action?username=rajdavies">Rob
Davies</A>,
- last edited by <A
href="http://goopen.org/confluence/users/viewuserprofile.action?username=rajdavies">Rob
Davies</A> on Feb 02, 2006
- (<A
href="http://goopen.org/confluence/pages/diffpages.action?pageId=2041&originalId=2970">view
change</A>)
-
+ last edited by <A
href="http://goopen.org/confluence/users/viewuserprofile.action?username=georg_dembowski">Georg
Dembowski</A> on Sep 25, 2006
+ (<A
href="http://goopen.org/confluence/pages/diffpages.action?pageId=2041&originalId=13813">view
change</A>)
+ <SPAN id="show" class="inline-control-link"><A href=""
onclick="showComment(); return false;">show comment</A></SPAN>
+ <SPAN id="hide" class="inline-control-link" style="display:none;"><A
href="" onclick="hideComment(); return false;">hide comment</A></SPAN>
+ <DIV id="versionComment" class="noteMacro" style="display:none;
padding: 5px;">
+ <B>Comment:</B>
+ INS connection troubleshooting<BR>
+ <SPAN class="smalltext"><A
href="http://goopen.org/confluence/pages/viewpreviouspageversions.action?pageId=2041">View
page history</A></SPAN>
+ </DIV>
+
+ <SCRIPT>
+ var show = document.getElementById('show');
+ var hide = document.getElementById('hide');
+ var versionComment = document.getElementById('versionComment');
+
+ function showComment(){
+ show.style.display = 'none';
+ hide.style.display = 'inline';
+ versionComment.style.display = 'block';
+ }
+
+ function hideComment(){
+ show.style.display = 'inline';
+ hide.style.display = 'none';
+ versionComment.style.display = 'none';
+ }
+
+ </SCRIPT>
+
(<A
href="http://goopen.org/confluence/pages/editpage.action?pageId=2041">edit
page</A>)
</DIV>
Modified: incubator/servicemix/site/main/management.html
URL:
http://svn.apache.org/viewvc/incubator/servicemix/site/main/management.html?view=diff&rev=449794&r1=449793&r2=449794
==============================================================================
--- incubator/servicemix/site/main/management.html (original)
+++ incubator/servicemix/site/main/management.html Mon Sep 25 12:52:28 2006
@@ -166,31 +166,31 @@
<a href="javascript:hideChildren()">Hide Children</a></span>
</div>
<div class="greybox" id="children" style="display: none;">
- <a
href="http://goopen.org/confluence/display/SM/Ant+Tasks" title="Ant Tasks">Ant
Tasks</a>
+ <a
href="http://goopen.org/confluence/display/SM/JMX+Console" title="JMX
Console">JMX Console</a>
<span class="smalltext">(ServiceMix)</span>
<br>
- <a
href="http://goopen.org/confluence/display/SM/Specifications"
title="Specifications">Specifications</a>
+ <a
href="http://goopen.org/confluence/display/SM/Environment+Context+MBean"
title="Environment Context MBean">Environment Context MBean</a>
<span class="smalltext">(ServiceMix)</span>
<br>
- <a
href="http://goopen.org/confluence/display/SM/Life+Cycle+MBean" title="Life
Cycle MBean">Life Cycle MBean</a>
+ <a
href="http://goopen.org/confluence/display/SM/NMR+Broker+MBean" title="NMR
Broker MBean">NMR Broker MBean</a>
<span class="smalltext">(ServiceMix)</span>
<br>
- <a
href="http://goopen.org/confluence/display/SM/Component+MBean" title="Component
MBean">Component MBean</a>
+ <a
href="http://goopen.org/confluence/display/SM/Message+Flow+MBean"
title="Message Flow MBean">Message Flow MBean</a>
<span class="smalltext">(ServiceMix)</span>
<br>
<a
href="http://goopen.org/confluence/display/SM/Container+MBean" title="Container
MBean">Container MBean</a>
<span class="smalltext">(ServiceMix)</span>
<br>
- <a
href="http://goopen.org/confluence/display/SM/Message+Flow+MBean"
title="Message Flow MBean">Message Flow MBean</a>
+ <a
href="http://goopen.org/confluence/display/SM/Component+MBean" title="Component
MBean">Component MBean</a>
<span class="smalltext">(ServiceMix)</span>
<br>
- <a
href="http://goopen.org/confluence/display/SM/NMR+Broker+MBean" title="NMR
Broker MBean">NMR Broker MBean</a>
+ <a
href="http://goopen.org/confluence/display/SM/Life+Cycle+MBean" title="Life
Cycle MBean">Life Cycle MBean</a>
<span class="smalltext">(ServiceMix)</span>
<br>
- <a
href="http://goopen.org/confluence/display/SM/Environment+Context+MBean"
title="Environment Context MBean">Environment Context MBean</a>
+ <a
href="http://goopen.org/confluence/display/SM/Specifications"
title="Specifications">Specifications</a>
<span class="smalltext">(ServiceMix)</span>
<br>
- <a
href="http://goopen.org/confluence/display/SM/JMX+Console" title="JMX
Console">JMX Console</a>
+ <a
href="http://goopen.org/confluence/display/SM/Ant+Tasks" title="Ant Tasks">Ant
Tasks</a>
<span class="smalltext">(ServiceMix)</span>
<br>
</div>
Added: incubator/servicemix/site/main/users-space.html
URL:
http://svn.apache.org/viewvc/incubator/servicemix/site/main/users-space.html?view=auto&rev=449794
==============================================================================
--- incubator/servicemix/site/main/users-space.html (added)
+++ incubator/servicemix/site/main/users-space.html Mon Sep 25 12:52:28 2006
@@ -0,0 +1,132 @@
+
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
+<HTML>
+ <HEAD>
+<!--
+ Pier's plugin always overwrites the stylesheet so lets explicitly use
another one
+ <link type="text/css" rel="stylesheet"
href="autoexport:///SM/resources/space.css">
+-->
+ <LINK type="text/css" rel="stylesheet" href="resources/site.css">
+ <SCRIPT src="resources/space.js" type="text/javascript"></SCRIPT>
+ <TITLE>
+Users space
+ </TITLE>
+ <META http-equiv="Content-Type" content="text/html;charset=UTF-8"></HEAD>
+ <BODY onload="init()">
+
+ <!-- Banner -->
+ <DIV id="site-banner">
+
+ <TABLE border="0" cellpadding="0" cellspacing="0" width="100%">
+ <TR>
+ <TD align="left" class="topbardiv" nowrap="">
+ <IMG border="0"
src="http://incubator.apache.org/servicemix/main/images/logo.jpg">
+ </TD>
+ <TD align="right" nowrap="">
+ <IMG border="0"
src="http://incubator.apache.org/images/apache-incubator-logo.png">
+ </TD>
+ </TR>
+ </TABLE>
+
+ </DIV>
+
+ <!-- Bread crumbs and Quick Links -->
+ <DIV id="site-navbar">
+ <TABLE border="0" cellpadding="0" cellspacing="0" width="100%">
+ <TR>
+ <TD align="left" valign="middle" nowrap="">
+ <DIV id="site-breadcrumbs">
+<A href="home.html" title="ServiceMix">ServiceMix</A> > <A
href="" title="Users space">Users space</A>
+ </DIV>
+ </TD>
+ <TD align="right" valign="middle" nowrap="">
+ <DIV id="site-quicklinks">
+<P><A href="download.html" title="Download">Download</A> | <A
href="documentation.html" title="Documentation">Documentation</A> | <A
href="javadocs.html" title="JavaDocs">JavaDocs</A> | <A href="source.html"
title="Source">Source</A> | <SPAN class="nobr"><A href="home.html"
title="Visit page outside Confluence" rel="nofollow">Wiki<SUP><IMG
class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif"
height="0" width="0" align="absmiddle" alt="" border="0"></SUP></A></SPAN>
| <A href="discussion-forums.html" title="Discussion Forums">Discussion
Forums</A> | <A href="support.html" title="Support">Support</A></P>
+ </DIV>
+ </TD>
+ </TR>
+ </TABLE>
+ </DIV>
+
+<!-- Integrate google search later.
+ <form name="search" action="http://www.google.com/search"
method="get">
+ <input type="hidden" name="ie" value="UTF- 8" />
+ <input type="hidden" name="oe" value="UTF- 8" />
+ <input type="hidden" name="domains" value="" />
+ <input type="hidden" name="sitesearch" value="" />
+ <input type="text" name="q" maxlength="255" value="" />
+ <input type="submit" name="btnG" value="Google Search" />
+ </form>
+-->
+
+ <DIV id="site-content">
+ <TABLE>
+ <TR>
+ <TD valign="top">
+ <DIV id="site-navigation">
+<H3><A name="Navigation-Overview"></A>Overview</H3>
+
+<UL class="alternate" type="square">
+ <LI><A href="home.html" title="Home">Home</A></LI>
+ <LI><SPAN class="nobr"><A href="http://www.apache.org/" title="Visit
page outside Confluence" rel="nofollow">ASF<SUP><IMG class="rendericon"
src="http://goopen.org/confluence/images/icons/linkext7.gif" height="0"
width="0" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI>
+ <LI><A href="license.html" title="License">License</A></LI>
+ <LI><A href="faq.html" title="FAQ">FAQ</A></LI>
+ <LI><A href="download.html" title="Download">Download</A></LI>
+ <LI><A href="sitemap.html" title="SiteMap">SiteMap</A></LI>
+</UL>
+
+
+<H3><A name="Navigation-Community"></A>Community</H3>
+
+<UL class="alternate" type="square">
+ <LI><A href="../SM30UG/users-guide.html" title="User's
Guide">User's Guide</A></LI>
+ <LI><A href="documentation.html"
title="Documentation">Documentation</A></LI>
+ <LI><A href="support.html" title="Support">Support</A></LI>
+ <LI><A href="discussion-forums.html" title="Discussion
Forums">Discussion Forums</A></LI>
+ <LI><A href="mailing-lists.html" title="Mailing Lists">Mailing
Lists</A></LI>
+ <LI><SPAN class="nobr"><A
href="http://issues.apache.org/activemq/browse/SM" title="Visit page outside
Confluence" rel="nofollow">Issues<SUP><IMG class="rendericon"
src="http://goopen.org/confluence/images/icons/linkext7.gif" height="0"
width="0" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI>
+ <LI><A href="contributing.html"
title="Contributing">Contributing</A></LI>
+ <LI><SPAN class="nobr"><A
href="http://goopen.org/confluence/pages/listpages-dirview.action?key=SM"
title="Visit page outside Confluence" rel="nofollow">Wiki<SUP><IMG
class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif"
height="0" width="0" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI>
+ <LI><A href="team.html" title="Team">Team</A></LI>
+ <LI><A href="users.html" title="Users">Users</A></LI>
+</UL>
+
+
+<H3><A name="Navigation-Developers"></A>Developers</H3>
+
+<UL class="alternate" type="square">
+ <LI><A href="source.html" title="Source">Source</A></LI>
+ <LI><A href="building.html" title="Building">Building</A></LI>
+ <LI><A href="ideas.html" title="Ideas">Ideas</A></LI>
+ <LI><A href="becoming-a-committer.html" title="Becoming a
committer">Becoming a committer</A></LI>
+ <LI><A href="release-guide.html" title="Release Guide">Release
Guide</A></LI>
+ <LI><A href="related-projects.html" title="Related Projects">Related
Projects</A></LI>
+ <LI><A href="tools.html" title="Tools">Tools</A></LI>
+</UL>
+
+ </DIV>
+ </TD>
+ <TD valign="top">
+ <DIV id="site-page">
+
+<!--
+ <div class="pagetitle">Users space</div>
+-->
+ <DIV class="wiki-content"><P>This space should be freely available
for users to edit.</P></DIV>
+
+ </DIV>
+ </TD>
+ </TR>
+ </TABLE>
+ </DIV>
+ </DIV>
+ <DIV id="site-footer">
+ Added by <A
href="http://goopen.org/confluence/users/viewuserprofile.action?username=gnodet">Guillaume
Nodet</A>,
+ last edited by <A
href="http://goopen.org/confluence/users/viewuserprofile.action?username=gnodet">Guillaume
Nodet</A> on Sep 25, 2006
+
+ (<A
href="http://goopen.org/confluence/pages/editpage.action?pageId=13814">edit
page</A>)
+ </DIV>
+
+ </BODY>
+
+</HTML>
\ No newline at end of file