---------------------------------------------------------------- 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 having problems getting Jserv to respond properly. The symptoms are the following. - http://localhost/jserv shows the status page. - httpd loads properly. - Jserv error logs don't show any new errors. - JDK seems to be 'linked' properly (/usr/local/bin/java) is the directory for Version 1.1.8 by Blackdown. - http://localhost/servlet/IsItWorking or http://localhost/servlets/IsItWorking Show an "Internal Server Error" message with no Exception 'dump'. I am not sure what would be consider appropriate to 'attach' here without creating a huge email so please if you do require more further information or config files, let me know and I'll be more than happy to send them along. Summarized .conf and .properties files.: ======================================== httpd.conf ------------ LoadModule jserv_module modules/mod_jserv.so # Later on in the file. AddModule mod_jserv.c jserv.conf ------------- <IfModule mod_jserv.c> ApJservManual-false ApJservProperties /etc/httpd/conf/jserv/jserv.properties ApJservMount = /servlets /root ApJservMount = /servlet /root ApJservAction .jsp /servlets/gnujsp ApJservLogLevel notice #I am changing this to debug to try continuing to get more info while I await a reply here. <Location /jserv/> SetHandler jserv-status order deny, allow # deny from all allow from localhost </Location> </IfModule> jserv.properties ----------------- wrapper.bin = /usr/local/bin/java/bin/java # this is where I installed the JDK 1.1.8 from Blackdown. wrapper.bin.parameters=-v wrapper.classpath=/usr/lib/apache/ApacheJserv.jar wrapper.classpath=/home/httpd/classes/servlet-2.0.jar wrapper.classpath=/usr/local/java/lib/classes.zip zones=root root.properties=/etc/httpd/conf/jserv/zone.properties pool-false pool.capacity=10 # You can assume that all other properties not listed here are the default values. mod_jserv.log (the most recent boot shows) - (EMERGENCY) ajp12[1]: cannot scan servlet headers (500) - (ERROR) an error returned handling request via protocol (ajpv12" Thanks alot. -=-=-=-=-=-=-=-=-=-=-=-=-=-=- John Bateman Senior Systems Developer I.C.Axon 3575 Boul St. Laurent #650 Montreal, Quebec H2X-2T7 Tel: (514)-274-4400 Ext. 308 Fax: (514)-274-4012 -- -------------------------------------------------------------- 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]