Author: bdelacretaz
Date: Tue Mar 31 15:59:33 2009
New Revision: 760499
URL: http://svn.apache.org/viewvc?rev=760499&view=rev
Log:
mention path-based-rtp bundle in espblog sample
Modified:
incubator/sling/trunk/samples/espblog/README.txt
Modified: incubator/sling/trunk/samples/espblog/README.txt
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/samples/espblog/README.txt?rev=760499&r1=760498&r2=760499&view=diff
==============================================================================
--- incubator/sling/trunk/samples/espblog/README.txt (original)
+++ incubator/sling/trunk/samples/espblog/README.txt Tue Mar 31 15:59:33 2009
@@ -36,6 +36,11 @@
http://localhost:8888/content/espblog/*.html must display the "Sling ESP
blog sample" page, with the Home/Admin/New Post/... menu.
+If you get Sling's default HTML rendition instead ("Resource dumped by
+HtmlRendererServlet") that's probably because the "path-based-rtp" bundle
+is not installed. Run the above "mvn...clean install" command in the
+sling/samples/path-based-rtp folder to install it, and reload the page.
+
Create a new post using the "New Post" menu.
The post can include an attachment, if that's an image the included
@@ -43,4 +48,4 @@
on the post's page. This happens asynchronously, so depending on your
machine's speed the thumbnails might only appear after a few seconds.
-The ESP scripts are found under /apps/espblog in the repository.
\ No newline at end of file
+The ESP scripts are found under /apps/espblog in the repository.