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

I tried this too. But dint help

Harsha

> Hi Harsha,
>
> I dont know about Linux,but on solaris this is what I did.
>
> Apache Web Server (  ./configure command)
>
> ./configure \
> --prefix=PREFIX \
> --enable-rule=SHARED_CORE \
> --enable-module=so
>
> (where PREFIX is path under which apache should be installed), and
continue
> with make and make install.
> Then for Jserv
> ./configure \
> --with-apxs=<path-to-apche-installtion-directory>/bin/apxs \
> --prefix=PREFIX \
> --with-jdk-home=<path to jdk home> \
> --enable-debugging \
> --enable-compressed-jar \
> --with-JSDK=<path to jsdk.jar>/jsdk.jar
>
> Then make and make install.
>
> This works for me
> HTH
> Sudhi



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