This is an automated email from the ASF dual-hosted git repository.
radu pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter-startup.git
The following commit(s) were added to refs/heads/master by this push:
new 94fae1e SLING-7258 -
org.apache.sling.starter.startup.impl.StartupFilter should return 503 when
Sling is starting
94fae1e is described below
commit 94fae1eeb5bf8f44474bf70e8bcc45981fb9bcb4
Author: Radu Cotescu <[email protected]>
AuthorDate: Tue Nov 21 18:26:20 2017 +0100
SLING-7258 - org.apache.sling.starter.startup.impl.StartupFilter should
return 503 when Sling is starting
* simplified displayed page
---
src/main/resources/index.html | 16 +---------------
1 file changed, 1 insertion(+), 15 deletions(-)
diff --git a/src/main/resources/index.html b/src/main/resources/index.html
index 0985faf..495fcee 100644
--- a/src/main/resources/index.html
+++ b/src/main/resources/index.html
@@ -233,25 +233,11 @@
<div class="Cell Align-Center Main-Content">
<div class="Grid">
<section class="Cell Large-50">
- <h1>Almost there, the instance is starting up</h1>
- <p>Apache Sling is a web framework that uses a Java Content
Repository, such as <a
- href="https://jackrabbit.apache.org/jcr/index.html"
target="_blank" title="Visit the Apache Jackrabbit website">Apache
- Jackrabbit</a>,
- to store and manage content. Sling applications use either
scripts or Java servlets, selected
- based on simple name conventions, to process HTTP requests
in a RESTful way. The embedded
- <a href="https://felix.apache.org/" target="_blank"
title="Visit the Apache Felix website">Apache Felix</a> OSGi
- framework and console provide a dynamic runtime
environment, where code and
- content bundles can be loaded, unloaded and reconfigured
at runtime.</p>
- <p>The Sling Launchpad is a ready-to-run Sling configuration,
providing an embedded JCR content
- repository and web server, a selection of Sling
components, documentation and examples.
- The Launchpad makes it easy to get started with Sling and
to develop script-based applications.</p>
- <h1>Getting Started</h1>
+ <h1>Apache Sling is starting up</h1>
<p>To get started with Sling, see our <a
href="https://sling.apache.org/" target="_blank"
title="Visit the
Apache Sling website">website</a>
or the <a
href="https://sling.apache.org/site/discover-sling-in-15-minutes.html"
target="_blank">Sling in 15 minutes</a>
tutorial.</p>
- <p>You can mount the repository via WebDAV to explore or
modify content, simply use the root URL
- as the WebDAV server URL.</p>
</section>
<div class="Cell Large-15"><!--/* Give the columns a bit of space
between them. */--></div>
<section class="Cell Large-35">
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].