Re: Tomcat JNDI Server Configuration

2013-12-12 Thread Daniel Mikusa
On Dec 12, 2013, at 1:42 PM, Vic Katte wrote: > Hello Dan, First, please don't top post. Reply inline, like me, or at the bottom. That is the convention followed on this list. > Thanks for responding. Without going too much into the code, I am trying to > understand whether Tomcat does suppo

Re: Tomcat JNDI Server Configuration

2013-12-12 Thread Vic Katte
Hello Dan, Thanks for responding. Without going too much into the code, I am trying to understand whether Tomcat does support the concept of a Naming Server. With JMS, it is possible to create and store administration objects such as ConnectionFactory, Destinations in a Naming Service (such as LDA

Re: Tomcat JNDI Server Configuration

2013-12-12 Thread Daniel Mikusa
On Dec 12, 2013, at 4:25 AM, Vic Katte wrote: > Hello, What version of Tomcat are you using? > > How does one configure tomcat so that a hosted application could connect to > a JMS Message server such as WebSphereMQ? > > I have managed to write a small test application in JMS and deployed i

Tomcat JNDI Server Configuration

2013-12-12 Thread Vic Katte
Hello, How does one configure tomcat so that a hosted application could connect to a JMS Message server such as WebSphereMQ? I have managed to write a small test application in JMS and deployed it to tomcat and configured it to connect to MQ. This application defines the default initial context u