The players: * Mac OS 10.1.3 * JDK 1.3.1 * Tomcat 4.0.2 * Apache * webapp-module-1.0-tc40 (for Mac)
The problems: * Running Tomcat standalone or with Apache, I get 404 errors on the example links. * When trying to use webapp-module, I get this error: Syntax error on line 288 of /etc/httpd/httpd.conf: Invalid virtual host name I have made no changes to Tomcat's config files, but here are the only changes I've made to httpd.conf (in the appropriate spots). Line 288 is the WebAppDeploy line: LoadModule webapp_module libexec/httpd/mod_webapp.so AddModule mod_webapp.c WebAppConnection warpConnection warp localhost:8008 WebAppDeploy examples warpConnection /examples/ ServerName localhost I've followed instructions from Apple's and Apache's sites, but still cannot get it to work. Thanks -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
