One last try, am I the only one that has ever seen this?

2002-11-19 Thread Brandon Cruz
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]




Re: One last try, am I the only one that has ever seen this?

2002-11-19 Thread da_alchemist
No, I have not seen this before, but try setting your
Context path=something/ to something explicit
and try the appBase and docBase without a dot . in
the path .../customer.com/... and see if that helps.

Thanks.

--- Brandon Cruz [EMAIL PROTECTED] wrote:
 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]
 


__
Do you Yahoo!?
Yahoo! Web Hosting - Let the expert host your site
http://webhosting.yahoo.com

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