Well, seeing your exception stack trace would help and perhaps a manifest of your j2ee.jar file. Otherwise if you included it into you WEB-INF/lib for your webapp that may help, but considering the name of the JAR file, I would be hesitant to use it at all, where did it come from?
If you just need the JMS API Jar file then why not download it as a separate Jar file from java.sun.com, you can find the link to it from here: http://java.sun.com/products/jms/docs.html Hopefully your JMS provider isn't in that j2ee.jar file either... not that I know anything about JMS providers... Regards, Shane. -----Original Message----- From: Kawthar Bt M Sulaiman [mailto:[EMAIL PROTECTED] Sent: Tuesday, 18 May 2004 4:47 PM To: [EMAIL PROTECTED] Subject: Problem using JMS with Tomcat Hello, I'm trying to use Sun Messaging Queue. I use javax.jms package in my code. I got the j2ee.jar file and put under tomcat common\lib but this causes a conflict.. my tomcat won't start. If I don't put the jar file there, tomcat starts without any problem. However, my code won't run because cannot find javax.jms classes. Please advise how I can use javax.jms packages with tomcat. Thanks, --Kawthar Confidential information may be contained in this e-mail and any files transmitted with it ('Message'). If you are not the addressee indicated in this Message (or responsible for delivery of this Message to such person), you are hereby notified that any dissemination, distribution, printing or copying of this Message or any part thereof is strictly prohibited. In such a case, you should delete this Message immediately and advise the sender by return e-mail. Opinions, conclusions and other information in this Message that do not relate to the official business of Maxis shall be understood as neither given nor endorsed by Maxis. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
