mod_webapp is no longer actively developed, and has some problems that will most likely never be addressed unless someone wants to revive the project.


The recommended connectors are JK (mod_jk.so) or JK2 (mod_jk2.so). There are pros and cons to either, which you choose is up to you.

http://jakarta.apache.org/tomcat/faq/connectors.html

John

J. Joe Wang wrote:

Hi John,

Then what do you think I should use?

Thanks,
Joe
On Mon, 2003-07-28 at 12:17, John Turner wrote:

Sounds like you have mod_webapp loaded anyway. Is it statically linked or somehing?

Sorry, I don't use mod_webapp (and you shouldn't, either! ;) ), so I can't help much beyond the basic Apache-related config stuff like LoadModule and AddModule.

John

J. Joe Wang wrote:


Hi John,

Thanks for the reply!
Yeah, there is only one LoadModule/AddModule pair for mod_webapp. Here is the LoadModule/AddModule block in my httpd.conf.
LoadModule php4_module libexec/libphp4.so
LoadModule webapp_module libexec/mod_webapp.so


AddModule mod_webapp.c

The line 1035 is
<IfModule mod_webapp.c>
The line 1036 is WebAppConnection warpConn warp localhost:8008
The line 1037 is WebAppDeploy examples warpConn /examples
The line 1038 is WebAppInfo /webapp-info
And the line 1039 (last line of httpd.conf)
</IfModule>


If I remove line 1037 and 1038, then the apache can be started.

Thanks!






--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]




--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]




--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to