4) Integrate Tomcat and Apache
  Add the following lines to httpd.conf:

  LoadModule webapp_module modules/mod_webapp.so
  AddModule mod_webapp.c
  You need to configure a connector in httpd.conf (examples shown for the
  modules you can export initially - remove the comments to enable them):

So this below is the connector?  I have no idea what it means.  Do I not
need to do
anything to the server.xml or web.xml for tomcat?

  <IfModule mod_webapp.c>
  WebAppConnection warpConnection warp localhost:8008
  WebAppInfo /webapp-info
  #WebAppDeploy examples warpConnection /examples
  #WebAppDeploy webdav warpConnection /webdav
  </IfModule>
  Before restarting Apache download Service+ from ActivePlus and use it to
set
  Apache as depending on Tomcat. Then restart Apache (Tomcat will restart
  automatically).

I don't want tomcat as the main server.  Also is it necessary to get the
Service+?




_________________________________________________________________
Send and receive Hotmail on your mobile device: http://mobile.msn.com


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

Reply via email to