Re: [JBoss-user] [Installation & Configuration] - Re: Setting up JMS servlet in JBoss

2004-03-19 Thread Chanchal Malik
Hey, I am passing some form parameters from a HTML form to a Servlet which is accessing these parameters and creating a MQSeries message from these parameters and sending it to a queue.When servlet is invoked then it displays name and value of passed parameters but when MQSeries code is executed t

[JBoss-user] Setting classpath in JBoss(Please help)

2004-03-19 Thread Chanchal Malik
Does any body know how to set up classpath for MQSeries in JBoss??I am using a Servlet for MQseries which is accessing paramaeters froma HTML form and creating a MQSeries message and putting it in a queue.When servlet is invoked then it gives ResourceException.If anyone is working on JBoss/MQ then

[JBoss-user] Using Servlet for JMS

2004-03-18 Thread Chanchal Malik
Can somebody tell me just one thing??I am using JMS for servlet running under JBoss.When servlet is invoked then it executes non-MQ related parts but gives Resource Exception for JMS code.I added entries for MQ jar files into web.xml and my jar files are in my application folder(ear).I wonder if yo