Hi,
i tried to load the mod_webapp on my apache web server using this
configuration features but it doesn't really works.
Actually, apache doesn't compile anything ...
Thanks for help

in apache httpd.conf
###############

LoadModule webapp_module modules/mod_webapp.so

Listen 889
NameVirtualHost my_ip:889
<VirtualHost MY_IP:889>
    ServerAdmin [EMAIL PROTECTED]
    DocumentRoot F:/tomcat-4.0.2/webapps
 DirectoryIndex index.html /
 ServerName catalina_apache_port889
    ErrorLog logs/catalina_apache_port889/error_log.txt
    CustomLog logs/catalina_apache_port889/access_log.txt common
 WebAppConnection WarpConnector  warp   MY_IP:8085
 WebAppDeploy  root    WarpConnector /ROOT
</VirtualHost>

an in the tomcat server.xml :
#####################
 <Service name="Tomcat-Apache">
  <Connector className="org.apache.catalina.connector.warp.WarpConnector"
   port="8085"
   minProcessors="5"
   maxProcessors="75"
   enableLookups="true"
   appBase="webapps"
   acceptCount="10"
   debug="0"/>

  <Engine className="org.apache.catalina.connector.warp.WarpEngine"
   name="catalina_apache_port889"
   debug="0">

   <Logger className="org.apache.catalina.logger.FileLogger"
    prefix="apache_log."
    suffix=".txt"
    timestamp="true"/>

   <Realm className="org.apache.catalina.realm.MemoryRealm" />
  </Engine>
 </Service>



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

Reply via email to