I have this configuration:
<servlet-mapping>
<servlet-name>RestletServlet</servlet-name>
<url-pattern>/*</url-pattern>
</servlet-mapping>
<welcome-file-list>
<welcome-file>index.html</welcome-file>
</welcome-file-list>
I need to exclude "/xrebel
" since Restlet is catching this path--and can't access XRebel. However I need to keep the url-pattern
to be /*
What can be done to be able to access such /xrebel
path