Re: Tomcat 6 not working with Apache 1.3.37 on Debian

2009-06-23 Thread Rainer Jung
On 23.06.2009 14:57, zvince wrote: > I found an error in my Apache configuration : > > is wrong. > is correct. > is what we need to load the module. The "!" means that > the directives will be executed if the module is not in the modules list. > so, if I am right, > > LoadModule jk_mod

Re: Tomcat 6 not working with Apache 1.3.37 on Debian

2009-06-23 Thread zvince
I found an error in my Apache configuration : is wrong. is correct. is what we need to load the module. The "!" means that the directives will be executed if the module is not in the modules list. so, if I am right, LoadModule jk_module /usr/local/apache/modules/mod_jk.so AddM