-- I have just installed Apache JServ 1.0 with Apache 1.3.6 under Windows NT 4.0 SP5 using JDK 1.1.7A and JSDK 2.1. When trying to verify the installation, I can successfully retrieve the servlet status page from "http://127.0.0.1/jserv/" as shown in the documentation, and I can click on the hostname on that page (localhost, in my case) to get config info for my server, but when I go to the "mapped servlet engines" link (ajpv11://localhost:8007 in my case, I get an "Internal Server Error" message and the following entry in Apache's "error.log": ApacheJServ/1.0: An error occurred listening to the port: java.lang.NoClassDefFoundError: org/apache/jserv/JServConnection The "jserv.properties" file contains the following CLASSPATH info: wrapper.classpath=E:\Program Files\Apache Group\Apache JServ\ApacheJServ.jar wrapper.classpath=e:\development tools\jsdk2.1\jsdk.jar My CLASSPATH contains both the above path for ApacheJServ.jar and the path to my JDK's "classes.zip" file. I have confirmed that JServConnection exists in "ApacheJServ.jar". Can you give me some guidance on this? Thanks Chris ------------------------------------- "Be very, very careful what you put into that head, because you will never, ever get it out." - Thomas Cardinal Wolsey (1471-1530) -- -------------------------------------------------------------- To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] READ THE FAQ!!!! <http://java.apache.org/faq/> Archives and Other: <http://java.apache.org/main/mail.html/> Problems?: [EMAIL PROTECTED]