> Documentation in server.xml states that I need the MOD_WEBAPP connecter to
> connect the two together and to read the README.txt file that comes with
it.
>   I've been looking around but I'm unable to find the WebApp Module
> distribution.  Does anyone have the URL for this?  Does anyone know of any
> other documentation on configuring both of these to work together other
than
> what's in server.xml?  I appreciate any help.  Thanks.
>


Download the  webapp-connector from
http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.1/src/
Read the docs.
This is how I got it to work:

Once mod_webapp module is compiled copy mod_webapp.so to your Apache modules
directory.
ie:/etc/httpd/modules.
Copy tomcat-webapp.ajr to $CATALINA_HOME/server/lib

Add this lines to your http.conf


LoadModule webapp_module    modules/mod_webapp.so
WebAppConnection warpConnection warp localhost:8008 ## Change this to your
server name/port
WebAppDeploy   examples   warpConnection    /examples/

Restart Tomcat
Restart Apache

You're good to go.

Hope this help.

----------------------------------------------------------------------------
----------------------------
         Arnaldo Riquelme
Director of System Operations
Dynamic Capital Management
Office:(907)562-6374
e-mail:[EMAIL PROTECTED]

----------------------------------------------------------------------------
----------------------------


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to