<jboss-web>
<context-root>/offline</context-root>
</jboss-web>
I'd like that both url will work
- url/offline
- url/Offline
<jboss-web>
<context-root>/offline</context-root>
</jboss-web>
I'd like that both url will work
I think this is what you are looking for:
Case in-sensitive Jboss 7 web application context root
Its for Jboss 7, but I believe it can be applied the same way.
Combined with: