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

i suggest you to install jserv within apache (it's faster);

you need to have this package :

apache jserv 1.1.2
apache 1.3.x
jdk_1_2_2 or higher (u can find it on sun site java.sun.com)
jsdk20 or higher  (u can find it on sun site java.sun.com)

1 . xtract all
2. configure apache

            ./configure --prefix=/usr/local/apache
            make
            make install

3. configure jserv

            ./configure --with apache-src=/path/to/xtracted/apache
                            --prefix=/usr/local/jserv
                            --with-jdk-home=/path/to/xtracted/jdk
                            --with-JSDK=/path/to/jsdk20/jsdk.jar
            make
            make install

4. copy ApacheJserv.jar to /usr/local/jserv
5. riconfigure apache

            ./configure --prefix=/usr/local/apache
                            --activate-module=src/modules/jserv/libjserv.a
            make
            make install
6. add Include /usr/local/jserv/etc/jserv.conf at bottom of httpd.conf
7. restart apache and try http://yourhost/servlet/Hello.class  or
http://yourhost/servlet/IsItWorking.class

byez



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