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

2009-02-04 Thread Ian Collins
Shweta Parakh -X (shparakh - Infosys at Cisco) wrote: > Hi, > > I am trying to build mod_jk for Apache 2.2.11 and Tomcat 4.1.39 on > Solaris10 Sparc machine. > This isn't the place to ask, try one of Sun's Solaris forums or have a look at http://www.sun.com/software/solaris/amp/index.html. --

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

2009-02-04 Thread Shweta Parakh -X (shparakh - Infosys at Cisco)
Hi, I am trying to build mod_jk for Apache 2.2.11 and Tomcat 4.1.39 on Solaris10 Sparc machine. 1. Downloaded mod_jk (version 1.2.27) source from http://tomcat.apache.org/download-connectors.cgi

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

2006-11-26 Thread James McPherson
On 11/23/06, ben short <[EMAIL PROTECTED]> wrote: But I get the following error when trying to start apache. [ Nov 22 20:31:44 Executing start method ("/lib/svc/method/http-apache2 start") ] Syntax error on line 275 of /etc/apache2/httpd.conf: API module structure `jk_module' in file /opt/c

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

2006-11-25 Thread ben short
Hi Matt, The error i see is.. [ 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.so into server: ld.so.1: httpd: fat

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

2006-11-25 Thread Matthew Briggs
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 information. Matt Ben Short wrote: 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 w

[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