You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by gh...@apache.org on 2003/10/02 06:30:06 UTC

cvs commit: cocoon-2.1/src/webapp/samples/sources samples.xml

ghoward     2003/10/01 21:30:06

  Modified:    src/webapp/samples/sources samples.xml
  Log:
  reflect change previously made to handle other configs besides 
  tomcat default setup.
  
  Revision  Changes    Path
  1.2       +3 -5      cocoon-2.1/src/webapp/samples/sources/samples.xml
  
  Index: samples.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/webapp/samples/sources/samples.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- samples.xml	7 May 2003 04:57:15 -0000	1.1
  +++ samples.xml	2 Oct 2003 04:30:06 -0000	1.2
  @@ -30,8 +30,7 @@
      </sample>
   
      <sample name="External XSP" href="xsp-http">
  -    Source is obtained via http://localhost:8080/cocoon/sub/xsp-source
  -    (Note: if you run Cocoon on another host/port, you have to edit sub-sitemap)
  +    Source is obtained via http://&lt;serverName&gt;[:&lt;serverPort&gt;][/&lt;contextPath&gt;]/samples/sources/xsp-source
      </sample>
   
      <sample name="Dynamic XSP" href="xsp-dynamic">
  @@ -53,8 +52,7 @@
      </sample>
   
      <sample name="External XSL" href="xsl-http">
  -    XSL is obtained via http://localhost:8080/cocoon/sub/xsl-source
  -    (Note: if you run Cocoon on another host/port, you have to edit sub-sitemap)
  +    XSL is obtained via http://&lt;serverName&gt;[:&lt;serverPort&gt;][/&lt;contextPath&gt;]/samples/sources/xsl-source
      </sample>
   
      <sample name="Dynamic XSL" href="xsl-dynamic">