[Originally posted by tomharrison]
Domino logs the following when I try to run the Example_25_3 servlet:
> tell http restart
01/23/2001 02:27:26 PM HTTP Web Server restarting
01/23/2001 02:27:30 PM Java Servlet Manager initialized
01/23/2001 02:27:32 PM HTTP Web Server restarted
01/23/2001 02:27:37 PM Addin: Agent printing: java.io.FileNotFoundException:
/notes/casdev/domino/servlet/Example_25_3.class:
/notes/casdev/domino/servlet/Example_25_3.class
01/23/2001 02:27:37 PM Addin: Agent error message: Error occurred while
loading Servlet (Example_25_3)
01/23/2001 02:27:37 PM Addin: Agent error message: Class Example_25_3 could
not be located
01/23/2001 02:27:37 PM Addin: Agent error message:
-----Servlet Information-----
Servlet name: Example_25_3
Servlet class: Example_25_3
Servlet state: <Error>
Configuration parameters: <none>
01/23/2001 02:27:37 PM Addin: Agent printing:
java.lang.ClassNotFoundException: Example_25_3: Example_25_3
Configuration:
Domino 5.0.4 for the AS/400
Copied both the Example_25_3.java and .class files to the /domino/servlet folder
Did not change any of the default settings of the Server document
Attempted to run servlet from browser using the following URL:
http://host/servlet/Example_25_3 Tried setting up Servlets.Properties file, same error.