turn on the Apache auto-configure setting in Tomcat 4.x under Win32? Apparently in Tomcat 3.x this could be achieved by modifying ther server.xml file, but this file seems to be different in the Tomcat 4.x release and I'm not sure where to add the modifications.
To configure Tomcat to generate the Apache auto-configuration add the following block to your TOMCAT_HOME/conf/server.xml file after <AutoWebApp ... />. <ApacheConfig />Regards,CC