Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change 
notification.

The "CreateVirtualHosts" page has been changed by KonstantinKolinko:
http://wiki.apache.org/tomcat/CreateVirtualHosts?action=diff&rev1=5&rev2=6

Comment:
Remove unneeded attributes from Context

  2.  Create the the following file under 
conf/Catalina/www.myhostname.com/ROOT.xml
  {{{
  <?xml version="1.0" encoding="UTF-8"?>
- <Context
-     docBase="www/deploy/mywebapp.war"
+ <Context docBase="www/deploy/mywebapp.war">
-     reloadable="true" antiJARLocking="true">
  </Context>
  }}}
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to