----------------------------------------------------------------
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!!!
----------------------------------------------------------------
Hi again!
I'm trying to explain you how to configure apache
with jserv and mod_ssl. I know it isn't easy but be
patiently.
1.- Donwload apache, mod_ssl, openssl and mod_jserv
2.- Unzip them
APACHE + SSL -------------------------------------
3.- Configure openssl. In my case (european
citizen):
$ PATH_OPENSSL/sh config no-idea -fPIC
4.- Configure apache + modssl:
$ PATH_MODSSL/configure --with-apache=../apache_1.3.11
--with-ssl=../openssl-0.9.4 --with-mm=../mm-1.0.12
--prefix=/usr/local/apache
--enable-shared=ssl
--enable-rule=SSL_EXPERIMENTAL
--enable-rule=SSL_VENDOR
5.- Compile and install apache:
$ PATH_APACHE/make
$ PATH_APACHE/make install
(you can make the certificate later)
6.- Then you should have Apache (with ssl) already
installed.
JSERV -------------------------------------------
7.- Configure APJServ: (I supose you've already
installed jdk, jsdk
$ PATH_APJSERV/configure --prefix=/usr/local/jserv
--with-java-platform=2 //(java2)
--with-jdk-home=/usr/java1.2 //(where is
java2)
--with-JSDK=/atca/proyectos/Apache/INSTALACION/JSDK2.0/lib/jsdk.jar
// (where is jsdk)
--enable-EAPI //(for SSL)
--with-apxs=/path/to/apache/installation/bin/apxs
8.- Install ApJServ
$ make
$ make install
9.- Copy both .jar (in PATH_JSERV/src/java) to
PATH_APACHE_INSTALLED/libexec
10.- Configure apache to accept JServ:
10.1.- In httpd.conf:
Include /usr/local/apache/conf/jserv/jserv.conf
10.2.- In jserv.conf:
ApJServProperties /path/to/jserv.properties
10.3.- Configure zones if you want to but at this
point, with the file zone.properties, you can test
some servlets.
--------------------------------------------
I know it is a big extense but I don't know where
you problem is. If you detect it, please tell me.
Further information: [EMAIL PROTECTED]
-------------------------------------------------
Bye: Jesus
_______________________________________________________________
Do You Yahoo!?
Consiga gratis su dirección @yahoo.es en http://correo.yahoo.es
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]