Re: RMI and Tomcat

2002-11-26 Thread Sarah L. Moore
. catalina_home/common/lib). Any other advice? I'm at a total loss. Thanks again! Sarah At 11:30 AM 11/27/2002 +0800, you wrote: Sorry, did not correctly see which class it was complaining about. Try and move MyApplicationStarter to the said directories. Sarah L. Moore wrote: Thanks for

Re: RMI and Tomcat

2002-11-26 Thread Sarah L. Moore
t allocate servlet instance for path /examples/servlet/MyServlet " means that it can't find the requested servlet for that web app which implies that your servlet class isn't where it should be. Servlets & classes go in /examples/WEB-INF/classes or /examples/WEB-INF/lib for

RMI and Tomcat

2002-11-26 Thread Sarah L. Moore
Hello all. I am new to Tomcat, and am having a problem with RMI. I have a Java application that basically just sits on my server waiting for a data vector to be passed to it from my servlet. However, when I run the servlet and try to have it pass the data to the application through RMI, I get: