| Author |
Problem sending JMS message from JSP in Tomcat
|
Andrew Richards
Greenhorn
Joined: Nov 28, 2002
Posts: 12
|
|
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?
|
 |
 |
|
|
subject: Problem sending JMS message from JSP in Tomcat
|
|
|