---------------------------------------------------------------- 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!!! ---------------------------------------------------------------- Hello, I have a solution to the "Internal Server Error" problem. I tried to do various changes to the configuration files, and I found that I needed to do the following changes to get JServ to work: * Make sure you have the correct path set to the JVM interpreter in the jserv.properties file (This program is called just "java" and should reside somewhere in your path). I had to change the line to: wrapper.bin=/usr/bin/java * You must uncomment tHe LoadModule line appropriate to your OS in the java.conf file. (Delete the # character in front of the line corresponding to your operating environment.). It will have a line that says: LoadModule jserv_module and followed by the path to your apache jserv library. Uncomment this line. Now, if you open the following location in Netscape or whatever, you should get a page that says "Yes, it is working!" http://127.0.0.1/servlet/IsItWorking Let me know how this works for you. - Runar Oli Bjarnason Programmer, FAIC [EMAIL PROTECTED] -- -------------------------------------------------------------- Please read the FAQ! <http://java.apache.org/faq/> To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Archives and Other: <http://java.apache.org/main/mail.html> Problems?: [EMAIL PROTECTED]