wendy wang wrote:
> 
> Hi there,
> 
> Does anyone know how to set up tomcat3.2.1 to run servlet which look up
> remote object using rmi?
> 
> Wendy

There is nothing special required in the Tomcat setup. A servlet
talking to a RMI object is just like an application doing the same.
I would suggest that you write a "Bean" type component to do the
actual RMI so you can test it without a servlet interface first.

-- 
WBB - [EMAIL PROTECTED]
Java Cert mock exams http://www.lanw.com/java/javacert/
Author of Java Developer's Guide to Servlets and JSP 
ISBN 0-7821-2809-2

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to