Andoni wrote:
I have my .conf files working fine, I just have a question that is bugging
me.

I am told everywhere to put my mod_jk.conf file under the /tomcat/conf/
directory and then include it in the bottom of my httpd.conf file.  Is there
any real reason for this separation?  Can I just take all that is in this
file and paste it into the bottom of my httpd.conf file where the include
statement is?
No reason at all, in fact that's what I do.

In fact in some setups, mod_jk.conf CANNOT be in tomcat's conf dir, because tomcat could be on a separate machine. Since mod_jk.conf is
properly an apache conf file, not a tomcat one, the correct place
imho is in apache's conf dir.

Matt




--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to