user1079877
user1079877

Reputation: 9378

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?

Upvotes: 4

Views: 3826

Answers (1)

Federico Sierra
Federico Sierra

Reputation: 5208

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.

Upvotes: 8

Related Questions