I ignore the message myself. Can we see some httpd.conf configuration stuff relevant to the apache mod_webapp.so?
I do something like the following. ... LoadModule webapp_module modules/mod_webapp.so ... ClearModuleList ... AddModule mod_webapp.c ... WebAppConnection conn warp 192.168.0.10:8008 WebAppConnection morpheus warp 192.168.0.11:8008 WebAppDeploy examples conn /examples WebAppDeploy javahello morpheus /javahello WebAppInfo /webapp-inf The first WebAppConnection connects to the local tomcat with a "warp" connection, and the second one connects to tomcat on another machine. The first WebAppDeploy is for the local "conn" and the second is for the remote "morpheus". The WebAppInfo is not needed, and doesn't really seem to work for me! :) You'll find all this information with the mod_webapp.so source code on the Tomcat website. -----Original Message----- From: Mauricio Tia Ni Gong Lin [mailto:[EMAIL PROTECTED]] Sent: May 31, 2002 3:58 PM To: [EMAIL PROTECTED] Subject: Loaded DSO /usr/lib/apache/mod_webapp.so uses plain Apache 1.3 API, this module might crash under EAPI! I am using mod_webapp to connect apache web server version 1.3.20 with Tomcat 4, but the following warning message is showed when I start the apache web server: <----------------------------------------------------------------------- --- [Fri May 31 17:47:00 2002] [warn] Loaded DSO /usr/lib/apache/mod_webapp.so uses plain Apache 1.3 API, this module might crash under EAPI! (please recompile it with -DEAPI). ------------------------------------------------------------------------ ---> The apache web server is running, but i cannot access jsp files via mod_webapp. When i set the http://www.ppgi.fua.br:8080/inscricao/inscricao.jsp, the Tomcat show me the page. But when i try http://www.ppgi.fua.br/inscricao/inscricao.jsp, the Apache Server can't find the page. Is there anything wrong? Regards, Mauricio Lin -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
