Hi All...
Does anyone of You have experience with Apache / Jserv on AIX?
I don`t get Apache running if I include jserv.conf in HTTPD.conf.
Without the Include Statement Apache works fine.
The errormessage while starting Apache is:
rsa3::georg => /usr/local/apache/bin/apachectl start
/usr/local/apache/bin/apachectl[71]: 30836 Memory fault
/usr/local/apache/bin/apachectl start: httpd could not be started
logfiles don`t help. Even in debug mode.
Java Version is 1.2.2.
I`ve tried gcc 2.95.2 and cc_r (visual age 5.0.1.0) for both Apache and
JServ.
Configure Options for Apache were (I need DSO support):
./configure \
--prefix=/usr/local/apache \
--enable-shared=max \
--enable-module=so \
--enable-rule=SHARED_CORE
Configure Options for JServ:
./configure \
--prefix=/usr/local/jserv \
--with-apxs=/usr/local/apache/bin/apxs \
--with-JSDK=/usr/local/jsdk \
--with-java=/usr/java_dev2/jre/sh/java \
--with-javac=/usr/java_dev2/sh/javac \
--with-javadoc=/usr/java_dev2/docs \
--with-java-platform=2 \
--with-jar=/usr/java_dev2/bin/jar \
--disable-debugging
It would be fantastic to get some information...
Thanks
Georg