1 Reply Latest reply on Aug 2, 2016 3:44 AM by mchoma

    Wildfly standalone configuration to serve static content

    k1c14k

      Hi,

      I'm using Wildfly 10.0.0.Final and I've tried to set up serving static content in standalone configuration.

       

      Ive replaced line:

      <file name="welcome-content" path="${jboss.home.dir}/welcome-content"/>

      with:

      <file name="welcome-content" path="/home/marek/public_html"/>

      but result is 403 error while trying to access / resource.

       

      Can you tell me what am I missing?

       

      Thanks in advance.