Seems reasonable, but I did define ServerName as localhost. > > I don't know about the 404 errors. > > However, I did see "Invalid virtual host name" when I did not define the > server name (with the servername directive) in the apache httpd.conf file. > As I recall, this is commented out by default. It has to be there for > mod_webapp to work.
> > 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]>
