---------------------------------------------------------------- BEFORE YOU POST, search the faq at <http://java.apache.org/faq/> WHEN YOU POST, include all relevant version numbers, log files, and configuration files. Don't make us guess your problem!!! ---------------------------------------------------------------- The problem I had with configuration of JServ 1.1 and JServ 1.1.2 was wrong paths given in the Apache http.conf file and in jserv.conf file. Windows 2000 did for some reason put in "\" instead of "/":s in some paths, probably during the installation of the servlet engine. So the right paths in the two files should be: in http.conf, last line Include "c:/program files/apache group/Apache JServ 1.1.2/conf/jserv.conf". Be aware of the "/":s... in the jserv.conf file: LoadModule jserv_module "c:/program files/apache group/Apache JServ 1.1.2/ApacheModuleJServ.dll" ApJServProperties "c:/program files/apache group/Apache JServ 1.1.2/conf/jserv.properties" ApJServLogFile "c:/program files/apache group/Apache JServ 1.1.2/logs/mod_jserv.log" T´hat is just make sure to change all "\" to "/". This problem might show up on NT4 as well but just do the same thing and it will work. Fell free to contact me if the above faills [EMAIL PROTECTED] -- -------------------------------------------------------------- Please read the FAQ! <http://java.apache.org/faq/> To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Search Archives: <http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/> Problems?: [EMAIL PROTECTED]