----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------

Hello, I'm trying to install ApacheJServ -1.1.2 on Apache 1.3.12
Linux SuSE 6.2 kernel 2.2.10
I think that I'm making what howto's & FAQs says but I can't install it
correctly.
I have execute this instructions:

### Apache directory
./configure \
--prefix=/usr/local/apache \
--enable-rule=SHARED_CORE \
--enable-module=so
make install

### JServ directory
./configure \
--prefix=/usr/local/jserv \
--with-apache-src=/usr/local/apache \
--with-jdk-home=/usr/lib/jdk1.1.7 \
--with-JSDK=/usr/local/jsdk/lib/jsdk.jar \
--disable-debugging
make
make install

### Apache directory
./configure \
--prefix=/usr/local/apache \
--activate-module=src/modules/jserv/libjserv.a
make install


Then I execute apache/bin/httpd -l and mod_jserv is not loaded.
Could anybody tell me where is the error?

Thanks

##################################
PostData: I can see in my browser the page of Apache JServ 1.1.2 Status in
http://www.server.com/jserv/
and I can see the changes that I'm making in my configuration on
http://www.server.com/jserv/status?module=www.server.com

but when I try to enter in a servlet zone that I have maden or in the link
of the mapped servlet engines
http://www.server.com/jserv/engine/0/

I see the next message:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable
to complete your request.

In the JservLog file I can read this:
[06/11/2000 17:26:53:079] (ERROR) wrapper: printing debugging information
(command line, env)
[06/11/2000 17:26:53:080] (ERROR) wrapper: argument[ 0]
/usr/lib/jdk1.1.7/bin/java
[06/11/2000 17:26:53:080] (ERROR) wrapper: argument[ 1]
org.apache.jserv.JServ
[06/11/2000 17:26:53:080] (ERROR) wrapper: argument[ 2]
/usr/local/jserv/conf/jserv.properties
[06/11/2000 17:26:53:080] (ERROR) wrapper: environment[ 0]
PATH=/bin:/usr/bin:/usr/local/bin
[06/11/2000 17:26:53:080] (ERROR) wrapper: environment[ 1]
CLASSPATH=/usr/local/apache/libexec/ApacheJServ.jar:/usr/local/jsdk/lib/jsdk
.jar


Thank you.

Carlos Godoy




--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search Archives: 
<http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to