You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Fabbris Pierluigi <pi...@poste.it> on 2007/05/25 17:24:44 UTC

Apache2.2.4 with tomcat 6.0 and module_jk2.2.4.so error

I've configure the Tomcat 6 and Apache 2.2.4 with module_jk2.2.4  how 
must I, but I've a error:
Thu May 24 23:27:13 2007] [notice] Apache/2.2.4 (Win32) mod_jk/1.2.23 
PHP/5.2.2 configured -- resuming normal operations
[Thu May 24 23:27:13 2007] [notice] Server built: Jan  9 2007 23:17:20
[Thu May 24 23:27:13 2007] [notice] Parent: Created child process 5620
[Thu May 24 23:27:13 2007] [warn] Useless use of AllowOverride in line 31.
[Thu May 24 23:27:13 2007] [warn] Useless use of AllowOverride in line 36.
[Thu May 24 23:27:13 2007] [warn] Useless use of AllowOverride in line 80.
[Thu May 24 23:27:13 2007] [warn] Useless use of AllowOverride in line 85.
[Thu May 24 23:27:13 2007] [warn] Useless use of AllowOverride in line 124.
[Thu May 24 23:27:13 2007] [warn] Useless use of AllowOverride in line 129.
[Thu May 24 23:27:13 2007] [warn] Useless use of AllowOverride in line 162.
[Thu May 24 23:27:13 2007] [warn] Useless use of AllowOverride in line 167.
[Thu May 24 23:27:13 2007] [warn] Useless use of AllowOverride in line 31.
[Thu May 24 23:27:13 2007] [warn] Useless use of AllowOverride in line 36.
[Thu May 24 23:27:13 2007] [warn] Useless use of AllowOverride in line 80.
[Thu May 24 23:27:13 2007] [warn] Useless use of AllowOverride in line 85.
[Thu May 24 23:27:13 2007] [warn] Useless use of AllowOverride in line 124.
[Thu May 24 23:27:13 2007] [warn] Useless use of AllowOverride in line 129.
[Thu May 24 23:27:13 2007] [warn] Useless use of AllowOverride in line 162.
[Thu May 24 23:27:13 2007] [warn] Useless use of AllowOverride in line 167.
[Thu May 24 23:27:13 2007] [notice] Child 5620: Child process is running
[Thu May 24 23:27:13 2007] [notice] Child 5620: Acquired the start mutex.
[Thu May 24 23:27:13 2007] [notice] Child 5620: Starting 250 worker 
threads.
[Thu May 24 23:27:13 2007] [notice] Child 5620: Starting thread to 
listen on port 80.
The Apache would have to give Start Ok, instead it gives  this error.
 Why?
Fabbris Pierluigi

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


Re: Apache2.2.4 with tomcat 6.0 and module_jk2.2.4.so error

Posted by Pid <p...@pidster.com>.
Fabbris Pierluigi wrote:
> I've configure the Tomcat 6 and Apache 2.2.4 with module_jk2.2.4  how 
> must I, but I've a error:
> Thu May 24 23:27:13 2007] [notice] Apache/2.2.4 (Win32) mod_jk/1.2.23 
> PHP/5.2.2 configured -- resuming normal operations
> [Thu May 24 23:27:13 2007] [notice] Server built: Jan  9 2007 23:17:20
> [Thu May 24 23:27:13 2007] [notice] Parent: Created child process 5620
> [Thu May 24 23:27:13 2007] [warn] Useless use of AllowOverride in line 31.
> [Thu May 24 23:27:13 2007] [warn] Useless use of AllowOverride in line 36.
> [Thu May 24 23:27:13 2007] [warn] Useless use of AllowOverride in line 80.
> [Thu May 24 23:27:13 2007] [warn] Useless use of AllowOverride in line 85.
> [Thu May 24 23:27:13 2007] [warn] Useless use of AllowOverride in line 124.
> [Thu May 24 23:27:13 2007] [warn] Useless use of AllowOverride in line 129.
> [Thu May 24 23:27:13 2007] [warn] Useless use of AllowOverride in line 162.
> [Thu May 24 23:27:13 2007] [warn] Useless use of AllowOverride in line 167.
> [Thu May 24 23:27:13 2007] [warn] Useless use of AllowOverride in line 31.
> [Thu May 24 23:27:13 2007] [warn] Useless use of AllowOverride in line 36.
> [Thu May 24 23:27:13 2007] [warn] Useless use of AllowOverride in line 80.
> [Thu May 24 23:27:13 2007] [warn] Useless use of AllowOverride in line 85.
> [Thu May 24 23:27:13 2007] [warn] Useless use of AllowOverride in line 124.
> [Thu May 24 23:27:13 2007] [warn] Useless use of AllowOverride in line 129.
> [Thu May 24 23:27:13 2007] [warn] Useless use of AllowOverride in line 162.
> [Thu May 24 23:27:13 2007] [warn] Useless use of AllowOverride in line 167.
> [Thu May 24 23:27:13 2007] [notice] Child 5620: Child process is running
> [Thu May 24 23:27:13 2007] [notice] Child 5620: Acquired the start mutex.
> [Thu May 24 23:27:13 2007] [notice] Child 5620: Starting 250 worker 
> threads.
> [Thu May 24 23:27:13 2007] [notice] Child 5620: Starting thread to 
> listen on port 80.
> The Apache would have to give Start Ok, instead it gives  this error.
> Why?
> Fabbris Pierluigi

