Hi all.

I've just installed Tomcat (my setup below taken from the
Manager/serverinfo):

OK - Server info
Tomcat Version: Apache Tomcat/5.0.19
OS Name: Windows 2000
OS Version: 5.0
OS Architecture: x86
JVM Version: 1.4.1_01-b01
JVM Vendor: Sun Microsystems Inc.


Every thing is sweet until I add a virtual host into the server.xml file -
then I get balancer errors on starting up Tomcat.
My servlet works fine and doesn't generate any errors but I'd prefer no
warnings or errors at start-up.  
I've seen a couple of posts about balancer on this list but nothing
conclusive. What is balancer and why do I need it?

Is there something obviously wrong with my virtual host entry?


      <Host name="www.artistsonline.co.nz" debug="0" appBase="webapps"
       unpackWARs="true" autoDeploy="true">
 
      <Context path="" docBase="artistsonline" debug="0" reloadable="true"/>
 
        <Logger className="org.apache.catalina.logger.FileLogger" 
                directory="logs"  prefix="artistsonline." suffix=".txt"
timestamp="true"/>
     </Host>


Thanks to the regular contributors to this list - your efforts are much
appreciated.

Regards
Antoni (New Zealand)


PS.  I found this reference in the manager docs (manager-howto.hmtl)
"If you have Tomcat configured to support multiple virtual hosts (websites)
you would need to configure a Manager for each."

Can someone point me to more documentation on how to do this or elaborate
please.






---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to