Hi, When setting up a host with the following syntax in server.xml...
<Host name="www.customer.com" debug="9" appBase="/apache/vhosts/customer.com/httpdocs/" unpackWARs="true"> <Context path="" docBase="apache/vhosts/customer.com/httpdocs/" debug="9"/> </Host> ... Upon starting the server, I seem to get a neverending loop shown as follows in catalina.out... HostConfig[www.customer.com]: Deploying discovered web applications HostConfig[www.customer.com]: Deploying discovered web applications HostConfig[www.customer.com]: Deploying discovered web applications ... Anyone at all have any idea what causes this? Thanks! Brandon Cruz -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
