> From: Paul Wallace [mailto:[EMAIL PROTECTED] > Subject: RE: appBase > > <Host name="localhost" appBase="C:/myapp.build.target/gs-mydir/site" > unpackWARs="true" autoDeploy="true" > xmlValidation="false" xmlNamespaceAware="false"> > and in > > C:\myapp.build.target\gs-mydir\site\META-INF\context.xml
The above is incorrect. The appBase attribute specifies the default deployment directory for *all* webapps of the <Host>, not the default webapp for the <Host>. You need to place your webapp in: C:\myapp.build.target\gs-mydir\site\ROOT with the META-INF and WEB-INF directories under ROOT. Note that ROOT is case sensitive, even on Windows. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]