I have still problems installing JServ on SuSE 6.0.

1) I uninstalled the apache coming with the SuSE CD.

2) I�ve got the newst SRC�s from apache (1.3.6)
   and JServ (1.0b4) and unpack them.

3) JDK is coming with SuSE-6.0 (in /usr/lib/jdk1.1.7)

4) I put JSDK2.0 in /usr/local/jsdk , set the PATH
        export PATH=/usr/local/jsdk/bin:$PATH
   and start the sevletrunner with
        /usr/local/jsdk/bin/servletrunner & 

5) I installed apache in /usr/local/apache with
        ./configure --prefix=/usr/local/apache
                    --enable-rule=SHARE_CORE
                    --enable-module=so
        make
        make install
        cd /usr/local/apache/bin/apachectl start

6) I installed JServ with
        ./configure --with-apache-install=/usr/local/apache
                    --prefix=/usr/local/jserv
                    --enable-apache-conf
                    --with-jdk-home=/usr/lib/jdk1.1.7
                    --with-jsdk=/usr/local/jsdk

Then i�ve got the following message:

.
.
creating src/java/org/apache/jserv/JServDefs.java
mkdir: cannot make directory �src/scripts/package/tar.gz�: No such file
or directory
.

So i irnored that messages, do make and make install in the SRC of 
apache and JServ, put at httpd.conf the following line:

     Include /usr/src/Apache-JServ-1.0b4/example/jserv.conf

restart Apache.
When i call http://127.0.0.1:80/jserv i�ve got the Apache-message, the 
configured host looks ok:

Server Name             Mastermind.sema.de 
ApJServManual           FALSE (AUTOMATIC OPERATION) 
ApJServProperties      
/usr/src/ApacheJServ-1.0b4/example/jserv.properties 
ApJServDefaultProtocol  ajpv11 (PORT 8007) 
ApJServDefaultHost      localhost (ADDR 127.0.0.1) 
ApJServDefaultPort      8007 
ApJServLogFile          /usr/src/ApacheJServ-1.0b4/example/jserv.log
(DESCRIPTOR 6) 
ApJServMountCopy        TRUE

but when i call "Mapped server engines", i�ve got the message:

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.
More information about this error may be available in the server error
log.
Apache/1.3.6 Server at Mastermind.sema.de Port 80

Does anyone of you have an idea about that problem?

Michael



-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Michael Schulz                           Phone: +49 221 8299 243
Umwelt-Informations-Systeme              Fax:   +49 221 8299 288
Sema Group Deutschland GmbH              mailto:[EMAIL PROTECTED]
Kaltenbornweg 3, 50679 Koeln, Germany    http://www.sema.com
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= EOM -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=


----------------------------------------------------------------
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