• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Problem sending JMS message from JSP in Tomcat

 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am trying to a send a message to a JMS message queue from a JSP runing in Tomcat. I am getting the following error:

As you can see I am using the FioranoMQ messaging system. I had previously tried it on the J2ee reference implementation and got the same error. It looks to me as if I need to add a FioranoMQ jar file to one of Tomcat's directories. I am not sure where to put it though.
My JSP uses a seperate java class to take care of the messaging. That class runs fine from the command line. It is only when trying to use the jsp that the trouble starts.
Here is the JSP code:

Any Ideas?
 
reply
    Bookmark Topic Watch Topic
  • New Topic