You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by hl...@apache.org on 2005/05/13 19:05:12 UTC

cvs commit: jakarta-tapestry/config jetty-workbench.xml

hlship      2005/05/13 10:05:12

  Modified:    config   jetty-workbench.xml
  Log:
  Fix configuration for /private folder to point to target/private.
  
  Revision  Changes    Path
  1.7       +1 -1      jakarta-tapestry/config/jetty-workbench.xml
  
  Index: jetty-workbench.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tapestry/config/jetty-workbench.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- jetty-workbench.xml	5 Jan 2005 23:17:31 -0000	1.6
  +++ jetty-workbench.xml	13 May 2005 17:05:12 -0000	1.7
  @@ -42,7 +42,7 @@
     
      <Call name="addContext">
       <Arg>/private/*</Arg>
  -    <Set name="ResourceBase">private</Set>
  +    <Set name="ResourceBase">target/private</Set>
       
       <Call name="addHandler">
         <Arg><New class="org.mortbay.http.handler.ResourceHandler"/></Arg>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org