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



We are facing a problem while trying to configure ApacheJserv.

Hardware and Software Details.
Platform : RS/6000 AIX Ver 4.3.2.0
Apache server Ver 1.3.12
JSDK2.0
Ansi C
JDK 1.1.6
GNU MAKE 3.78.1
Perl 5.6.0
Apache Jserv Ver 1.1


I used the following command line to install Apache server.

./configure --prefix=/usr/local/apache --enable-rule=SHARED_CORE
--enable-module=so
make 
make install
          
                                         
and after this installation the apache webserver was working fine and there
is no error during installation.

and for Apache Jserv the command line used to install is...

./configure --prefix=/usr/local/jserv --with-apxs=/usr/local/apache/bin/apxs
--jdk-home=/usr/jdk_base --with-JSDK=/usr/local/JSDK2.0/lib/jsdk.jar
--disable-debugging

make 
make install

Installation went through without any error message, but when I add the 
Include /usr/local/apache/conf/jserv/jserv.conf  in httpd.conf file(end) and
when I try to start the apache server it gives the following error message.

./apachectl{71}:42232 Segmentation fault(coredump)
./apachectl start:httpd could not be started.



I have also tried installing Apache web server and ApacheJserv using Static
compilation option. Here I am able to start the Apache Web server, but the
problem is when I try to open a java program (for eg: Hello.java)in any
browser, instead of displaying the result in the screen, it ask do you want
to save the result (for eg: Hello.html) and if I save the file and open it,
I am able to see the result with some junck information. ( What is expected
is it should show the result in the screen itself.)

Pls. help.

thanks, 

Panna.


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

Reply via email to