Try adding the following line(s) to your jserv.properties file (the comment header is probably already there, just add the non-commented wrapper.env.copy statement because I don't think one is there by default): # An environment name with value passed to the JVM # Syntax: wrapper.env=[name]=[value] # Default: NONE on Unix Systems # SystemDrive and SystemRoot with appropriate values on Win32 systems #wrapper.env=winbootdir=C:\WINDOWS #wrapper.env=JAVA_HOME=C:\JDK1.2 wrapper.env=windir=C:\WINDOWS See Apache JServ problem #3642 in the bug list for details. From: http://java.apache.org/faq/fom-serve/cache/84.html -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Darren Swansburg Sent: Tuesday, July 13, 1999 4:47 AM To: Java Apache Users Subject: Running JServ on Windows 95 (wsock32 problems) I've been having difficulties running JServ on some Windows 95 platforms and I've tracked down the problem to the verson of wsock32.dll on the box. If they are using wsock32 version 4.10.x then the JServ module will not run (I get an "Exception creating the server socket: java.net.SocketException: create (code=10106)" error message in the error.log file). If I revert to version 4.0.x of wsock32.dll, then JServ runs fine. Has anyone else seen this problem? If so, is there a better solution than reverting to a previous version of wsock32.dll? Thanks, Darren Swansburg -- -------------------------------------------------------------- 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] -- -------------------------------------------------------------- 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]