I believe I've almost got everything right, but I need a little help in
getting JServ to run with RH 5.2 and Apache 1.3.3 correctly.

I've got JServ 1.0b3 for Apache,  JSDK 2.0 and JDK 117 already.  I've
got them all untarred and I put them in /usr/Apache-JServ-10b3,
/usr/local/JSDK2.0 and /usr/local/jdk117_v1a.

I added the following lines to the PATH statement in /etc/profile and
added the other environment variables and have exported them.
PATH="$PATH:/usr/X11R6/bin:/usr/local/jdk117_v1a/bin:/usr/local/JSDK2.0/bin"

JAVA_HOME="/usr/local/jdk117_v1a"
JSDK_HOME="/usr/local/JSDK2.0"
CLASSPATH="$JAVA_HOME/lib/classes.zip:$JSDK_HOME/lib/jsdk.jar"

I've configured JServ from the Apache-JServ-10b3 directory with the
following lines for DSO capabilities:

./configure --with-apache-install=/usr \
            --prefix=/usr --enable-apache-conf

All went well with the configuration.  I then did a "make" and a "make
install" and all completed fine.

In my httpd.conf file, after all my LoadModule and AddModule lines, I
added the line:
Include /usr/local/Apache-JServ-10b3/example/jserv.conf

I then tried to restart Apache.  I got errors, so I changed the
LoadModule line in the jserv.conf file to point to the correct directory
where mod_jserv.so is located.  I then tried to restart Apache again.  I
got an error around line 99 about SetHandler being incorrect.

I then looked in the
/usr/local/Apache-JServ-1ob3/example/jserv.properties and saw a line
under the Security Parameters section that said:
#security.selfservlet=true

I uncommented it and then restarted Apache.  It worked that time !

I can now get a page from JServ when I do:
www.mydomain.com/jserv/

It has some information and a link for info about "Configured hosts"
with my domain in it and one for "Mapped servlet engines" with
"ajpv11://localhost:8007".

If I click on the link with my domain name in it, I get anoher page with
info in it.  If I click on the link with the Mapped servlet engine, my
Netscape connects but sits with a Waiting for reply message.

I've tried to run the "Hello" example, but I get the same type of
result.  Netscape gives the Waiting for reply message.

Any suggestions about what's going on with this ?

Any help would be greatly appreciated.

Thanks in advance !

C'ya,
Edmund
[EMAIL PROTECTED]



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

Reply via email to