Hi Janani,

I had similar problems with Jsrev/GnuJSP and was able to get it running 
finally. I would strongly recommed reading the install doc that comes with 
the JServ package.

I guess you missed out the "make install" step. But i guess it's O.k
since you copied the file. But I am not sure what else you might have missed 
because of this step.

After install I appended the JServ.conf(please open jserv.conf file and 
read) file created in the example directory to httpd.conf instead of editing 
httpd file. And I did the
test after restarding the httpd process as follows

to kill the process
cat   /var/run/httpd.pid
kill  # --# is the o/p of last command

to start
httpd -f path/to/httpd.conf (-f part I guess is optional)

lynx http://localhost/Jserv/ and
lynx http://localhost/example/Hello/

Note: You are not required to do anything else for your testing.

read the INSTALL doc that is included with the JSERV package for more
details.

Once this works you can edit the files and playaround with it to setup
your own servlet zones.


-Vinoo


>From: Janani Panchapakesan <[EMAIL PROTECTED]>
>Reply-To: "Java Apache Users" <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>CC: [EMAIL PROTECTED]
>Subject: JServ Configuration Problem
>Date: Wed, 26 May 1999 13:49:51 -0400 (EDT)
>
>Hi all,
>
>I am getting the following error when i try to access any servlet
>
>-------------------------------------
>Internal Server Error
>
>The server encountered an internal error or misconfiguration and was
>unable to complete your request.
>
>Please contact the server administrator, [EMAIL PROTECTED] and inform
>them of the time the error occurred, and anything you might have done that
>may have caused the error.
>
>
>Apache/1.3.3 Server at apollo.cais.com Port 80
>----------------------------------------------
>
>I use,
>Redhat Linux 5.2
>Apache 1.3.3
>Blackdown's JDK 1.1.7 v1a
>JSDK 2.0
>Apache Jserv 1.0b5
>
>Herez how i did the configuration:
>For configuring Apache, in the apache source directory,
>../configure \
>--prefix=/usr/local/apache \
>--enable-shared=max
>
>then, 'make; make install' --worked fine.
>
>Then, to configure JServ, in the JServ source directory,
>../configure \
>--with-apache-install=/usr/local/apache \
>--with-jdk-home=/usr/local/jdk117_v1a \
>--with-jsdk=/usr/local/JSDK2.0
>
>Everything went fine without any error messages. I then did 'make' and
>copied the mod_jserv.so to $APACHE_DIR/libexec directory (where the other
>modules were present).
>
>I included the following lines in httpd.conf
>LoadModule jserv_module       libexec/mod_jserv.so
>
>then,
>AddModule mod_jserv.c
>
>and finally,
>Include /usr/local/ApacheJServ-1.0b5/example/jserv.conf
>
>
>I commented out the first line of jserv.conf which had the same LoadModule
>directive.
>
>Herez the listing of my log file (jserv.log)
>[26/05/1999 13:29:48:813] (INFO) jserv_watchdog:(19575) watchdog_cleanup()
>[26/05/1999 13:29:48:928] (INFO) Apache Module was cleaned-up
>[26/05/1999 13:30:57:710] (EMERGENCY) ajp11: can not connect to host
>127.0.0.1:8007
>[26/05/1999 13:30:57:710] (EMERGENCY) ajp11: connection fail
>[26/05/1999 13:30:57:710] (ERROR) an error returned handling request via
>protocol "ajpv11"
>
>I have no clue as to why this happens ... kindly let me know where i am
>missing out.
>
>I have gone through all the archived messages but none of the solutions
>worked out for me. I am kinda desperate to get this stuff working asap!
>
>Thanks in advance,
>
>Sincerely,
>Janani
>
>
>
>-- --------------------------------------------------------------
>To subscribe:        [EMAIL PROTECTED]
>To unsubscribe:      [EMAIL PROTECTED]
>READ THE FAQ!!!!     <http://java.apache.org/faq/>
>Archives and Other:  <http://java.apache.org/main/mail.html/>
>Problems?:           [EMAIL PROTECTED]
>


_______________________________________________________________
Get Free Email and Do More On The Web. Visit http://www.msn.com


-- --------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
READ THE FAQ!!!!     <http://java.apache.org/faq/>
Archives and Other:  <http://java.apache.org/main/mail.html/>
Problems?:           [EMAIL PROTECTED]

Reply via email to