You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ch...@apache.org on 2010/07/07 06:11:30 UTC

svn commit: r961153 - /activemq/sandbox/activemq-apollo-actor/activemq-stomp/src/main/scala/org/apache/activemq/apollo/stomp/StompBroker.scala

Author: chirino
Date: Wed Jul  7 04:11:30 2010
New Revision: 961153

URL: http://svn.apache.org/viewvc?rev=961153&view=rev
Log:
display where the log4j config file is loaded from.

Modified:
    activemq/sandbox/activemq-apollo-actor/activemq-stomp/src/main/scala/org/apache/activemq/apollo/stomp/StompBroker.scala

Modified: activemq/sandbox/activemq-apollo-actor/activemq-stomp/src/main/scala/org/apache/activemq/apollo/stomp/StompBroker.scala
URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-apollo-actor/activemq-stomp/src/main/scala/org/apache/activemq/apollo/stomp/StompBroker.scala?rev=961153&r1=961152&r2=961153&view=diff
==============================================================================
--- activemq/sandbox/activemq-apollo-actor/activemq-stomp/src/main/scala/org/apache/activemq/apollo/stomp/StompBroker.scala (original)
+++ activemq/sandbox/activemq-apollo-actor/activemq-stomp/src/main/scala/org/apache/activemq/apollo/stomp/StompBroker.scala Wed Jul  7 04:11:30 2010
@@ -36,10 +36,9 @@ object StompBroker {
     println("Press ENTER to shutdown");
     println("=======================")
     println("")
-
     val uri = "tcp://"+address+":"+port
-
     println("Starting stomp broker: "+uri)
+    println("log4j at: "+getClass.getClassLoader.getResource("log4j.properties"))
 
     val broker = new Broker()
     val connector = broker.config.connectors.get(0)