Hi,
Using tomcat's built-in JNDI support, and placing the JMS distribution
(jms.jar from java.sun.com) in my WEB-INF/lib directory, I should be
able to send a JMS message to a queue on a remote server, right?  

The remote server is a full server (weblogic) with a JMS implementation
of its own.  I don't need tomcat to have any of its own queues, topics,
destinations etc.

The current design of the app manages to send these JMS messages to the
remote weblogic server, but it uses a weblogic InitialContextFactory
class.  So it has a jar with some weblogic classes in /WEB-INF/lib.  I'd
like to get rid of this jar, for licensing and portability reasons.  Can
I use tomcat's url context factory instead?

Any help is appreciated ;)  Thanks,

Yoav Shapira
Millennium ChemInformatics



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to