My first guess would be that you've got a useless use of the 
AllowOverride directive at various points in the httpd.conf.

For excellent advice regarding the Apache web server, I *always* 
recommend the 'Apache Web Server User list' - you just can't beat it!

:*>


N.B. It's a 'warn' not an error, so it's not stopping the server from 
working.


> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
> 
> 


Re: Apache2.2.4 with tomcat 6.0 and module_jk2.2.4.so error

Posted by Mark Thomas <ma...@apache.org>.
Fabbris Pierluigi wrote:
> Thank Bill, where I can find the patch? I've Apache on Windows xp. :-(

The point Bill was making is there isn't any such patch and perhaps
you would like to write one.

Mark


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


Re: Apache2.2.4 with tomcat 6.0 and module_jk2.2.4.so error

Posted by Fabbris Pierluigi <pi...@poste.it>.
Thank Bill, where I can find the patch? I've Apache on Windows xp. :-(
Fabbris Pierluigi
Bill Barker ha scritto:
> The Tomcat auto-config was originally designed for Httpd 1.3.x (yes, it's 
> that old :).  It hasn't really kept up with Httpd, so some of the directives 
> are now out of date.  Patches are always welcome ;-).
>
> "Fabbris Pierluigi" <pi...@poste.it> wrote in message 
> news:4656FFBC.90508@poste.it...
>   
>> I've configure the Tomcat 6 and Apache 2.2.4 with module_jk2.2.4  how must 
>> I, but I've a error:
>> Thu May 24 23:27:13 2007] [notice] Apache/2.2.4 (Win32) mod_jk/1.2.23 
>> PHP/5.2.2 configured -- resuming normal operations
>> [Thu May 24 23:27:13 2007] [notice] Server built: Jan  9 2007 23:17:20
>> [Thu May 24 23:27:13 2007] [notice] Parent: Created child process 5620
>> [Thu May 24 23:27:13 2007] [warn] Useless use of AllowOverride in line 31.
>> [Thu May 24 23:27:13 2007] [warn] Useless use of AllowOverride in line 36.
>> [Thu May 24 23:27:13 2007] [warn] Useless use of AllowOverride in line 80.
>> [Thu May 24 23:27:13 2007] [warn] Useless use of AllowOverride in line 85.
>> [Thu May 24 23:27:13 2007] [warn] Useless use of AllowOverride in line 
>> 124.
>> [Thu May 24 23:27:13 2007] [warn] Useless use of AllowOverride in line 
>> 129.
>> [Thu May 24 23:27:13 2007] [warn] Useless use of AllowOverride in line 
>> 162.
>> [Thu May 24 23:27:13 2007] [warn] Useless use of AllowOverride in line 
>> 167.
>> [Thu May 24 23:27:13 2007] [warn] Useless use of AllowOverride in line 31.
>> [Thu May 24 23:27:13 2007] [warn] Useless use of AllowOverride in line 36.
>> [Thu May 24 23:27:13 2007] [warn] Useless use of AllowOverride in line 80.
>> [Thu May 24 23:27:13 2007] [warn] Useless use of AllowOverride in line 85.
>> [Thu May 24 23:27:13 2007] [warn] Useless use of AllowOverride in line 
>> 124.
>> [Thu May 24 23:27:13 2007] [warn] Useless use of AllowOverride in line 
>> 129.
>> [Thu May 24 23:27:13 2007] [warn] Useless use of AllowOverride in line 
>> 162.
>> [Thu May 24 23:27:13 2007] [warn] Useless use of AllowOverride in line 
>> 167.
>> [Thu May 24 23:27:13 2007] [notice] Child 5620: Child process is running
>> [Thu May 24 23:27:13 2007] [notice] Child 5620: Acquired the start mutex.
>> [Thu May 24 23:27:13 2007] [notice] Child 5620: Starting 250 worker 
>> threads.
>> [Thu May 24 23:27:13 2007] [notice] Child 5620: Starting thread to listen 
>> on port 80.
>> The Apache would have to give Start Ok, instead it gives  this error.
>> Why?
>> Fabbris Pierluigi
>>
>> ---------------------------------------------------------------------
>> To start a new topic, e-mail: users@tomcat.apache.org
>> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
>> For additional commands, e-mail: users-help@tomcat.apache.org
>>
>>
>>     
>
>
>
>
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
>
>
>   


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


