[jboss-user] [Messaging, JMS & JBossMQ] - Re: JMS communication between Tomcat app and JBOSS AS 4.2.2`

2008-02-15 Thread jaya_srini
thank you very much!! jaya View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4129798#4129798 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4129798 ___ jboss-user mailing list jbo

[jboss-user] [JBoss Messaging] - Re: Tomcat and JBoss messaging

2008-02-14 Thread jaya_srini
Sorry...I meant to ask in my earlier post do I need to modify the server.xml and web.xml to get tomcat to refer to JBoss JNDI resource? I thought the resources specified in those files apply to Tomcat's local JNDI and for any external JNDI access, just modifying the InitialContext should be su

[jboss-user] [JBoss Messaging] - Re: Tomcat and JBoss messaging

2008-02-14 Thread jaya_srini
Thanks for the reply, Andy! I tried that as well but then I get a ServletException when it's trying to look up teh conenction factory 2008-02-13 14:42:16,046 [http-8000-1] ERROR org.apache.catalina.core.ContainerBase.[Standalone].[localhost].[/allocationmessaging].[AllocationMessaging] - Servl

[jboss-user] [JBoss Messaging] - Tomcat and JBoss messaging

2008-02-13 Thread jaya_srini
Hi I have a tomcat app that needs to send and receive JMS messages from JBoss App server (4.2.2) with JBOSS messaging. Both the tomcat service and the JBoss App Server are on the same machine. I made the following changes on the Tomcat side 1) Added the following to {catalina-home}/conf/contex

[jboss-user] [Messaging, JMS & JBossMQ] - JMS communication between Tomcat app and JBOSS AS 4.2.2`

2008-02-12 Thread jaya_srini
Hello Apologies is advance if this has been asked before. I have a tomcat app that needs to send and recieve JMS messages with the JBOSS App Server (4.2.2 with JBOSS messaging) which is my JMS provider. I was wondering what changes I need to make on the Tomcat side to achieve this? I basical