Is there a way to make web application context case in-sensitive?
Basically i'm doing the following in jboss-web.xml
<jboss-web>
<context-root>cap</context-root>
</jboss-web>
I'm able to access the app via localhost:8080/cap, but trying to make it accessible via localhost:8080/Cap or localhost:8080/CAP. Any ideas please?