Re: [osol-discuss] Solaris 10 Apache 2 Tomcat and mod_jk

2006-11-25 Thread ben short
pache module DSO? [ Nov 22 20:31:44 Method "start" exited with status 1 ] On 11/22/06, Matthew Briggs <[EMAIL PROTECTED]> wrote: Running 'svcs -xv' will show you the status of any services in maintenance mode, including a pointer to the SMF logfile to check for more informa

[osol-discuss] PostgreSQL 8.1.4 - Cant start

2006-11-23 Thread Ben Short
Hi, I have install postgresql from blastwave but get the following error when I try to start it up. LOG: could not bind IPv6 socket: Cannot assign requested address HINT: Is another postmaster already running on port 5432? If not, wait a few seconds and retry. LOG: database system was shut

[osol-discuss] Re: Solaris 10 Apache 2 Tomcat and mod_jk

2006-11-22 Thread Ben Short
I did a find for apachectl and it finds it in three locations /usr/apache/bin/apachectl /usr/apache2/bin/apachectl /opt/csw/apache2/sbin/apachectl The first is an apache 1.3 install, the second an apache 2.0.52 install the the third is an apache 2.2.3 install. After looking at the package on th

[osol-discuss] Re: Solaris 10 Apache 2 Tomcat and mod_jk

2006-11-22 Thread Ben Short
An update, Using svcs -xv i found the logfile which contained.. [ Nov 22 19:35:06 Method "start" exited with status 1 ] [ Nov 22 19:35:06 Executing start method ("/lib/svc/method/http-apache2 start") ] Syntax error on line 275 of /etc/apache2/httpd.conf: Cannot load /usr/apache2/libexec/mod_jk.s

[osol-discuss] Solaris 10 Apache 2 Tomcat and mod_jk

2006-11-22 Thread Ben Short
I'm trying to get Apache 2 to use mod_jk in a Solaris 10 Zone. I have installed the ap2_mod_jk package from blastwave with no errors. I added the following line to the correct httpd.conf LoadModule jk_module libexec/mod_jk.so And then try to start apache using svcadm enable apache2 I then do