Re: JMS, Tomcat & Naming Contexts

2002-11-19 Thread Kwok Peng Tuck
If you read the JNDI how-to you'll see that they do ask you to put jar files into $CATALINA_HOME/common/lib . So I think that if you want to access the jms as a JNDI resource then you need to put it in the said directory. I want a servlet running on Tomcat to send messages to the same JM

JMS, Tomcat & Naming Contexts

2002-11-19 Thread Sean MacRoibeaird
Hi , I've looked up the archives and seen some related postings, but it is not clear what the answer to my problem is. I am running Tomcat 4.0.4 on Windows and running Java 1.3.1. I have a standalone program which listens on a JMS topic. It locates the topic via the following: