Author: ffang
Date: Wed Sep  7 06:10:51 2011
New Revision: 1166010

URL: http://svn.apache.org/viewvc?rev=1166010&view=rev
Log:
[SMX4-910]install activemq-web-console feature should work out of the box

Modified:
    
servicemix/smx4/features/trunk/assembly/src/main/distribution/text/etc/system.properties

Modified: 
servicemix/smx4/features/trunk/assembly/src/main/distribution/text/etc/system.properties
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/assembly/src/main/distribution/text/etc/system.properties?rev=1166010&r1=1166009&r2=1166010&view=diff
==============================================================================
--- 
servicemix/smx4/features/trunk/assembly/src/main/distribution/text/etc/system.properties
 (original)
+++ 
servicemix/smx4/features/trunk/assembly/src/main/distribution/text/etc/system.properties
 Wed Sep  7 06:10:51 2011
@@ -78,6 +78,14 @@ activemq.jmx.url=service:jmx:rmi:///jndi
 activemq.jmx.user=smx
 activemq.jmx.password=smx
 
+#
+# Activemq Webconsole configuration
+#
+webconsole.type=properties
+webconsole.jms.url=tcp://localhost:61616
+webconsole.jmx.url=service:jmx:rmi:///jndi/rmi://localhost:1099/karaf-${karaf.name}
+webconsole.jmx.user=smx
+webconsole.jmx.password=smx
 
 
 
javax.xml.parsers.DocumentBuilderFactory=org.apache.xerces.jaxp.DocumentBuilderFactoryImpl


Reply via email to