Tomcat, ActiveMQ, 'jndi.properties' file problem

2006-06-02 Thread Maciej Łabędzki

Hi,
i develope my web application using ActiveMQ and run it under Apache 
Tomcat 5. There is a problem - the 'jndi.properties' file seems to be 
invisible, although it is placed on class path.


Has anybody met such a problem?

Maciej



-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Tomcat, ActiveMQ, 'jndi.properties' file problem

2006-06-02 Thread Maciej Łabędzki

Hadraba Petr napisał(a):

Hi Maciej,

I'm connecting from Tomcat to ActiveMQ with this configuration:


Thx, but how it corresponds to my jndi.properties file?
How should I form my configuration files (context.xml, web.xml)?
jndi.properties:
---
java.naming.factory.initial = 
org.activemq.jndi.ActiveMQInitialContextFactory

brokerURL =ssl://localhost:32450
queue.listenerDestination = dms.PublicLogQueue


Maciej



-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]