1/
I saw that apache 1 has support for tomcat 4, through mod_jserv.so.
Apache 2 is also bundled, but WITHOUT tomcat support.
It would be nice if this support was continued.
I had to add Apache 2.2 and tomcat 5 from sunfreeware and compile mod_js.so to
get support for JSPv2 (only in tomcat 5).
2/
I suggest modifying the last line in /lib/svc/method/http-apache2
< exec ${APACHE_HOME}/bin/apachectl $cmd 2>&1
---
> exec ${APACHE_HOME}/bin/apachectl -d ${APACHE_HOME} -f ${CONF_FILE} -k $cmd
> 2>&1
=> httpd will honour the APACHE_HOME and CONF_FILE variables instead of using
compiled in variables.
This message posted from opensolaris.org