Urgent :: How to access JMS service from Servlet/JSP

2001-11-19 Thread Lomesh Contractor
, Lomesh Contractor. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Kesav Kumar Sent: Monday, November 12, 2001 3:17 PM To: Orion-Interest Subject: Re: Urgent :: How to access JMS service from Servlet/JSP You don't need application-client.xml

Re: Re[2]: Urgent :: How to access JMS service from Servlet/JSP

2001-11-13 Thread Vani H.S.
Thank you very much. I sincerely appreciate your help. Best regards, Vani From: Sergey G. Aslanov [EMAIL PROTECTED] Reply-To: Orion-Interest [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Subject: Re[2]: Urgent :: How to access JMS service from Servlet/JSP Date: Tue, 13 Nov 2001 09:52

Re: Urgent :: How to access JMS service from Servlet/JSP

2001-11-12 Thread Kesav Kumar
[EMAIL PROTECTED] Sent: Sunday, November 11, 2001 10:21 PM Subject: Urgent :: How to access JMS service from Servlet/JSP Hi Steve, Well, I am able to run a standalone client that accesses JMS service, but when I access that service using servlet it shows following error

Re: Urgent :: How to access JMS service from Servlet/JSP

2001-11-12 Thread Vani H.S.
to access JMS service from Servlet/JSP Date: Mon, 12 Nov 2001 01:47:03 -0800 You don't need application-client.xml if you want to access JMS from servlets. You have to write your queueconnection and queues in web.xml. Add resoure-ref entries in web.xml resource-ref res-ref-namejms

Re[2]: Urgent :: How to access JMS service from Servlet/JSP

2001-11-12 Thread Sergey G. Aslanov
-Interest [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Subject: Re: Urgent :: How to access JMS service from Servlet/JSP Date: Mon, 12 Nov 2001 01:47:03 -0800 You don't need application-client.xml if you want to access JMS from servlets. You have to write your queueconnection and queues

Urgent :: How to access JMS service from Servlet/JSP

2001-11-11 Thread Lomesh Contractor
Hi Steve, Well, I am able to run a standalone client that accesses JMS service, but when I access that service using servlet it shows following error:: javax.naming.NamingException: META-INF/application-client.xml resource not found (see J2EE spec, application-c lient chapter for