Mod webapp.so

2003-02-01 Thread Bryan A. Zimmer
Hello,

I am trying to configure Tomcat to work with Apache on a Linux box running Redhat 8.0. 
Tomcat itself seemed fine, as does httpd (Apache) by itself, but when I add the 
mod_webapp.so lines to the httpd.conf file, I keep getting messages like:
"undefined symbol: ap_table_get", when I restart Apache.

Can anyone shed light on this frustrating problem?

Thanks.



Re: Mod webapp.so

2003-02-01 Thread Jacob Kjome

I can't shed any light on the problem, but mod_webapp is not being actively 
developed, so I suggest you move to mod_jk or jk2 and forget about 
mod_webapp.  If you find problems there, at least someone will eventually 
fix any bugs you find.  mod_webapp is just plain dead.


Jake

At 02:14 PM 2/1/2003 -0600, you wrote:
Hello,

I am trying to configure Tomcat to work with Apache on a Linux box running 
Redhat 8.0. Tomcat itself seemed fine, as does httpd (Apache) by itself, 
but when I add the mod_webapp.so lines to the httpd.conf file, I keep 
getting messages like:
"undefined symbol: ap_table_get", when I restart Apache.

Can anyone shed light on this frustrating problem?

Thanks.