Apollo webAdmin SSL

2013-08-08 Thread EveX
Hello. I embedded an Apollo Broker in a tomcat app following the embedded broker example. I need to use the Rest management API to display some broker's informations in our site using jQuery getJSON (jsonp here because it's cross domain). But the request seems to be blocked by the browser because

Re: ActiveMQ with WCF blocking in startup

2013-04-10 Thread EveX
It's still blocking at start (or at createSession if I invert those lines) and return a TimeoutException after 1 min in the method calling the WCF. -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-with-WCF-blocking-in-startup-tp4665764p4665799.html Sent from the A

ActiveMQ with WCF blocking in startup

2013-04-09 Thread EveX
Hi. We're using ActiveMQ with .NET and WCF. When we call the service to start the connection, the application block in Here's our URI in the test: We also tried Even adding timeout parameter, the service is blocking if the ActiveMQ server is not launched. What we want is to write logs in

Re: Changing database programatically

2012-12-14 Thread EveX
I finally managed to change database to SQL server programatically: The tables are created and seems to work. I just have to solve a problem with JMX (i lost the connection despite of the broker.setUseJmx(true), but i should solve it quickly). -- View this message in context: http://activemq

Changing database programatically

2012-12-13 Thread EveX
Hello. First, I'm a beginner with ActiveMQ. I have a AMQ broker embedded in a tomcat server. I would like to modify some parameters in it, but it seems the %ACTIVEMQ_HOME%\conf\activemq.xml is not readed... I tried to modify the memory usage limit from 64mb to 512mb, and it didn't worked. I fina

Re: Problems deploying AMQ web console in Tomcat 7

2012-11-16 Thread EveX
We finally solved the problem. It seems it was a jar conflict. We have removed the jars log4j-1.2.16.jar and jsp-2.1-6.1.14.jar, changed the line to FINE and checked up the classpathes. Now we have access to the web console. There's just this exception left to resolve. -- View this message

Re: Problems deploying AMQ web console in Tomcat 7

2012-11-15 Thread EveX
I tried to integrate the web console only, (v5.6) and here the exception thrown: -- View this message in context: http://activemq.2283324.n4.nabble.com/Problems-deploying-AMQ-web-console-in-Tomcat-7-tp4659230p4659402.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Problems deploying AMQ web console in Tomcat 7

2012-11-15 Thread EveX
We have integrated it with a little java program that create the connection to AMQ: and added this to the tomcat web.xml file: ceposta wrote > Please explain how you integrated with Tomcat a little more. > > On Tue, Nov 13, 2012 at 2:16 AM, EveX < > calegan@ > &g

Re: Problems deploying AMQ web console in Tomcat 7

2012-11-13 Thread EveX
Ok we have another clue. One the localhost.log file in tomcat logs folder, there is a classNotFound exception (ActiveMQLoader). ActiveMQLoader is a servlet that we have deployed, starting ActiveMQ when Tomcat server is started. But we don't really know how to solve it because this servlet is in a

Re: Problems deploying AMQ web console in Tomcat 7

2012-11-13 Thread EveX
There was no jetty jar in the war, but i searched for this class that was not found (org.mortbay.log.Log) and it seems to be in the jetty jar. But if a add it in war lib or in tomcat lib, i cannot access to the manager console. So i removed it, but I still have this classNotFoundException. -- Vi

Re: Problems deploying AMQ web console in Tomcat 7

2012-11-13 Thread EveX
Actually we followed many tutorials about it. But we cannot resolve this problem. In Tomcat localhost logs, we have this exception: java.lang.ClassNotFoundException: org.mortbay.log.Log at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1714) at org.a

Problems deploying AMQ web console in Tomcat 7

2012-11-13 Thread EveX
Hello. We're using Tomcat 7 and have deployed ActiveMQ 5.6.0 stand alone inside and it works fine. But we have problems to deploy the web console (v5.6.0). When we're trying to access the web console, an ActiveMQ web page "Page not found. What do you want to do next?" is openned. -- View this m

ActiveMQ deployment in IIS server

2012-11-08 Thread EveX
Hi. We're working with a IIS server, and we would like to integrate an activeMQ server into it. Is it possible? Regards. -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-deployment-in-IIS-server-tp4659011.html Sent from the ActiveMQ - User mailing list archive