×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: Apache
Posted by: Jorge Luis Romero Castañeda
Added: Aug 11, 2014 8:32 PM
Views: 1830
Tags: no tags
  1. <Host name="localhost"  appBase="webapps"
  2.     unpackWARs="true" autoDeploy="true"
  3.     xmlValidation="false" xmlNamespaceAware="false">
  4.  
  5.     <Context path="/attachments"
  6.              docBase="e:\uploads\attachments"
  7.              reloadable="true"
  8.              crossContext="true" />
  9. </Host>