What happened is the following:

The original documents contain the comment
<!-- Replace "localhost" with what your Apache "ServerName" is set to
-->
but the example didn't contain the string 'localhost'.

Now there are two suggested solutions what was ment with that
comment.
- the entry 'name="Apache"' where the comment used localhost instead 
  of Apache
- the missing entry 'defaultHost="localhost"'

Reading the documentation on the jacarta site 
(http://jakarta.apache.org/tomcat/tomcat-4.0-doc/config/engine.html)
I think your interpretation is right. (As I'm not using tomcat, I can't
verify that)

> -----Ursprüngliche Nachricht-----
> Von: John Wadkin [mailto:[EMAIL PROTECTED]]
> Gesendet: Mittwoch, 6. Februar 2002 13:50
> An: 'Tomcat Users List'
> Betreff: RE: TOMCAT 4.X - mod_jk
> 
> Replace "localhost" with what your Apache "ServerName" is set to 
>   --> 
> - <Engine className="org.apache.catalina.connector.warp.WarpEngine"
> name="Apache" defaultHost="whatever ServerName is set to in 
> httpd.conf"
> debug="0" appBase="webapps">
> 

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

Reply via email to