Hi Ben,

before you integrate your apache into Solaris SMF (service management facility) you should first check, if apache does really work.

So begin by using the usual apachectl script and once you debugged your configuration and the functionality looks good, you can use SMF to reliably start the service.

Adding only the LoadModule line in the Apache config is not enough. You need to read the online documentation of tomcat connectors, especially the pages about apache configuration and also about workers.properties.

Regards,

Rainer

ben short wrote:
Hi,

Sorry if that this is a bit off topic but i figured someone might have
some experience.

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 svcs and it shows the following

maintenance    19:35:06 svc:/network/http:apache2

I have check the logfiles but nothing is being written to them.

The output from uname -a is

SunOS arachne 5.10 Generic_Patch_118844-30 i86pc i386 i86pc

Has anyone tried to do this?

Regards

Ben

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to