Matthew,

I have one <Host> for each domain / app. I have <Alias> inside those for the 
non-"www"

example:

        <Host name="www.domain1.com" appBase="/path/to/domain1.com">
                <Alias>domain1.com</Alias>
                <Context path="" docBase="/path/to/domain1.com/" 
useHttpOnly="true" allowLinking="true" />
        </Host>

        <Host name="www.domain2.com" appBase="/path/to/domain2.com">
                <Alias>domain2.com</Alias>
                <Context path="" docBase="/path/to/domain2.com/" 
useHttpOnly="true" allowLinking="true" />
        </Host>

Is that not correct?

Also, just thought of something - again, not used to a java server here, I 
don't have any
app/domain directories that contain a "WEB_INF" folder ... do you think that 
would cause
this behavior?

Thanks,
Alan Cole
(PGP Key ID: 0x82D8E0C7)



Begin forwarded message:

> From: Matthew Woodward <[email protected]>
> Subject: Re: [OpenBD] server restart time
> Date: October 2, 2012 9:05:04 AM EDT
> To: [email protected]
> Reply-To: [email protected]
> 
> On Tue, Oct 2, 2012 at 6:00 AM, Alan Cole <[email protected]> wrote:
> As you can see it looks like the java server is deploying an "application" 
> for each
> and every directory within each "actual" application/domain. I have a number 
> of domains on
> the server and this process is what is taking the 5-6 mins before the server 
> is
> ready/accepting connections.
> 
> 
> Sounds like you have overlapping appBases in your Tomcat configuration.
> 
> -- 
> Matthew Woodward
> [email protected]
> http://blog.mattwoodward.com
> identi.ca / Twitter: @mpwoodward
> 
> Please do not send me proprietary file formats such as Word, PowerPoint, etc. 
> as attachments.
> http://www.gnu.org/philosophy/no-word-attachments.html
> -- 
> online documentation: http://openbd.org/manual/
> http://groups.google.com/group/openbd?hl=en

-- 
online documentation: http://openbd.org/manual/
 http://groups.google.com/group/openbd?hl=en

Reply via email to