Here are the versions I am using, org.apache.sling.launchpad-6.war apache-tomcat-6.0.35
I have tried both placing the war file into webapp folder and root folder. and getting following exception. *C:\pocapplication\lib\apache-tomcat-6.0.35\webapps\ROOT\sling.war* When I tried to hit the link http://localhost:8080/sling getting following error HTTP Status 404 - /sling type Status report message /sling description The requested resource (/sling) is not available. http://localhost:8080/sling/.explorer.html type Status report message /sling/.explorer.html description The requested resource (/sling/.explorer.html) is not available. C:\pocapplication\lib\apache-tomcat-6.0.35\webapps\sling.war http://localhost:8080/sling Forbidden (403) The requested URL /sling resulted in an error in org.apache.sling.servlets.get.DefaultGetServlet. Request Progress: 0 (2012-07-05 10:31:51) TIMER_START{Request Processing} 1 (2012-07-05 10:31:51) COMMENT timer_end format is {<elapsed msec>,<timer name>} <optional message> 1 (2012-07-05 10:31:51) LOG Method=GET, PathInfo=/ 1 (2012-07-05 10:31:51) TIMER_START{ResourceResolution} 4 (2012-07-05 10:31:51) TIMER_END{3,ResourceResolution} URI=/sling resolves to Resource=JcrNodeResource, type=rep:root, superType=null, path=/ 5 (2012-07-05 10:31:51) LOG Resource Path Info: SlingRequestPathInfo: path='/', selectorString='null', extension='null', suffix='null' 5 (2012-07-05 10:31:51) TIMER_START{ServletResolution} 5 (2012-07-05 10:31:51) TIMER_START{resolveServlet(JcrNodeResource, type=rep:root, superType=null, path=/)} 12 (2012-07-05 10:31:51) TIMER_END{7,resolveServlet(JcrNodeResource, type=rep:root, superType=null, path=/)} Using servlet org.apache.sling.servlets.get.DefaultGetServlet 12 (2012-07-05 10:31:51) TIMER_END{7,ServletResolution} URI=/sling handled by Servlet=org.apache.sling.servlets.get.DefaultGetServlet 12 (2012-07-05 10:31:51) LOG Applying Requestfilters 13 (2012-07-05 10:31:52) LOG Calling filter: org.apache.sling.engine.impl.debug.RequestProgressTrackerLogFilter 13 (2012-07-05 10:31:52) TIMER_START{org.apache.sling.servlets.get.DefaultGetServlet#0} 13 (2012-07-05 10:31:52) LOG Using org.apache.sling.servlets.get.impl.helpers.StreamRendererServlet to render for extension=null 14 (2012-07-05 10:31:52) TIMER_START{handleError:status=403} 16 (2012-07-05 10:31:52) TIMER_END{2,handleError:status=403} Using handler org.apache.sling.servlets.resolver.internal.defaults.DefaultErrorHandlerServlet 18 (2012-07-05 10:31:52) TIMER_END{18,Request Processing} Dumping SlingRequestProgressTracker Entries http://localhost:8080/sling/.explorer.html Resource dumped by HtmlRendererServlet Resource path: / Resource metadata: {sling.resolutionPathInfo=.explorer.html, sling.resolutionPath=/} Resource type: rep:root Resource super type: - Resource properties jcr:primaryType: rep:root -- View this message in context: http://apache-sling.73963.n3.nabble.com/Apache-Sling-webapp-sling-explorer-not-able-to-get-it-up-and-running-tp4018801p4018827.html Sent from the Sling - Users mailing list archive at Nabble.com.
