Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Rewrite engine for wildfly

I'm wondering if It's possible to use Rewrite engine for Wildfly application server without any third-party library. I have tried to use RewriteValve, but it did not work with Wildfly 8.x

If it's not possible, Is there any tiny library to use?

like image 769
user1079877 Avatar asked Feb 11 '23 01:02

user1079877


1 Answers

You can use Predicates Attributes and Handlers provided by undertow, you must add the file undertow-handlers.conf into WEB-INF directory with the rules.

Another alternative is use prettyfaces.

like image 126
Federico Sierra Avatar answered Feb 13 '23 21:02

Federico Sierra