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=4&rev2=5

Comment:
Add category link. Update link. Remove unneeded path attribute from Context.

- First read this http://tomcat.apache.org/tomcat-5.0-doc/config/host.html
+ First read this http://tomcat.apache.org/tomcat-7.0-doc/config/host.html
  
  If you want tomcat to accept requests for different hosts e.g., 
www.myhostname.com then you must
  
@@ -16, +16 @@

  {{{
  <?xml version="1.0" encoding="UTF-8"?>
  <Context
-     path="/"
      docBase="www/deploy/mywebapp.war"
      reloadable="true" antiJARLocking="true">
  </Context>
@@ -30, +29 @@

  
  To add more sites just repeat and rinse, all webapps can share the same war 
file location and appbase
  
+ ----
+ [[CategoryFAQ]]
+ 

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

Reply via email to