> Maybe this is more precise:
>
[quoted text clipped - 4 lines]
>> I don't know how to interface the ordinary application with servlet
>> requests from within tomcat.
What I have done in a case like this is to make the external application an RMI
server. When a request comes in to the servlet the servlet makes an RMI call to
the external application. The external app. handles the request and returns
data to the servlet. The servlet then sends whatever reply is appropriate back
to the network client.
>> These requests should be handled through
>> tomcat's message queue.
I don't know what Tomcat's message queue is, so I can offer no advice on how it
might affect your requirements.

Signature
Nigel Wade, System Administrator, Space Plasma Physics Group,
University of Leicester, Leicester, LE1 7RH, UK
E-mail : nmw@ion.le.ac.uk
Phone : +44 (0)116 2523548, Fax : +44 (0)116 2523555