Re: Apache2.2.4 with tomcat 6.0 and module_jk2.2.4.so error

Posted by Bill Barker <wb...@wilshire.com>.
The Tomcat auto-config was originally designed for Httpd 1.3.x (yes, it's 
that old :).  It hasn't really kept up with Httpd, so some of the directives 
are now out of date.  Patches are always welcome ;-).

"Fabbris Pierluigi" <pi...@poste.it> wrote in message 
news:4656FFBC.90508@poste.it...
> I've configure the Tomcat 6 and Apache 2.2.4 with module_jk2.2.4  how must 
> I, but I've a error:
> Thu May 24 23:27:13 2007] [notice] Apache/2.2.4 (Win32) mod_jk/1.2.23 
> PHP/5.2.2 configured -- resuming normal operations
> [Thu May 24 23:27:13 2007] [notice] Server built: Jan  9 2007 23:17:20
> [Thu May 24 23:27:13 2007] [notice] Parent: Created child process 5620
> [Thu May 24 23:27:13 2007] [warn] Useless use of AllowOverride in line 31.
> [Thu May 24 23:27:13 2007] [warn] Useless use of AllowOverride in line 36.
> [Thu May 24 23:27:13 2007] [warn] Useless use of AllowOverride in line 80.
> [Thu May 24 23:27:13 2007] [warn] Useless use of AllowOverride in line 85.
> [Thu May 24 23:27:13 2007] [warn] Useless use of AllowOverride in line 
> 124.
> [Thu May 24 23:27:13 2007] [warn] Useless use of AllowOverride in line 
> 129.
> [Thu May 24 23:27:13 2007] [warn] Useless use of AllowOverride in line 
> 162.
> [Thu May 24 23:27:13 2007] [warn] Useless use of AllowOverride in line 
> 167.
> [Thu May 24 23:27:13 2007] [warn] Useless use of AllowOverride in line 31.
> [Thu May 24 23:27:13 2007] [warn] Useless use of AllowOverride in line 36.
> [Thu May 24 23:27:13 2007] [warn] Useless use of AllowOverride in line 80.
> [Thu May 24 23:27:13 2007] [warn] Useless use of AllowOverride in line 85.
> [Thu May 24 23:27:13 2007] [warn] Useless use of AllowOverride in line 
> 124.
> [Thu May 24 23:27:13 2007] [warn] Useless use of AllowOverride in line 
> 129.
> [Thu May 24 23:27:13 2007] [warn] Useless use of AllowOverride in line 
> 162.
> [Thu May 24 23:27:13 2007] [warn] Useless use of AllowOverride in line 
> 167.
> [Thu May 24 23:27:13 2007] [notice] Child 5620: Child process is running
> [Thu May 24 23:27:13 2007] [notice] Child 5620: Acquired the start mutex.
> [Thu May 24 23:27:13 2007] [notice] Child 5620: Starting 250 worker 
> threads.
> [Thu May 24 23:27:13 2007] [notice] Child 5620: Starting thread to listen 
> on port 80.
> The Apache would have to give Start Ok, instead it gives  this error.
> Why?
> Fabbris Pierluigi
>
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
>
> 




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