Hi,

I have deployed the Sling Web Application to a tomcat instance and all
works fine.

When I connect via webdav I can see a index.html file. If I point my
browser to htttp://127.0.0.1:8888 (I deployed the webapp as root) I
get redirected to the index.html file.

How is the redirect configured and how can I change it to redirect to
some other file?

Also how can I import bundle content to the root node?

Taking the following XML Descriptor id like the content of the root
node to be rendered via a GET.jsp located at
/apps/website/home/GET.jsp

<node>
    <name>root</name>
    <primaryNodeType>nt:unstructured</primaryNodeType>
    <property>
            <name>sling:resourceType</name>
            <value>website/home</value>
        </property>
</node>

Regards

Ben Short

Reply via email to