You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Xiaoqin Wang <wa...@asiainfo.com> on 2000/09/27 11:13:50 UTC

tomcat+apache bug

i install apache_1_3_12 on windows NT 4.0 SP4, start it and visit
http://localhost:8080 successfully.
then i download ApacheModuleJServ.dll from
http://jakarta.apache.org/builds/tomcat/release/v3.1/bin/win32/i386/ApacheMo
duleJserv.dll
and save it to $Apache_Root/modules, insert a new line in  httpd.conf
"LoadModule jserv_module modules/ApacheModuleJserv.dll".
but when i restart apache, there's error .after i delete the new line in
httpd.conf,apache startup successfully.

error message :

[Wed Sep 27 18:00:22 2000] [warn] pid file f:/apache
group/apache/logs/httpd.pid
 overwritten -- Unclean shutdown of previous Apache run?
You must specify a secret key, or disable this feature.
To disable, add "ApJServSecretKey DISABLED" to your Apache cconfiguration
file.
To use, add "ApJServSecretKey {filename}" where filename is document
with more or less random contents, and perhaps a few kb in length.
The Apache JServ documentation explains this in more detail.


wangxq 
Beijing China