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@ > > wrote: > >> Hello. >> >>

Re: Problems deploying AMQ web console in Tomcat 7

2012-11-14 Thread Christian Posta
Please explain how you integrated with Tomcat a little more. On Tue, Nov 13, 2012 at 2:16 AM, EveX wrote: > Hello. > > We're using Tomcat 7 and have deployed ActiveMQ 5.6.0 stand alone inside > and > You deployed activemq "standalone" "inside" tomcat? Can you say more what you mean here? > i

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 Claus Ibsen
On Tue, Nov 13, 2012 at 10:27 AM, EveX wrote: > 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.WebappClassL

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

Re: Problems deploying AMQ web console in Tomcat 7

2012-11-13 Thread Claus Ibsen
On Tue, Nov 13, 2012 at 10:16 AM, EveX wrote: > 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. W