you should place the jar/zip/classes in the
classpath, either via the admin tool or within the startjsm.bat
file.
You can run any servlet anywhere on the file system
using this technique.
Alan Turner
---------------------------------
AppliedNet Ltd.
AppliedNet Ltd.
----- Original Message -----From: WangJunSent: Friday, June 04, 1999 9:47 AMSubject: How can I run servlet in a package ?To everyone,I download a RMI_supported servlet example "webrmi-1.zip", It is said to do the RMI server with the servlet. The servlet is in the package "COM.earlymorning.rmi.registry" and the client is in the package "examples.RegistryServlet". I use JRUN as the servlet_supported WEB server, My question is how should I test the example, especially how can I run the code in the package ? I am not familiar with the servlet in a package. Thanx in advance.
