Scott Purcell wrote:

>     <Engine name="Catalina" defaultHost="localhost">
> 
>       <Host name="www.mySite.com" appBase="webapps/"
>        unpackWARs="true" autoDeploy="true"
>        xmlValidation="false" xmlNamespaceAware="false">
>         <Context path="" docBase="/mySite" />
> 
>       </Host>
>     </Engine>

So, what's the issue? You have a defaultHost in your Engine element
that doesn't exist; add a Host element for it.

Note: it's no longer recommended to put your Context elements in
server.xml -- see the docs for alternatives.
        
-- 
Hassan Schroeder ----------------------------- [EMAIL PROTECTED]
Webtuitive Design ===  (+1) 408-938-0567   === http://webtuitive.com

                          dream.  code.



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

Reply via email to