Perhaps someone on this list has seen this problem in executing a .jsp
and can provide some direction.  Thanks.

--
Ron Parker
Software Creations            http://www.scbbs.com
TradeWinds Publishing         http://www.intl-trade.com
TradePoint Los Angeles        http://www.tradepointla.org
SiteDirector Security Server  http://livepublish.scbbs.com
Civil War Online Library      http://civilwar.scbbs.com



Hello,

I just downloaded and installed gnujsp-1.0cvs-19991010-2135.  When
trying to run any .jsp file I get an Internal Error (described below).
I am running Linux Redhat 5.2, jdk1.2pre from blackdown.  Apache Jrun
servlet engine (installed and running).  To test my logic, I went went
back to a gnujsp install running on another host and installed
gnujsp-1.0cvs-19990916-0700.  It appears to work.

I've tried to include what I think are the relevant config snippets
below.  Any assistance would be appreciated.

Thanks.

*** message from web server:

Internal Server Error

The server encountered an internal error or misconfiguration and was
unable to complete your request.

Premature end of script headers: (null)

*** jserv.log:

[11/10/1999 16:46:11:099] (EMERGENCY) ajp11: cannot scan servlet headers

[11/10/1999 16:46:11:099] (ERROR) an error returned handling request via
protoc


** In httpd.conf

ApJServMount /servlets /live10-1010
ApJServAction .jsp /servlets/gnujsp


** In jserv.properties

wrapper.classpath=/usr/src/jdk1.2/lib/tools.jar
wrapper.classpath=/usr/src/ApacheJServ-1.0/src/java/ApacheJServ.jar
wrapper.classpath=/usr/src/JSDK2.0/lib/jsdk.jar
wrapper.classpath=/usr/src/javamail-1.1.2/mail.jar
wrapper.classpath=/usr/src/jaf-1.0.1/activation.jar
wrapper.classpath=/usr/openlink/jdk11/opljdbc.jar

zones=example,live10-0916,live10-1010

example.properties=/usr/src/ApacheJServ-1.0/example/example.properties
live10-0916.properties=/home/servlets/conf/live10-0916.properties
live10-1010.properties=/home/servlets/conf/live10-1010.properties

** in live10-1010 properties

repositories=/home/servlets/classes
repositories=/usr/src/gnujsp-1.0cvs-19991010-2135/lib/gnujsp10cvs.jar
repositories=/usr/src/jswdk-1.0/lib/servlet.jar

servlets.startup=gnujsp

servlet.gnujsp.code=org.gjt.jsp.JspServlet
servlet.gnujsp.initArgs=pagebase=/home/httpd/htdocs,scratchdir=/var/tmp,checkur

servlet.org.gjt.jsp.JspServlet.initArgs=scratchdir=/var/tmp

--
Ron Parker
Software Creations            http://www.scbbs.com
TradeWinds Publishing         http://www.intl-trade.com
TradePoint Los Angeles        http://www.tradepointla.org
SiteDirector Security Server  http://livepublish.scbbs.com
Civil War Online Library      http://civilwar.scbbs.com



Reply via email to