I've a directory that is created after deploy and explode my war file by wildfly console manager, in this directory is loaded my jsp pages, META-INF and WEB-INF, in my domain.xml file I've configured the path of this directory. If I type
itcmedbr.com in the browser I gain "500 Internal Server Error" but when I use Website Planet page to check my site the return is "404 There is no page here". I know what is "404 - Not found" error but why this error if I have the path point to content of my server. I believe that my problem are in the "500 Internal Server Error" but I can't see where is, I've configured domain.xml file interfaces block with my ip address, in all undertow blocks of domain.xml file I've the path configured to the content of the server, really I don't have any idea of how to solve this error.
Path to content server:
-----------------
<handlers>
<file name="itcmedbr-content" path="${jboss.home.dir}/domain/servers/itcmedbr/data/content/e7/415d16db855dd1fe244ac6efc51fd466d4fd9a/content"/>
</handlers>
------------------
I needing help.