Dear Wiki user,

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

The "HowTo" page has been changed by KonstantinKolinko.
The comment on this change is: Correct a typo.
http://wiki.apache.org/tomcat/HowTo?action=diff&rev1=97&rev2=98

--------------------------------------------------

   * Enter the following in myapp.xml:
  
  {{{
- <Context docBase="c:/worskpace/myapp/WebRoot" path="/HelloWorld"/>
+ <Context docBase="c:/workspace/myapp/WebRoot" path="/HelloWorld"/>
  }}}
   . This assumes you have a web application containing WEB-INF in 
'''c:/workspace/myapp/WebRoot'''
  

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

Reply via email to