I'm not sure that's it.

The Apache ServerName is "www.nanthrax.net" yet everything else is
"localhost".  The JkMount commands are not nested within VirtualHost
containers, so the URL that is trying to get mapped is
http://www.nanathrax.net/tomcat-docs .  There are no workers defined for
that...there are only workers defined for http://localhost/tomcat-docs.

I would either change Apache's ServerName to "localhost" or switch
"localhost" to "www.nanthrax.net" in workers.properties.  I would also
change the name of the Host element in server.xml to "www.nanthrax.net".

Basically, for testing and debugging, you want everything to be "localhost".
Then you can worry about setting up virtual hosts.

John


> -----Original Message-----
> From: Aryeh Katz [mailto:aryeh@;vasco.com]
> Sent: Monday, October 21, 2002 2:27 PM
> To: Tomcat Users List
> Subject: Re: mod_jk problem
> 
> 
> > Re,
> > 
> > thanks for your help.
> > 
> > You can find in attach file : config and log.
> > 
> your error_log file seems to state the problem.
> Tomcat couldn't bind to 8080 (it's already in use)
> Try renaming the port and see in that helps.
> Aryeh
> 
> 
> ---
> Aryeh Katz
> VASCO                         
> www.vasco.com         
> 
> 
> --
> To unsubscribe, e-mail:   
> <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
> For additional commands, e-mail: 
> <mailto:tomcat-user-help@;jakarta.apache.org>
> 

--
To unsubscribe, e-mail:   <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>

Reply via email to