Not sure about enable-rule=SHARE_CORE, when I build Apache 1.3 I did

./configure --enable-so

to enalbe DSO.

Also, to clarify (both connect to Tomcat 4.0.4)

For Apache 1.3.26 I add four lines to httpd.conf
         LoadModule webapp_module libexec/mod_webapp.so
           AddModule mod_webapp.c
         WebAppConnection warpConnection warp www.mydomain:8008
         WebAppDeploy examples warpConnection /examples/

For Apache 2.0.39 I add only three line to httpd.conf
         LoadModule webapp_module libexec/mod_webapp.so
         WebAppConnection warpConnection warp www.mydomain:8008
         WebAppDeploy examples warpConnection /examples/
Ten
-----Original Message-----
From: Mario Henley Becerril Geldis [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 08, 2002 10:10 AM
To: Ten-Hung Chu
Cc: [EMAIL PROTECTED]
Subject: RE: mod_webapp.so


On Fri, 5 Jul 2002, Ten-Hung Chu wrote:

> As I mentoned below, you need to add this line
>
> AddModule mod_webapp.c
>
> after the LoadModule line in httpd.conf, check INSTALL.txt for more
detail.


  Document say:


   <!-- The MOD_WEBAPP connector is used to connect Apache 1.3 with Tomcat
4.0
       as its servlet container. Please read the README.txt file coming
with
       the WebApp Module distribution on how to build it.
       (Or check out the "jakarta-tomcat-connectors/webapp" CVS
repository)

       To configure the Apache side, you must ensure that you have the
       "ServerName" and "Port" directives defined in "httpd.conf".  Then,
       lines like these to the bottom of your "httpd.conf" file:

         LoadModule webapp_module libexec/mod_webapp.so
         WebAppConnection warpConnection warp www.mydomain:8008
         WebAppDeploy examples warpConnection /examples/

       The next time you restart Apache (after restarting Tomcat, if
needed)
       the connection will be established, and all applications you make
       visible via "WebAppDeploy" directives can be accessed through
Apache.
  -->


   But when i try ckeck config apache say:

  #apachectl configtest

  Invalid command 'LoadModule', perhaps mis-spelled or defined by a module
not included in the server configuration

   Any ideas..???


  I compile apache with  --enable--rule=SHARED_CORE  for enable DSO...



--
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]>

Reply via email to