---------------------------------------------------------------- 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!!! ---------------------------------------------------------------- Hi, I am getting an error while I am installing JServ from apache. What happened: Install no problems Used JDK1.1.8 Jserv1.1 Apache 1.3.12 JSDK2.0 Running on an Solaris 2.6 platform Now when I look into the error_log of apache it gives me this error: Can't find class org.apache.jserv.JServ And when I look in jserv.log: [16/03/2000 09:43:41:629] (ERROR) wrapper: printing debugging information (command line, env) [16/03/2000 09:43:41:629] (ERROR) wrapper: argument[ 0] /usr/jdk1.1.8/bin/java [16/03/2000 09:43:41:629] (ERROR) wrapper: argument[ 1] org.apache.jserv.JServ [16/03/2000 09:43:41:629] (ERROR) wrapper: argument[ 2] /usr/local/apache/conf/jserv.properties [16/03/2000 09:43:41:629] (ERROR) wrapper: environment[ 0] PATH=/bin:/usr/bin:/usr/local/bin [16/03/2000 09:43:41:630] (ERROR) wrapper: environment[ 1] CLASSPATH=/usr/local/jserv/lib/ApacheJServ.jar:/usr/local/JSDK 2.0/lib/jsdk.jar If read the faq where it says: In your jserv.properties file, make sure that you have this line: # Apache JServ entry point class (should not be changed) # Syntax: wrapper.class=[classname] # Default: "org.apache.jserv.JServ" wrapper.class=org.apache.jserv.JServ Well I've checked, even dubble checked. It is there And; Also, make sure that your wrapper.classpath= has the correct path to your ApacheJServ.jar file. ie: wrapper.classpath=/usr/local/jserv/ApacheJServ.jar well you see in the log that CLASSPATH has ApacheJServ.jar I even read something bout LD_LIBARY_PATH some people told me to set it in jserv.properties But I only found how to set it not where to set it too So can anyone help? Thank you all Greetings Mark -- -------------------------------------------------------------- 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]