You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/11/07 10:05:07 UTC

[sling-org-apache-sling-scripting-java] 34/43: SLING-3054 - Archetypes should use correct port

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to annotated tag org.apache.sling.scripting.java-2.0.10
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-java.git

commit 46f8d557b59ac6e126fe7baf6d6950ec9e8c15cf
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Fri May 2 14:20:28 2014 +0000

    SLING-3054 - Archetypes should use correct port
    
    Committed patch from Andew Savory, thanks!
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/contrib/scripting/java@1591927 13f79535-47bb-0310-9956-ffa450edef68
---
 README.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.txt b/README.txt
index 985f318..f64e9c0 100644
--- a/README.txt
+++ b/README.txt
@@ -8,7 +8,7 @@ To test it:
 
 1. Install this bundle in Sling, for example with
 
-  mvn -P autoInstallBundle clean install -Dsling.url=http://localhost:8888/system/console
+  mvn -P autoInstallBundle clean install -Dsling.url=http://localhost:8080/system/console
   
 If Sling is running with the launchpad/testing setup.
 
@@ -31,7 +31,7 @@ public class foo extends SlingSafeMethodsServlet {
     }
 }   
 
-3. Request http://localhost:8888/content/foo/*.html which should display something like
+3. Request http://localhost:8080/content/foo/*.html which should display something like
 
   Response from apps.foo.foo at Tue Nov 18 14:49:14 CET 2008
   

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.