Hi Again,
I have solved that problem.
I had the files in the system classpath but not in
tomcat classpath.
Have copied all jar files to lib directory of tomcat and t works now.
I do however have a new problem.
It now sends the message ok but the JSP will not disconnect from the queue until i close down tomcat.
I receive the message
"Unable to load message catalog - mqji"
I have seen on the net that it is possible to get a more detailed error message if i add the directory that mqji.properties is in to the tomcat classpath but i dont know how to do this.
Currently tomcat is loading the jar files itself but i dont know how to get it load the whole directory.
Any ideas?