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]